summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds33-212/+1078
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-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...Dave 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
2021-02-10drm/vmwgfx: add some 16:9 / 16:10 default resolutionsRoland Scheidegger1-0/+24
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König7-7/+830
2021-02-09drm/ttm: rework ttm_tt page limit v4Christian König1-1/+1
2021-02-09drm/vmwgfx: Fix some memory leaks on errorsZack Rusin1-5/+4
2021-02-09drm/vmwgfx/vmwgfx_drv: Fix an error path in vmw_setup_pci_resources()Dan Carpenter1-2/+3
2021-02-02drm/vmwgfx: Fix some memory leaks on errorsZack Rusin1-5/+4
2021-01-28drm/vmwgfx/vmwgfx_drv: Fix an error path in vmw_setup_pci_resources()Dan Carpenter1-2/+3
2021-01-21drm/ttm: device naming cleanupChristian König6-22/+22
2021-01-20drm/vmwgfx: Make sure we unpin no longer needed buffersZack Rusin2-0/+6
2021-01-19drm/vmwgfx/ttm_object: Reorder header to immediately precede its structLee Jones1-9/+10
2021-01-19drm/vmwgfx/vmwgfx_thp: Add description for 'vmw_thp_manager's member 'manager'Lee Jones1-0/+1
2021-01-19drm/vmwgfx/ttm_object: Demote half-assed headers and fix-up anotherLee Jones1-3/+3
2021-01-19drm/vmwgfx/vmwgfx_validation: Add some missing struct member/function param d...Lee Jones1-2/+3
2021-01-19drm/vmwgfx/vmwgfx_blit: Add description for 'vmw_bo_cpu_blit's 'diff' paramLee Jones1-0/+1
2021-01-19drm/vmwgfx/vmwgfx_msg: Fix misspelling of 'msg'Lee Jones1-1/+1
2021-01-19drm/vmwgfx/vmwgfx_binding: Provide some missing param descriptions and remove...Lee Jones1-3/+6
2021-01-19drm/vmwgfx/vmwgfx_so: Add description for 'vmw_view's 'rcu' memberLee Jones1-0/+1
2021-01-19drm/vmwgfx/vmwgfx_cotable: Fix a couple of simple documentation problemsLee Jones1-1/+2
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf: Fix misnaming of 'headers' should be pluralLee Jones1-1/+1
2021-01-19drm/vmwgfx/vmwgfx_stdu: Add some missing param/member descriptionsLee Jones1-2/+7
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf_res: Remove unused variable 'ret'Lee Jones1-3/+1
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf: Fix a bunch of missing or incorrectly formatted/nam...Lee Jones1-4/+8
2021-01-19drm/vmwgfx/vmwgfx_shader: Demote kernel-doc abuses and fix-up worthy headersLee Jones1-5/+5
2021-01-19drm/vmwgfx/vmwgfx_cmdbuf_res: Rename param description and remove anotherLee Jones1-3/+1
2021-01-19drm/vmwgfx/vmwgfx_surface: Fix some kernel-doc related issuesLee Jones1-7/+10
2021-01-19drm/vmwgfx/vmwgfx_scrn: Demote unworthy kernel-doc headers and update othersLee Jones1-4/+6
2021-01-19drm/vmwgfx/vmwgfx_context: Demote kernel-doc abusesLee Jones1-3/+3
2021-01-19drm/vmwgfx/vmwgfx_bo: Remove superfluous param description and supply anotherLee Jones1-1/+1
2021-01-19drm/vmwgfx/vmwgfx_fence: Add, remove and demote various documentation params/...Lee Jones1-8/+10