aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possibleThomas Hellstrom1-0/+4
2020-01-15drm/vmwgfx: Bump driver minor versionThomas Hellstrom1-2/+2
2020-01-15drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from hostRoland Scheidegger3-0/+91
2020-01-15drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_addNavid Emamdoost1-1/+3
2020-01-15drm/vmwgfx: drop DRM_AUTH for render ioctlsEmil Velikov1-14/+14
2020-01-15drm/vmwgfx: check master authentication in surface_ref ioctlsEmil Velikov1-0/+7
2020-01-15drm/vmwgfx: move the require_exist handling togetherEmil Velikov1-4/+5
2020-01-15drm/vmwgfx: Replace deprecated PTR_RETLukas Bulwahn1-6/+15
2020-01-15drm/vmwgfx: Call vmw_driver_{load,unload}() before registering deviceThomas Zimmermann1-5/+37
2020-01-15drm/vmwgfx: Don't use the HB port if memory encryption is activeThomas Hellstrom1-2/+5
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter2-34/+1
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
2019-11-28Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie13-49/+1436
2019-11-25drm/vmwgfx: Delete mmaping functionsDaniel Vetter1-33/+0
2019-11-14drm/vmwgfx: remove set but not used variable 'srf'YueHaibing1-2/+0
2019-11-14drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom1-2/+1
2019-11-06drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom3-6/+626
2019-11-06drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom5-11/+181
2019-11-06drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom3-16/+32
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom11-21/+602
2019-10-25drm/ttm: always keep BOs on the LRUChristian König2-3/+2
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König3-5/+18
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard31-426/+295
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds32-474/+305
2019-09-16Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-28/+28
2019-09-11drm/vmwgfx: switch to own vma managerGerd Hoffmann2-1/+6
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-0/+1
2019-09-05drm/vmwgfx: Fix double free in vmw_recv_msg()Dan Carpenter1-5/+3
2019-08-28drm/vmwgfx: Update the backdoor call with support for new instructionsThomas Hellstrom2-28/+28
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-11/+14
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson1-0/+3
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom8-20/+140
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg12-31/+36
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg12-27/+59
2019-08-15drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom5-312/+3
2019-08-14drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat1-5/+10
2019-08-14drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat2-0/+16
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König4-11/+11
2019-08-08drm/vmwgfx: fix memory leak when too many retries have occurredColin Ian King1-1/+3
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann4-11/+11
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann2-4/+4
2019-08-05dma-buf: add more reservation object locking wrappersChristian König4-8/+8
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard3-34/+125
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+3
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next"Dave Airlie19-1580/+380
2019-06-28drm/vmwgfx: Don't look at state->allow_modesetDaniel Vetter1-8/+0
2019-06-26drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov3-45/+23
2019-06-26drm/vmgfx: kill off unused init_mutexEmil Velikov2-6/+0
2019-06-26vmwgfx: drop empty lastclose stubEmil Velikov1-5/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1