summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-11-011-0/+1
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+2
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-272-2/+1
* vmwgfx: Don't pass unused arguments to do_dirty functionsJakob Bornecrantz2011-10-231-9/+3
* vmwgfx: Emulate depth 32 framebuffersJakob Bornecrantz2011-10-231-1/+9
* vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter2011-10-181-0/+2
* vmwgfx: memory leaks caused by double allocationDan Carpenter2011-10-182-4/+2
* vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter2011-10-181-0/+2
* vmwgfx: Add vblank stubsJakob Bornecrantz2011-10-183-0/+23
* vmwgfx: Whitespace & code style in display unitJakob Bornecrantz2011-10-182-6/+3
* vmwgfx: Fix display system init & close functionsJakob Bornecrantz2011-10-182-9/+25
* vmwgfx: Take the driver out of stagingThomas Hellstrom2011-10-111-4/+5
* vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom2011-10-103-1/+49
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-107-47/+599
* vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom2011-10-101-33/+67
* vmwgfx: Don't use virtual coords when using screen objectsJakob Bornecrantz2011-10-101-57/+215
* vmwgfx: Implement memory accounting for resourcesThomas Hellstrom2011-10-101-26/+146
* vmwgfx: Minor cleanupsThomas Hellstrom2011-10-052-11/+12
* vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom2011-10-051-2/+2
* vmwgfx: Be more strict with fb depths when using screen objectsJakob Bornecrantz2011-10-051-0/+27
* vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-055-82/+835
* vmwgfx: Make sure we always have a user-space handle to use for objects that ...Thomas Hellstrom2011-10-052-17/+41
* vmwgfx: Optimize the command submission resource listThomas Hellstrom2011-10-053-30/+26
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-056-22/+572
* vmwgfx: Allow reference and unreference of NULL fence objects.Thomas Hellstrom2011-10-051-1/+8
* vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom2011-10-055-65/+45
* vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz2011-10-051-3/+13
* vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-055-0/+377
* vmwgfx: Place overlays in GMR area if we canJakob Bornecrantz2011-10-051-58/+74
* vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-053-219/+20
* vmwgfx: Require HWV8 for 3d supportThomas Hellstrom2011-10-051-1/+1
* vmwgfx: Add screen object supportJakob Bornecrantz2011-10-057-31/+752
* vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-057-107/+379
* vmwgfx: Refactor common display unit functions to shared fileJakob Bornecrantz2011-10-053-255/+282
* vmwgfx: Expand the command checker to cover screen object commandsJakob Bornecrantz2011-10-051-5/+72
* vmwgfx: Break out dirty submission codeJakob Bornecrantz2011-10-051-54/+90
* vmwgfx: Break out execbuf command processingThomas Hellstrom2011-10-052-56/+89
* vmwgfx: Some comments and BUG_ONJakob Bornecrantz2011-10-051-0/+5
* vmwgfx: Make sure the reserved area is at the start of vramJakob Bornecrantz2011-10-051-0/+3
* vmwgfx: Add comments for buffer pinning codeJakob Bornecrantz2011-10-051-0/+10
* vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz2011-10-051-0/+10
* vmwgfx: Update register files to latest from vmware-sdkJakob Bornecrantz2011-10-054-144/+359
* vmwgfx: Bump majorThomas Hellstrom2011-09-062-3/+17
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-069-72/+876
* vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom2011-09-063-24/+37
* vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom2011-09-068-109/+107
* vmwgfx: Add functionality to get 3D capsThomas Hellstrom2011-09-063-0/+55
* vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom2011-09-064-55/+2
* vmwgfx: Remove the update layout IOCTL.Thomas Hellstrom2011-09-063-54/+0
* vmwgfx: Remove the fifo debug ioctlThomas Hellstrom2011-09-064-55/+0