aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02vmwgfx: integer overflow in vmw_kms_update_layout_ioctl()Xi Wang1-5/+6
2011-11-11vmwgfx: Only allow 64x64 cursorsJakob Bornecrantz1-0/+4
2011-11-11vmwgfx: Initialize clip rect loop correctly in surface dirtyJakob Bornecrantz1-2/+3
2011-11-11vmwgfx: Close screen object systemJakob Bornecrantz1-1/+4
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-88/+184
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz1-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listJakob Bornecrantz1-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz1-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathJakob Bornecrantz1-6/+11
2011-11-07vmwgfx: Use pointer return error codesJakob Bornecrantz1-1/+1
2011-11-07vmwgfx: Fix hw cursor positionThomas Hellstrom1-2/+5
2011-11-07vmwgfx: Infrastructure for explicit placementThomas Hellstrom3-24/+30
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom1-1/+23
2011-11-07vmwgfx: Remove screen object active listThomas Hellstrom1-37/+15
2011-11-07vmwgfx: Screen object cleanupsThomas Hellstrom1-14/+2
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom4-5/+82
2011-11-01vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS".Thomas Hellstrom2-4/+4
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+1
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+2
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2-2/+1
2011-10-23vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz1-9/+3
2011-10-23vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz1-1/+9
2011-10-18vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter1-0/+2
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter2-4/+2
2011-10-18vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter1-0/+2
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz3-0/+23
2011-10-18vmwgfx: Whitespace & code style in display unitJakob Bornecrantz2-6/+3
2011-10-18vmwgfx: Fix display system init & close functionsJakob Bornecrantz2-9/+25
2011-10-11vmwgfx: Take the driver out of stagingThomas Hellstrom1-4/+5
2011-10-10vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom3-1/+49
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom7-47/+599
2011-10-10vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom1-33/+67
2011-10-10vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz1-57/+215
2011-10-10vmwgfx: Implement memory accounting for resourcesThomas Hellstrom1-26/+146
2011-10-05vmwgfx: Minor cleanupsThomas Hellstrom2-11/+12
2011-10-05vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom1-2/+2
2011-10-05vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz1-0/+27
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom5-82/+835
2011-10-05vmwgfx: Make sure we always have a user-space handle to use for objects that are backing kms framebuffers.Thomas Hellstrom2-17/+41
2011-10-05vmwgfx: Optimize the command submission resource listThomas Hellstrom3-30/+26
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom6-22/+572
2011-10-05vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom1-1/+8
2011-10-05vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom5-65/+45
2011-10-05vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz1-3/+13
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz5-0/+377
2011-10-05vmwgfx: Place overlays in GMR area if we canJakob Bornecrantz1-58/+74
2011-10-05vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz3-219/+20
2011-10-05vmwgfx: Require HWV8 for 3d supportThomas Hellstrom1-1/+1
2011-10-05vmwgfx: Add screen object supportJakob Bornecrantz7-31/+752
2011-10-05vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz7-107/+379