summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
AgeCommit message (Expand)AuthorFilesLines
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-01-19drm/vmwgfx/vmwgfx_kms: Update worthy function headers and demote othersLee Jones1-6/+7
2021-01-19drm/vmwgfx/vmwgfx_kms: Remove unused variable 'ret' from 'vmw_du_primary_plan...Lee Jones1-2/+1
2021-01-14drm/vmwgfx: Fix display register usage for some older configsZack Rusin1-1/+2
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-12/+9
2021-01-14drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin1-8/+6
2021-01-14drm/vmwgfx: Switch to a managed drm deviceZack Rusin1-18/+18
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-1/+3
2020-08-11drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-11drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter1-4/+4
2020-07-02drm/vmwgfx: Use __drm_atomic_helper_crtc_resetDaniel Vetter1-2/+1
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-2/+0
2020-03-24drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat1-17/+10
2020-03-24drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat1-8/+8
2020-03-24drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-1/+1
2020-03-12drm/vmwgfx: Remove a few unused functionsSebastian Andrzej Siewior1-81/+0
2020-02-13drm/vmwgfx: Convert to CRTC VBLANK callbacksThomas Zimmermann1-3/+3
2019-08-15drm/vmwgfx: drop use of drmP.h in header filesSam Ravnborg1-3/+7
2019-08-14drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errorsDeepak Rawat1-5/+10
2019-08-14drm/vmwgfx: Add debug message for layout change ioctlDeepak Rawat1-0/+8
2019-06-28drm/vmwgfx: Don't look at state->allow_modesetDaniel Vetter1-8/+0
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-15/+8
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-2/+3
2019-02-05drm/vmwgfx: Also check for crtc status while checking for DU activeDeepak Rawat1-1/+1
2019-02-05drm/vmwgfx: Fix an uninitialized fence handle valueThomas Hellstrom1-2/+2
2018-12-05drm/vmwgfx: Fix a layout race conditionThomas Hellstrom1-27/+39
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom1-189/+88
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat1-22/+0
2018-12-05drm/vmwgfx: Use atomic helper function for dirty fb IOCTLDeepak Rawat1-64/+18
2018-12-05drm/vmwgfx: Add a new interface for plane update on a display unitDeepak Rawat1-0/+122
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul1-178/+21
2018-10-05drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_checkThomas Hellstrom1-12/+12
2018-10-04Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie1-178/+21
2018-09-27drm/vmwgfx: Use new validation interface for the modesetting code v2Thomas Hellstrom1-178/+21
2018-09-27drm/vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom1-2/+2
2018-09-27drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom1-1/+1
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-12/+30
2018-09-20drm/vmwgfx: limit mode size for all display unit to texture_maxDeepak Rawat1-3/+7
2018-09-20drm/vmwgfx: limit screen size to stdu_max during check_modesetDeepak Rawat1-8/+22
2018-09-20drm/vmwgfx: don't check for old_crtc_state enable statusDeepak Rawat1-1/+1
2018-08-27Merge drm/drm-next into drm-misc-nextSean Paul1-221/+367
2018-08-08drm/vmwgfx: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-3/+1
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-1/+1
2018-07-10Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-9/+11
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-212/+356