]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add ability for HWSS to prepare the DDC before use
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 26 Jan 2026 21:08:31 +0000 (22:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:28:32 +0000 (14:28 -0500)
commit05a606fc39840257b66bbe3bafef733218657304
treee574da8361da565e216db29346a436e542b19c00
parent7b6e66b6dd55350be309f43772b7de8ae57c56eb
drm/amd/display: Add ability for HWSS to prepare the DDC before use

Make it possible to add a HWSS function to prepare the DDC
before trying to use it. This is going to be necessary for
external DP bridge encoders.

This commit just adds the function to common DC code.
The actual implementation of this function for DCE is
done in a subsequent commit.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer.h
drivers/gpu/drm/amd/display/dc/link/link_detection.c