summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
Commit message (Expand)AuthorAgeFilesLines
* fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann2022-05-031-2/+1
* fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann2022-05-031-3/+2
* fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann2022-05-031-2/+3
* fbdev: Put mmap for deferred I/O into driversThomas Zimmermann2022-05-031-0/+1
* Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-05-033-30/+28
|\
| * drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin2022-04-213-30/+28
* | drm/vmwgfx: Reserve fence slots on buffer objects in cotablesZack Rusin2022-04-231-0/+4
* | drm/vmwgfx: Add debugfs entries for various ttm resource managersZack Rusin2022-04-211-0/+18
* | drm/ttm: remove bo->movingChristian König2022-04-071-6/+0
* | dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König2022-04-071-1/+1
* | dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-1/+2
* | dma-buf: add enum dma_resv_usage v4Christian König2022-04-072-3/+4
* | dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-5/+11
* | drm/vmwgfx: stop using dma_resv_excl_fence v2Christian König2022-04-031-2/+3
* | drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2022-04-021-1/+1
* | drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin2022-03-211-4/+7
* | drm/vmwgfx: validate the screen formatsZack Rusin2022-03-212-15/+16
* | drm/vmwgfx: Fix mob cursor allocation raceZack Rusin2022-03-211-0/+8
* | drm/vmwgfx: Fix an invalid readZack Rusin2022-03-211-8/+6
* | drm/vmwgfx: Stop using surface dma commands on most configurationsZack Rusin2022-03-111-3/+8
* | drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin2022-03-113-8/+58
* | drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin2022-03-111-1/+1
* | drm/vmwgfx: Allow querying of the SVGA PCI id from the userspaceZack Rusin2022-03-111-12/+15
* | drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin2022-03-115-19/+53
* | drm/vmwgfx: Print capabilities early during the initializationZack Rusin2022-03-111-10/+6
* | drm/vmwgfx: Cleanup multimon initialization codeZack Rusin2022-03-111-10/+8
* | drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev2022-03-117-104/+382
|/
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2022-02-074-21/+21
|\
| * Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-012-2/+5
| |\
| * | drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause2022-01-274-21/+21
| * | drm/vmwgfx: Fix possible usage of an uninitialized variableZack Rusin2021-12-171-3/+5
| * | drm/vmwgfx: Remove unused compile optionsZack Rusin2021-12-173-14/+5
| * | drm/vmwgfx: Remove explicit transparent hugepages supportZack Rusin2021-12-174-198/+0
| * | drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin2021-12-171-1/+1
* | | drm/vmwgfx: remove vmw_wait_dma_fenceChristian König2022-02-023-50/+1
* | | drm/vmwgfx: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-21/+3
| |/ |/|
* | drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-262-2/+2
* | drm/ttm: add ttm_resource_fini v2Christian König2022-01-262-0/+3
* | drm/vmwgfx: Fix possible usage of an uninitialized variableZack Rusin2021-12-161-3/+5
* | drm/vmwgfx: Remove unused compile optionsZack Rusin2021-12-163-14/+5
* | drm/vmwgfx: Remove explicit transparent hugepages supportZack Rusin2021-12-164-198/+0
* | drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin2021-12-161-1/+1
|/
* drm/vmwgfx: Bump the minor versionZack Rusin2021-12-091-2/+2
* drm/vmwgfx: Remove usage of MOBFMT_RANGEZack Rusin2021-12-093-19/+0
* drm/vmwgfx: add support for updating only offsets of constant buffersRoland Scheidegger2021-12-093-0/+79
* drm/vmwgfx: Allow checking for gl43 contextsZack Rusin2021-12-091-0/+3
* drm/vmwgfx: support 64 UAVsZack Rusin2021-12-095-6/+30
* drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 commandRoland Scheidegger2021-12-093-1/+11
* drm/vmwgfx: Update device headers for GL43Zack Rusin2021-12-099-34/+41
* drm/vmwgfx: Implement create_handle on drm_framebuffer_funcsZack Rusin2021-12-091-0/+11