aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König1-1/+9
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann1-2/+1
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann1-3/+2
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann1-2/+3
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann1-0/+1
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie3-30/+28
2022-04-22drm/vmwgfx: Reserve fence slots on buffer objects in cotablesZack Rusin1-0/+4
2022-04-20drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin3-30/+28
2022-04-20drm/vmwgfx: Add debugfs entries for various ttm resource managersZack Rusin1-0/+18
2022-04-07drm/ttm: remove bo->movingChristian König1-6/+0
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-1/+1
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+2
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König2-3/+4
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-5/+11
2022-04-03drm/vmwgfx: stop using dma_resv_excl_fence v2Christian König1-2/+3
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2022-03-21drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin1-4/+7
2022-03-21drm/vmwgfx: validate the screen formatsZack Rusin2-15/+16
2022-03-21drm/vmwgfx: Fix mob cursor allocation raceZack Rusin1-0/+8
2022-03-21drm/vmwgfx: Fix an invalid readZack Rusin1-8/+6
2022-03-11drm/vmwgfx: Stop using surface dma commands on most configurationsZack Rusin1-3/+8
2022-03-11drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin3-8/+58
2022-03-11drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin1-1/+1
2022-03-11drm/vmwgfx: Allow querying of the SVGA PCI id from the userspaceZack Rusin1-12/+15
2022-03-11drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin5-19/+53
2022-03-11drm/vmwgfx: Print capabilities early during the initializationZack Rusin1-10/+6
2022-03-11drm/vmwgfx: Cleanup multimon initialization codeZack Rusin1-10/+8
2022-03-11drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev7-104/+382
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst4-21/+21
2022-02-02drm/vmwgfx: remove vmw_wait_dma_fenceChristian König3-50/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-2/+5
2022-01-27drm/vmwgfx: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-21/+3
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause4-21/+21
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König2-2/+2
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König2-0/+3
2021-12-17drm/vmwgfx: Fix possible usage of an uninitialized variableZack Rusin1-3/+5
2021-12-17drm/vmwgfx: Remove unused compile optionsZack Rusin3-14/+5
2021-12-17drm/vmwgfx: Remove explicit transparent hugepages supportZack Rusin4-198/+0
2021-12-17drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin1-1/+1
2021-12-16drm/vmwgfx: Fix possible usage of an uninitialized variableZack Rusin1-3/+5
2021-12-16drm/vmwgfx: Remove unused compile optionsZack Rusin3-14/+5
2021-12-16drm/vmwgfx: Remove explicit transparent hugepages supportZack Rusin4-198/+0
2021-12-16drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin1-1/+1
2021-12-09drm/vmwgfx: Bump the minor versionZack Rusin1-2/+2
2021-12-09drm/vmwgfx: Remove usage of MOBFMT_RANGEZack Rusin3-19/+0
2021-12-09drm/vmwgfx: add support for updating only offsets of constant buffersRoland Scheidegger3-0/+79
2021-12-09drm/vmwgfx: Allow checking for gl43 contextsZack Rusin1-0/+3
2021-12-09drm/vmwgfx: support 64 UAVsZack Rusin5-6/+30
2021-12-09drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 commandRoland Scheidegger3-1/+11
2021-12-09drm/vmwgfx: Update device headers for GL43Zack Rusin9-34/+41