aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-09drm/vmwgfx: Fix implicit declaration errorZack Rusin1-0/+1
2021-06-09drm/vmwgfx: use ttm_bo_move_null() when there is nothing to moveNirmoy Das1-1/+1
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-3/+3
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-1/+1
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König2-26/+25
2021-06-04drm/vmwgfx: switch the TTM backends to self allocChristian König2-24/+31
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-1/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König12-66/+66
2021-05-26drm/vmwgfx: Inline vmw_verify_access()Thomas Zimmermann2-14/+2
2021-05-26drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driverThomas Zimmermann1-3/+53
2021-05-14drm/vmwgfx: Fix return value check in vmw_setup_pci_resources()Qiheng Lin1-2/+2
2021-05-14drm/vmwgfx: Fix memory allocation check and a leak of object fifoColin Ian King1-1/+5
2021-05-11drm/vmwgfx: Port vmwgfx to arm64Zack Rusin7-230/+378
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin25-310/+405
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin15-535/+6
2021-05-11drm/vmwgfx: Fix cpu updates of coherent multisample surfacesThomas Hellstrom2-2/+19
2021-05-11drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips commandThomas Hellstrom1-4/+16
2021-05-11drm/vmwgfx: Fix incorrect enum usageZack Rusin1-1/+1
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-18/+27
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-04-29drm/vmwgfx: replace idr_init() by idr_init_base()Deepak R Varma2-2/+2
2021-04-29drm/vmwgfx: use min_t to replace minBernard Zhao1-1/+1
2021-04-29gpu: drm: vmwgfx: convert comma to semicolonZheng Yongjun1-1/+1
2021-04-29drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-length arrayZou Wei1-1/+1
2021-04-29drm/vmwgfx: Fix a typoBhaskar Chowdhury1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds33-212/+1078
2021-04-26drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATIONThomas Zimmermann3-7/+23
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-7/+8
2021-04-23drm/ttm: remove special handling for non GEM driversChristian König1-0/+10
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang1-1/+1
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang1-1/+1
2021-04-14drm/vmwgfx: Make sure bo's are unpinned before putting them backZack Rusin3-8/+19
2021-04-14drm/vmwgfx: Fix the lockdep breakageZack Rusin2-11/+8
2021-04-14drm/vmwgfx: Make sure we unpin no longer needed buffersZack Rusin2-0/+6
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-2/+2
2021-03-24drm/ttm: remove swap LRU v3Christian König1-1/+1
2021-03-24drm/ttm: move swapout logic around v3Christian König2-2/+3
2021-03-16drm/vmwgfx: clean up vmw_move_notify v2Christian König3-23/+16
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie33-190/+1067
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu2-4/+2
2021-02-26drm/vmwgfx: Bump the minor version and cleanup loggingZack Rusin2-15/+2
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard3-3/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard5-6/+13
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard4-18/+22
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2-4/+8
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-6/+7
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-9/+6
2021-02-10drm/vmwgfx: Remove pointless codeZack Rusin1-4/+0
2021-02-10drm/vmwgfx: Correctly set the name of the preferred modeZack Rusin1-0/+1