summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2011-11-01gpu: 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 ...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
2011-10-05vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz3-255/+282
2011-10-05vmwgfx: Expand the command checker to cover screen object commandsJakob Bornecrantz1-5/+72
2011-10-05vmwgfx: Break out dirty submission codeJakob Bornecrantz1-54/+90
2011-10-05vmwgfx: Break out execbuf command processingThomas Hellstrom2-56/+89
2011-10-05vmwgfx: Some comments and BUG_ONJakob Bornecrantz1-0/+5
2011-10-05vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz1-0/+3
2011-10-05vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz1-0/+10
2011-10-05vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz1-0/+10
2011-10-05vmwgfx: Update register files to latest from vmware-sdkJakob Bornecrantz4-144/+359
2011-09-06vmwgfx: Bump majorThomas Hellstrom2-3/+17
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom9-72/+876
2011-09-06vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom3-24/+37
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom8-109/+107
2011-09-06vmwgfx: Add functionality to get 3D capsThomas Hellstrom3-0/+55
2011-09-06vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom4-55/+2
2011-09-06vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom3-54/+0
2011-09-06vmwgfx: Remove the fifo debug ioctlThomas Hellstrom4-55/+0
2011-09-01vmwgfx: Implement GMR2Thomas Hellstrom1-1/+80