summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | drm/ttm: move the page_alignment into the BO v2Christian König2021-04-231-7/+8
* | | drm/ttm: remove special handling for non GEM driversChristian König2021-04-231-0/+10
* | | drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang2021-04-231-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-242-2/+3
* | drm/vmwgfx: clean up vmw_move_notify v2Christian König2021-03-163-23/+16
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-1633-190/+1067
|\ \ | |/ |/|
| * drm/vmwgfx: Bump the minor version and cleanup loggingZack Rusin2021-02-262-15/+2
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-253-3/+4
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-255-6/+13
| * drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-244-18/+22
| * drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-242-4/+8
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-6/+7
| * drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-9/+6
| * drm/vmwgfx: Remove pointless codeZack Rusin2021-02-101-4/+0
| * drm/vmwgfx: Correctly set the name of the preferred modeZack Rusin2021-02-101-0/+1
| * drm/vmwgfx: add some 16:9 / 16:10 default resolutionsRoland Scheidegger2021-02-101-0/+24
| * drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-097-7/+830