summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-2/+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-151-0/+2
* | drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-3/+3
|/
* drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-11-061-2/+2
* drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom2019-11-061-1/+6
* drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom2019-11-061-5/+5
* drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-11-061-3/+20
* drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König2019-10-251-0/+3
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-24/+102
|\
| * drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom2019-08-151-0/+72
| * drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg2019-08-151-9/+21
| * drm/vmwgfx: Kill unneeded legacy security featuresThomas Hellstrom2019-08-151-15/+1
| * drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat2019-08-141-0/+8
* | drm/vmwgfx: switch to own vma managerGerd Hoffmann2019-09-111-0/+1
|/
* drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov2019-06-261-2/+2
* drm/vmgfx: kill off unused init_mutexEmil Velikov2019-06-261-5/+0
* drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom2019-05-211-1/+1
* drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat2019-04-081-1/+12
* drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat2019-04-081-0/+14
* drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom2019-04-081-0/+2
* drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-1/+0
* drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2019-01-281-3/+1
* drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2019-01-281-3/+2
* Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-16/+1
|\
| * drm/vmwgfx: Fix a layout race conditionThomas Hellstrom2018-12-051-9/+0
| * drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom2018-12-051-2/+0
| * drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-3/+0
| * drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-2/+1
* | drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom2018-12-131-0/+5
|/
* drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom2018-09-281-3/+15
* drm/vmwgfx: Look up user buffer objects without taking a referenceThomas Hellstrom2018-09-281-0/+12
* drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom2018-09-271-8/+36
* drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom2018-09-271-10/+2
* drm/vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom2018-09-271-17/+48
* drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom2018-09-271-1/+1
* drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom2018-09-271-2/+2
* Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-6/+18
|\
| * drm/vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat2018-07-061-3/+3
| * drm/vmwgfx: Add support for multisamplingDeepak Rawat2018-07-061-1/+1
| * drm/vmwgfx: Add new ioctl for GB surface create and referenceDeepak Rawat2018-07-061-0/+8
| * drm/vmwgfx: Support for SVGA3dSurfaceAllFlags in vmwgfxDeepak Rawat2018-07-061-2/+2
| * drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3Deepak Rawat2018-07-061-0/+2
| * drm/vmwgfx: Add SM4_1 flagDeepak Rawat2018-07-061-0/+1
| * drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende2018-07-061-0/+1
* | Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-76/+82
|\|
| * drm/vmwgfx: Fix host message module function declarationsThomas Hellstrom2018-07-031-6/+5
| * drm/vmwgfx: Use a mutex to protect gui positioning in vmw_display_unitDeepak Rawat2018-07-031-0/+9
| * drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-38/+35
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-64/+65