summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-2/+4
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-2/+2
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-2/+2
2017-03-31drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom1-254/+0
2017-03-30drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom1-2/+2
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-2/+2
2017-01-26drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom1-2/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-1/+1
2016-10-12drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-4/+2
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-2/+2
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-4/+3
2015-09-14drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom1-8/+21
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh1-3/+98
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-14/+34
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-10/+7
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom1-1/+1
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom1-8/+10
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-16/+20
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom1-1/+90
2015-08-05drm/vmwgfx: Fix an overlay lockdep errorThomas Hellstrom1-6/+6
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König1-1/+1
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
2014-09-11drm/ttm: allow fence to be added as sharedChristian König1-0/+5
2014-09-02drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grabMaarten Lankhorst1-6/+10
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-10/+4
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst1-5/+4
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst1-1/+1
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-10/+6
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-1/+1
2014-03-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom1-2/+7
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-9/+6
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom1-2/+1
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-1/+10
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-0/+1
2014-01-17drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom1-1/+141
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom1-1/+4
2014-01-17drm/vmwgfx: Detach backing store from its resources when it is evictedThomas Hellstrom1-1/+44
2014-01-17drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom1-0/+2
2013-12-04drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom1-10/+44
2013-12-04drm/vmwgfx: Fix up and comment the dumb buffer implementationThomas Hellstrom1-27/+37
2013-11-18drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom1-20/+25
2013-11-18drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom1-1/+1
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/linu...Dave Airlie1-6/+36
2013-11-12drm/vmwgfx: Resource evict fixesThomas Hellstrom1-6/+36
2013-10-15drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom1-1/+1
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 Lankhorst1-2/+2