]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Adjust dc_stream_forward_crc_window to accept assignment of phy_id
authorWayne Lin <Wayne.Lin@amd.com>
Tue, 6 Aug 2024 09:21:24 +0000 (17:21 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:31:30 +0000 (10:31 -0500)
commit37a8f9b0c97178f72fdea83aa99e03579673a2e3
tree10b01032eb9976d748344190e9a46858b932139f
parent5f02fc3ecb7d565df7db027a39fc7b39cb3deea8
drm/amd/display: Adjust dc_stream_forward_crc_window to accept assignment of phy_id

[Why]
For mst streams under same topology, stream->link->link_enc_hw_inst are the same and
hence can't distinguish the crc window setting.

[How]
Firstly adjust dc_stream_forward_crc_window to accept assignment of phy_id. Follow up
another patch to determine the phy_id at dm layer.

Reviewed-by: HaoPing Liu <haoping.liu@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/dc_stream.h