summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2022-04-20drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin3-30/+28
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...Dave 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
2021-12-09drm/vmwgfx: Implement create_handle on drm_framebuffer_funcsZack Rusin1-0/+11
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin25-745/+588
2021-12-09drm/vmwgfx: Stop hardcoding the PCI IDZack Rusin1-2/+2
2021-12-09drm/vmwgfx: Add a debug callback to mobid resource managerZack Rusin1-1/+15
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin27-1316/+38
2021-12-01drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernelZack Rusin1-1/+1
2021-12-01drm/vmwgfx: Introduce a new placement for MOB page tablesZack Rusin5-38/+138
2021-12-01drm/vmwgfx: Fail to initialize on broken configsZack Rusin1-0/+7
2021-12-01drm/vmwgfx: Release ttm memory if probe failsZack Rusin1-10/+16
2021-12-01drm/vmwgfx: Remove the deprecated lower mem limitZack Rusin2-103/+2
2021-11-30drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann11-60/+342
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+1
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-78/+1
2021-11-11Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie3-78/+1
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe3-78/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-17/+9
2021-10-28Merge tag 'drm-msm-next-2021-10-26' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-1/+0
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-04Revert "drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_...Sean Paul2-15/+8
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2-5/+5
2021-10-01drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos2-8/+15
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-9/+5
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König1-9/+6
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+5
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb1-9/+5