aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/vmwgfx: Fix return value check in vmw_setup_pci_resources()Qiheng Lin2021-05-141-2/+2
* drm/vmwgfx: Port vmwgfx to arm64Zack Rusin2021-05-111-5/+4
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-111-28/+110
* drm/vmwgfx: Remove the reservation semaphoreZack Rusin2021-05-111-13/+1
* drm/vmwgfx: Fix incorrect enum usageZack Rusin2021-05-111-1/+1
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-111-9/+8
|\
| * Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-27/+18
| |\
| * | drm/vmwgfx: Fix the lockdep breakageZack Rusin2021-04-141-9/+8
| * | drm/vmwgfx: Fix some memory leaks on errorsZack Rusin2021-02-091-5/+4
| * | drm/vmwgfx/vmwgfx_drv: Fix an error path in vmw_setup_pci_resources()Dan Carpenter2021-02-091-2/+3
* | | drm/vmwgfx: replace idr_init() by idr_init_base()Deepak R Varma2021-04-291-1/+1
* | | drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-2/+2
| |/ |/|
* | drm/ttm: remove swap LRU v3Christian König2021-03-241-1/+1
* | drm/ttm: move swapout logic around v3Christian König2021-03-241-1/+1
* | drm/vmwgfx: Bump the minor version and cleanup loggingZack Rusin2021-02-261-13/+0