[PATCH 0/3] Update DC commit sequence
Wheeler, Daniel
Daniel.Wheeler at amd.com
Tue Oct 11 18:52:39 UTC 2022
[Public]
Hi all,
I tested these patches as well, they were added to the most recent patchset.
Tested-by: Daniel Wheeler <daniel.wheeler at amd.com>
Thank you,
Dan Wheeler
Sr. Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr E, Thornhill, ON L3T 7X6
Facebook | Twitter | amd.com
-----Original Message-----
From: Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>
Sent: October 11, 2022 2:12 PM
To: amd-gfx at lists.freedesktop.org
Cc: Deucher, Alexander <Alexander.Deucher at amd.com>; Wheeler, Daniel <Daniel.Wheeler at amd.com>; Kazlauskas, Nicholas <Nicholas.Kazlauskas at amd.com>; Wentland, Harry <Harry.Wentland at amd.com>
Subject: [PATCH 0/3] Update DC commit sequence
This patchset introduces the basic infrastructure to change our display commit sequence to make it more robust and flexible for handling some display features. Current, amdgpu_dm tries to commit a validation state directly into update_planes and commit_streams. However, we want to avoid committing the state directly into DC; instead, we only want to pass streams/plane pointers into DC and let it manage the commit state entirely. This behavior is more future-proof because it keeps the state manipulation inside DC, which can benefit some specific features that might want to play with the context state.
Cc: Daniel Wheeler <daniel.wheeler at amd.com>
Cc: Nicholas Kazlauskas <nicholas.kazlauskas at amd.com>
Cc: Harry Wentland <harry.wentland at amd.com>
Aurabindo Pillai (1):
drm/amd/display: Move dc_state copy in commit_tail after
dc_commit_state
Rodrigo Siqueira (2):
drm/amd/display: Add functions for new DC commit sequence
drm/amd/display: Enable new commit sequence only for DCN32x
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 17 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 108 ++++++++++
.../gpu/drm/amd/display/dc/core/dc_resource.c | 204 +++++++++++++++++-
drivers/gpu/drm/amd/display/dc/dc.h | 6 +
drivers/gpu/drm/amd/display/dc/dc_stream.h | 11 +-
5 files changed, 333 insertions(+), 13 deletions(-)
--
2.35.1
More information about the amd-gfx
mailing list