Age | Commit message (Expand) | Author | Files | Lines |
2013-08-30 | drm: Pass page flip ioctl flags to driver | Keith Packard | 1 | -1/+2 |
2013-06-11 | drm/vmwgfx: Don't access file_priv in cursor_set when handle==0 | Ville Syrjälä | 1 | -1/+2 |
2013-01-21 | drm: only take the crtc lock for ->cursor_move | Daniel Vetter | 1 | -0/+13 |
2013-01-21 | drm: only take the crtc lock for ->cursor_set | Daniel Vetter | 1 | -6/+26 |
2013-01-20 | drm/<drivers>: Unified handling of unimplemented fb->create_handle | Daniel Vetter | 1 | -12/+0 |
2013-01-20 | drm/vmwgfx: reorder framebuffer init sequence | Daniel Vetter | 1 | -14/+16 |
2012-09-13 | vmwgfx: remove useless set memory to zero use memset() | Wei Yongjun | 1 | -1/+0 |
2012-08-22 | drm: stop vmgfx driver explosion | Alan Cox | 1 | -1/+5 |
2012-05-22 | drm: Constify drm_mode_config_funcs pointer | Laurent Pinchart | 1 | -1/+1 |
2012-02-13 | vmwgfx: Add page flip support | Jakob Bornecrantz | 1 | -0/+64 |
2012-02-13 | vmwgfx: Pipe fence out of screen object dirty functions | Jakob Bornecrantz | 1 | -6/+15 |
2012-02-13 | vmwgfx: Make it possible to get fence from execbuf | Jakob Bornecrantz | 1 | -5/+5 |
2012-01-30 | vmwgfx: Fix assignment in vmw_framebuffer_create_handle | Ryan Mallon | 1 | -1/+1 |
2012-01-10 | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -11/+23 |
2011-12-22 | vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create() | Xi Wang | 1 | -3/+3 |
2011-12-21 | Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next | Dave Airlie | 1 | -141/+249 |
2011-12-20 | Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next | Dave Airlie | 1 | -8/+17 |
2011-12-20 | drm: Replace pitch with pitches[] in drm_framebuffer | Ville Syrjälä | 1 | -4/+4 |
2011-12-19 | vmwgfx: Clip cliprects against screen boundaries in present and dirty | Jakob Bornecrantz | 1 | -53/+156 |
2011-12-19 | vmwgfx: Do better culling of presents | Jakob Bornecrantz | 1 | -12/+25 |
2011-12-19 | vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper | Jakob Bornecrantz | 1 | -61/+37 |
2011-12-19 | vmwgfx: Refactor cursor update | Jakob Bornecrantz | 1 | -27/+39 |
2011-12-02 | vmwgfx: integer overflow in vmw_kms_update_layout_ioctl() | Xi Wang | 1 | -5/+6 |
2011-11-30 | drm: move the fb bpp/depth helper into the core. | Dave Airlie | 1 | -1/+1 |
2011-11-15 | drm: add an fb creation ioctl that takes a pixel format v5 | Jesse Barnes | 1 | -7/+15 |
2011-11-11 | vmwgfx: Only allow 64x64 cursors | Jakob Bornecrantz | 1 | -0/+4 |
2011-11-11 | vmwgfx: Initialize clip rect loop correctly in surface dirty | Jakob Bornecrantz | 1 | -2/+3 |
2011-11-11 | vmwgfx: Close screen object system | Jakob Bornecrantz | 1 | -1/+4 |
2011-11-07 | vmwgfx: Snoop DMA transfers with non-covering sizes | Jakob Bornecrantz | 1 | -9/+21 |
2011-11-07 | vmwgfx: Move the prefered mode first in the list | Jakob Bornecrantz | 1 | -0/+4 |
2011-11-07 | vmwgfx: Unreference surface on cursor error path | Jakob Bornecrantz | 1 | -0/+1 |
2011-11-07 | vmwgfx: Free prefered mode on error path | Jakob Bornecrantz | 1 | -6/+11 |
2011-11-07 | vmwgfx: Use pointer return error codes | Jakob Bornecrantz | 1 | -1/+1 |
2011-11-07 | vmwgfx: Fix hw cursor position | Thomas Hellstrom | 1 | -2/+5 |
2011-11-07 | vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh | Thomas Hellstrom | 1 | -1/+23 |
2011-11-02 | vmwgfx: Reinstate the update_layout ioctl | Thomas Hellstrom | 1 | -1/+65 |
2011-10-23 | vmwgfx: Don't pass unused arguments to do_dirty functions | Jakob Bornecrantz | 1 | -9/+3 |
2011-10-23 | vmwgfx: Emulate depth 32 framebuffers | Jakob Bornecrantz | 1 | -1/+9 |
2011-10-18 | vmwgfx: Add vblank stubs | Jakob Bornecrantz | 1 | -0/+19 |
2011-10-10 | vmwgfx: Don't use virtual coords when using screen objects | Jakob Bornecrantz | 1 | -57/+215 |
2011-10-05 | vmwgfx: Minor cleanups | Thomas Hellstrom | 1 | -8/+9 |
2011-10-05 | vmwgfx: Be more strict with fb depths when using screen objects | Jakob Bornecrantz | 1 | -0/+27 |
2011-10-05 | vmwgfx: Make sure we always have a user-space handle to use for objects that ... | Thomas Hellstrom | 1 | -17/+39 |
2011-10-05 | vmwgfx: Add present and readback ioctls | Jakob Bornecrantz | 1 | -0/+170 |
2011-10-05 | vmwgfx: Drop 3D Legacy Display Unit support | Jakob Bornecrantz | 1 | -214/+11 |
2011-10-05 | vmwgfx: Add screen object support | Jakob Bornecrantz | 1 | -14/+151 |
2011-10-05 | vmwgfx: Add dmabuf helper functions for pinning | Jakob Bornecrantz | 1 | -2/+2 |
2011-10-05 | vmwgfx: Refactor common display unit functions to shared file | Jakob Bornecrantz | 1 | -0/+238 |
2011-10-05 | vmwgfx: Break out dirty submission code | Jakob Bornecrantz | 1 | -54/+90 |
2011-10-05 | vmwgfx: Make sure the reserved area is at the start of vram | Jakob Bornecrantz | 1 | -0/+3 |