summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2020-01-15drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possibleThomas Hellstrom
2020-01-15drm/vmwgfx: Bump driver minor versionThomas Hellstrom
2020-01-15drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from hostRoland Scheidegger
2020-01-15drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_addNavid Emamdoost
2020-01-15drm/vmwgfx: drop DRM_AUTH for render ioctlsEmil Velikov
2020-01-15drm/vmwgfx: check master authentication in surface_ref ioctlsEmil Velikov
2020-01-15drm/vmwgfx: move the require_exist handling togetherEmil Velikov
2020-01-15drm/vmwgfx: Replace deprecated PTR_RETLukas Bulwahn
2020-01-15drm/vmwgfx: Call vmw_driver_{load,unload}() before registering deviceThomas Zimmermann
2020-01-15drm/vmwgfx: Don't use the HB port if memory encryption is activeThomas Hellstrom
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-05drm: constify fb ops across all driversJani Nikula
2019-11-28Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie
2019-11-25drm/vmwgfx: Delete mmaping functionsDaniel Vetter
2019-11-14drm/vmwgfx: remove set but not used variable 'srf'YueHaibing
2019-11-14drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom
2019-11-06drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom
2019-11-06drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom
2019-11-06drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom
2019-10-25drm/ttm: always keep BOs on the LRUChristian König
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-09-16Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-11drm/vmwgfx: switch to own vma managerGerd Hoffmann
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann
2019-09-05drm/vmwgfx: Fix double free in vmw_recv_msg()Dan Carpenter
2019-08-28drm/vmwgfx: Update the backdoor call with support for new instructionsThomas Hellstrom
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg
2019-08-15drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom
2019-08-14drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat
2019-08-14drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-08drm/vmwgfx: fix memory leak when too many retries have occurredColin Ian King
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
2019-08-05dma-buf: add more reservation object locking wrappersChristian König
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie
2019-06-28drm/vmwgfx: Don't look at state->allow_modesetDaniel Vetter
2019-06-26drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov
2019-06-26drm/vmgfx: kill off unused init_mutexEmil Velikov
2019-06-26vmwgfx: drop empty lastclose stubEmil Velikov
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter