summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-123-78/+1
|\
| * Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie2021-11-113-78/+1
| |\
| | * drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe2021-11-053-78/+1
| | * 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 tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+3
|\ \ \
| * | | dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+3
* | | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-023-17/+9
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'drm-msm-next-2021-10-26' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2021-10-281-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-151-1/+0
| | |/
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-9/+5
| |\|
| * | 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
* | | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-042-5/+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/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