summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+1
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-221-5/+7
|\ \
| * | drm/vmwgfx: Fix prime import/exportZack Rusin2024-04-151-0/+1
| |/
| * drm/vmwgfx: Enable DMA mappings with SEVZack Rusin2024-04-091-5/+6
* | drm/vmwgfx: Implement virtual crc generationZack Rusin2024-04-151-0/+1
* | drm/vmwgfx: Implement virtual kmsZack Rusin2024-04-151-0/+3
|/
* drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe2024-03-271-6/+9
* drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2023-11-241-1/+1
* drm/vmwgfx: Print errors when running on broken/unsupported configsZack Rusin2023-04-111-0/+29
* drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-131-6/+11
* drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-131-1/+2
* drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-131-3/+4
* drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin2023-02-131-2/+1
* drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin2023-02-131-1/+1
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-061-1/+0
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin2022-10-251-42/+16
* drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala2022-10-251-1/+1
* drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala2022-10-251-5/+19
* drm/vmwgfx: Remove ttm object hashtableMaaz Mombasawala2022-10-251-1/+1
* drm/vmwgfx: Write the driver id registersZack Rusin2022-10-251-9/+34
* drm/vmwgfx: Remove unused hugepage supportZack Rusin2022-08-041-13/+0
* Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-05-031-6/+2
|\
| * drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin2022-04-201-6/+2
* | drm/vmwgfx: Add debugfs entries for various ttm resource managersZack Rusin2022-04-201-0/+18
* | drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin2022-03-111-1/+1
* | drm/vmwgfx: Print capabilities early during the initializationZack Rusin2022-03-111-10/+6
* | drm/vmwgfx: Add support for CursorMob and CursorBypass 4Martin Krastev2022-03-111-1/+1
|/
* drm/vmwgfx: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-21/+3
* drm/vmwgfx: Remove explicit transparent hugepages supportZack Rusin2021-12-161-8/+0
* drm/vmwgfx: support 64 UAVsZack Rusin2021-12-091-1/+5
* drm/vmwgfx: Implement DRIVER_GEMZack Rusin2021-12-091-11/+9
* drm/vmwgfx: Stop hardcoding the PCI IDZack Rusin2021-12-091-2/+2
* drm/vmwgfx: Remove the dedicated memory accountingZack Rusin2021-12-091-15/+2
* drm/vmwgfx: Introduce a new placement for MOB page tablesZack Rusin2021-12-011-2/+12
* drm/vmwgfx: Release ttm memory if probe failsZack Rusin2021-12-011-10/+16
* drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann2021-11-301-1/+1
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+1
* treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+2
* drm/vmwgfx: Be a lot more flexible with MOB limitsZack Rusin2021-07-281-0/+9
* drm/vmwgfx: Cleanup loggingZack Rusin2021-07-281-92/+132
* drm/vmwgfx: Switch to using DRM_IOCTL_DEF_DRVZack Rusin2021-07-281-92/+84
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/vmwgfx: Update device headersZack Rusin2021-06-161-5/+4
* drm/vmwgfx: Fix implicit declaration errorZack Rusin2021-06-121-0/+1
* drm/vmwgfx: Remove vmw_chipsetZack Rusin2021-06-121-3/+2
* drm/vmwgfx: remove code that was using physical page addressesZack Rusin2021-06-121-6/+1
* drm/vmwgfx: Introduce VMware mks-guest-statsMartin Krastev2021-06-121-0/+20
* drm/vmwgfx: Simplify devcaps codeZack Rusin2021-06-121-12/+13