summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_...Sean Paul2021-10-042-15/+8
* drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos2021-10-012-8/+15
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-9/+5
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-9/+5
| |\
| | * lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb2021-08-241-9/+5
| | * drm/vmwgfx: Fix a 64bit regression on svga3Zack Rusin2021-08-021-1/+1
| | * drm/vmwgfx: Fix a bad merge in otable batch takedownZack Rusin2021-07-091-1/+0
| | * drm/vmwgfx: Fix implicit declaration errorZack Rusin2021-07-091-0/+1
* | | drm/ttm: cleanup ttm_resource_compatChristian König2021-09-031-9/+6
* | | drm/ttm: remove ttm_tt_destroy_common v2Christian König2021-08-231-1/+0
* | | drm/vmwgfx: unbind in vmw_ttm_unpopulateChristian König2021-08-231-6/+3
|/ /
* | drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP"Cai Huoqing2021-08-092-10/+9
* | drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing2021-08-097-14/+9
* | drm/vmwgfx: fix potential UAF in vmwgfx_surface.cDesmond Cheong Zhi Xi2021-08-091-2/+2
* | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li2021-08-091-2/+1
* | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...Baokun Li2021-08-091-2/+1
* | drm/vmwgfx: Remove the repeated declarationShaokun Zhang2021-08-091-1/+0
* | 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