aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-17drm/vmwgfx: Add new unused (by user-space) commands to the verifierThomas Hellstrom1-0/+26
2014-01-17drm/vmwgfx: Validate guest-backed shader const commandsThomas Hellstrom1-0/+35
2014-01-17drm/vmwgfx: Add guest-backed shadersThomas Hellstrom5-1/+496
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom5-4/+708
2014-01-17drm/vmwgfx: Hook up guest-backed contextsThomas Hellstrom2-0/+227
2014-01-17drm/vmwgfx: Detach backing store from its resources when it is evictedThomas Hellstrom1-1/+44
2014-01-17drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom3-14/+292
2014-01-17drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom3-7/+23
2014-01-17drm/vmwgfx: Read bounding box memory from the appropriate registerThomas Hellstrom1-2/+7
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom5-13/+136
2014-01-17drm/vmwgfx: Add MOB managementThomas Hellstrom5-1/+632
2014-01-17drm/vmwgfx: Adapt capability reporting to new hardware versionThomas Hellstrom1-3/+34
2014-01-17drm/vmwgfx: Update the svga register definitionThomas Hellstrom2-2/+14
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom4-2/+7
2014-01-17drm/vmwgfx: Update the svga3d register header file for new device versionThomas Hellstrom1-14/+650
2014-01-17drm/vmwgfx: Fix the driver for large dma addressesThomas Hellstrom3-169/+39
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_fence.cRashika Kheria1-3/+3
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_buffer.cRashika Kheria1-4/+4
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_kms.cRashika Kheria1-6/+6
2014-01-08drm/ttm: ttm object security fixes for render nodesThomas Hellstrom2-2/+4
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter2-2/+2
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä1-2/+16
2013-12-04drm/vmwgfx: Add our connectors to sysfsThomas Hellstrom3-0/+5
2013-12-04drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom3-10/+47
2013-12-04drm/vmwgfx: Fix up and comment the dumb buffer implementationThomas Hellstrom1-27/+37
2013-12-04drm/vmwgfx: Correctly set the enabled state on crtcsThomas Hellstrom2-0/+5
2013-11-18drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom1-20/+25
2013-11-18drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2-15/+17
2013-11-18drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom4-3/+157
2013-11-18drm/vmwgfx: Fix false lockdep warningThomas Hellstrom1-10/+6
2013-11-14Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie3-9/+47
2013-11-12drm/vmwgfx: Fix a couple of compile / sparse warnings and errorsThomas Hellstrom2-3/+13
2013-11-12drm/vmwgfx: Resource evict fixesThomas Hellstrom1-6/+36
2013-11-08Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie2-6/+13
2013-11-08drm/vmwgfx: fix warning if config intel iommu is off.Dave Airlie1-0/+2
2013-11-06drm/vmwgfx: Use the linux DMA api to get valid device addresses of pagesThomas Hellstrom4-94/+620
2013-11-06drm/vmwgfx: Return -ENOENT when a framebuffer can't be foundVille Syrjälä1-2/+2
2013-11-06drm/vmwgfx: Return -ENOENT when a mode object can't be foundVille Syrjälä1-1/+1
2013-10-15drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom1-5/+12
2013-10-15drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom1-1/+1
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-19/+39
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard2-2/+4
2013-08-30drm/vmwgfx: Split GMR2_REMAP commands if they are to largeJakob Bornecrantz1-19/+39
2013-08-30drm/vmwgfx: fix error return code in vmw_driver_load()Wei Yongjun1-1/+3
2013-08-19drm/vmwgfx: remove ->firstopen callbackDaniel Vetter2-19/+0
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-19drm/vmwgfx: remove redundant clearing of driver->dma_quiescentDaniel Vetter1-1/+0
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-2/+2
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-2/+2
2013-06-28drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2-3/+3