summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possibleThomas Hellstrom2020-01-151-0/+4
* drm/vmwgfx: Bump driver minor versionThomas Hellstrom2020-01-151-2/+2
* drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from hostRoland Scheidegger2020-01-153-0/+91
* drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_addNavid Emamdoost2020-01-151-1/+3
* drm/vmwgfx: drop DRM_AUTH for render ioctlsEmil Velikov2020-01-151-14/+14
* drm/vmwgfx: check master authentication in surface_ref ioctlsEmil Velikov2020-01-151-0/+7
* drm/vmwgfx: move the require_exist handling togetherEmil Velikov2020-01-151-4/+5
* drm/vmwgfx: Replace deprecated PTR_RETLukas Bulwahn2020-01-151-6/+15
* drm/vmwgfx: Call vmw_driver_{load,unload}() before registering deviceThomas Zimmermann2020-01-151-5/+37
* drm/vmwgfx: Don't use the HB port if memory encryption is activeThomas Hellstrom2020-01-151-2/+5
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-172-34/+1
|\
| * drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
| * drm/vmwgfx: Delete mmaping functionsDaniel Vetter2019-11-251-33/+0
* | Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-2813-49/+1436
|\ \
| * | drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-11-063-6/+626
| * | drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom2019-11-065-11/+181
| * | drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom2019-11-063-16/+32
| * | drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-11-0611-21/+602
| |/
* | drm/vmwgfx: remove set but not used variable 'srf'YueHaibing2019-11-141-2/+0
* | drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom2019-11-141-2/+1
|/
* drm/ttm: always keep BOs on the LRUChristian König2019-10-252-3/+2
* drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König2019-10-253-5/+18
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-0331-426/+295
|\
| * Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-2032-474/+305
| |\
| | * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-215-11/+14
| | |\
| | * | drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom2019-08-158-20/+140
| | * | drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg2019-08-1512-31/+36
| | * | drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg2019-08-1512-27/+59
| | * | drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom2019-08-155-312/+3
| | * | drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat2019-08-141-5/+10
| | * | drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat2019-08-142-0/+16
| * | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-172-28/+28
| |\ \ \
| | * | | drm/vmwgfx: Update the backdoor call with support for new instructionsThomas Hellstrom2019-08-282-28/+28
| * | | | drm/vmwgfx: Fix double free in vmw_recv_msg()Dan Carpenter2019-09-051-5/+3
| |/ / /
| * | | drm/vmwgfx: fix memory leak when too many retries have occurredColin Ian King2019-08-081-1/+3
* | | | drm/vmwgfx: switch to own vma managerGerd Hoffmann2019-09-112-1/+6
* | | | drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann2019-09-111-0/+1
| |_|/ |/| |
* | | dma-fence: Store the timestamp in the same union as the cb_listChris Wilson2019-08-171-0/+3
* | | dma-buf: rename reservation_object to dma_resvChristian König2019-08-134-11/+11
| |/ |/|
* | drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-064-11/+11
* | drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-062-4/+4
* | dma-buf: add more reservation object locking wrappersChristian König2019-08-054-8/+8
* | Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-223-34/+125
|\|
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-162-2/+3
| |\
| | * Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie2019-07-1519-1580/+380
| | * drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom2019-06-185-311/+3
| | * drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat2019-06-181-5/+10
| | * drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat2019-06-182-0/+16
| | * drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-06-183-6/+626
| | * drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom2019-06-185-11/+177