summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctlsZack Rusin2021-07-281-3/+3
* | drm/vmwgfx: Be a lot more flexible with MOB limitsZack Rusin2021-07-282-2/+43
* | drm/vmwgfx: Cleanup loggingZack Rusin2021-07-288-106/+151
* | drm/vmwgfx: Switch to using DRM_IOCTL_DEF_DRVZack Rusin2021-07-281-92/+84
* | drm/vmwgfx: Convert to Linux IRQ interfacesThomas Zimmermann2021-07-081-11/+5
* | drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* | drm/vmwgfx: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-8/+0
* | drm/vmwgfx: Fix build issues in mksGuestStats discovered by the kernel test r...Martin Krastev2021-06-162-4/+5
* | drm/vmwgfx: Fix a bad merge in otable batch takedownZack Rusin2021-06-161-1/+0
* | drm/vmwgfx: Fix a 64bit regression on svga3Zack Rusin2021-06-161-1/+1
* | drm/vmwgfx: Update device headersZack Rusin2021-06-1628-10563/+7624
* | drm/vmwgfx: Fix implicit declaration errorZack Rusin2021-06-121-0/+1
* | drm/vmwgfx: Remove vmw_chipsetZack Rusin2021-06-122-5/+3
* | drm/vmwgfx: Refactor vmw_mksstat_remove_ioctl to expect pgid match with vmw_m...Martin Krastev2021-06-121-19/+13
* | drm/vmwgfx: inline access to the pages from the piterZack Rusin2021-06-122-18/+1
* | drm/vmwgfx: remove code that was using physical page addressesZack Rusin2021-06-123-26/+1
* | drm/vmwgfx: Fix some static checker warningsZack Rusin2021-06-1210-22/+33
* | drm/vmwgfx: Fix subresource updates with new contextsZack Rusin2021-06-121-3/+2
* | drm/vmwgfx: Introduce VMware mks-guest-statsMartin Krastev2021-06-128-27/+878
* | drm/vmwgfx: Simplify devcaps codeZack Rusin2021-06-127-116/+221
|/
* drm/vmwgfx: use ttm_bo_move_null() when there is nothing to moveNirmoy Das2021-06-091-1/+1
* dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-3/+3
* dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2021-06-061-1/+1
* drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-042-26/+25
* drm/vmwgfx: switch the TTM backends to self allocChristian König2021-06-042-24/+31
* drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-041-1/+1
* drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-0212-66/+66
* drm/vmwgfx: Inline vmw_verify_access()Thomas Zimmermann2021-05-262-14/+2
* drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driverThomas Zimmermann2021-05-261-3/+53
* drm/vmwgfx: Fix return value check in vmw_setup_pci_resources()Qiheng Lin2021-05-141-2/+2
* drm/vmwgfx: Fix memory allocation check and a leak of object fifoColin Ian King2021-05-141-1/+5
* drm/vmwgfx: Port vmwgfx to arm64Zack Rusin2021-05-117-230/+378
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-1125-310/+405
* drm/vmwgfx: Remove the reservation semaphoreZack Rusin2021-05-1115-535/+6
* drm/vmwgfx: Fix cpu updates of coherent multisample surfacesThomas Hellstrom2021-05-112-2/+19
* drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips commandThomas Hellstrom2021-05-111-4/+16
* drm/vmwgfx: Fix incorrect enum usageZack Rusin2021-05-111-1/+1
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-114-18/+27
|\
| * Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-301-1/+1
| |\
| | * drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang2021-04-231-1/+1
| * | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-2833-212/+1078
| |\|
| * | drm/vmwgfx: Make sure bo's are unpinned before putting them backZack Rusin2021-04-143-8/+19
| * | drm/vmwgfx: Fix the lockdep breakageZack Rusin2021-04-142-11/+8
| * | drm/vmwgfx: Make sure we unpin no longer needed buffersZack Rusin2021-04-142-0/+6
* | | drm/vmwgfx: replace idr_init() by idr_init_base()Deepak R Varma2021-04-292-2/+2
* | | drm/vmwgfx: use min_t to replace minBernard Zhao2021-04-291-1/+1
* | | gpu: drm: vmwgfx: convert comma to semicolonZheng Yongjun2021-04-291-1/+1
* | | drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-lengt...Zou Wei2021-04-291-1/+1
* | | drm/vmwgfx: Fix a typoBhaskar Chowdhury2021-04-291-1/+1
* | | drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATIONThomas Zimmermann2021-04-263-7/+23