aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-16drm/vmwgfx: Fix parameter name in vmw_bo_initGuixiong Wei1-1/+1
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-0/+12
2020-03-24drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)1-0/+1
2020-03-24drm/vmwgfx: Introduce a huge page aligning TTM range managerThomas Hellstrom (VMware)1-0/+7
2020-03-24drm/vmwgfx: Support huge page faultsThomas Hellstrom (VMware)1-0/+4
2020-03-23drm/vmwgfx: Use vmwgfx version 2.18 to signal SM5 compatibilityThomas Hellström (VMware)1-1/+1
2020-03-23drm/vmwgfx: Add surface define v4 commandDeepak Rawat1-0/+2
2020-03-23drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat1-0/+5
2020-03-23drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat1-12/+44
2020-03-23drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat1-1/+21
2020-03-23drm/vmwgfx: Add a new enum for SM5 graphics context capabilityDeepak Rawat1-0/+13
2020-03-23drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-2/+38
2020-03-12drm/vmwgfx: Remove a few unused functionsSebastian Andrzej Siewior1-28/+0
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-2/+4
2020-02-13drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann1-3/+3
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 Scheidegger1-0/+2
2019-11-06drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom1-2/+2
2019-11-06drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom1-1/+6
2019-11-06drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom1-5/+5
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-3/+20
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-0/+3
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-24/+102
2019-09-11drm/vmwgfx: switch to own vma managerGerd Hoffmann1-0/+1
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom1-0/+72
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg1-9/+21
2019-08-15drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom1-15/+1
2019-08-14drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat1-0/+8
2019-06-26drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov1-2/+2
2019-06-26drm/vmgfx: kill off unused init_mutexEmil Velikov1-5/+0
2019-05-21drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom1-1/+1
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-1/+12
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat1-0/+14
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-0/+2
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-1/+0
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+1
2019-01-28drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-3/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-16/+1
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom1-0/+5
2018-12-05drm/vmwgfx: Fix a layout race conditionThomas Hellstrom1-9/+0
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom1-2/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-3/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-2/+1
2018-09-28drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom1-3/+15
2018-09-28drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom1-0/+12
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom1-8/+36
2018-09-27drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom1-10/+2
2018-09-27drm/vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom1-17/+48
2018-09-27drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom1-1/+1
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driverThomas Hellstrom1-2/+2