drm/amd/display: Fix a switch statement in populate_dml_output_cfg_from_stream_state()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 13 Jan 2024 14:58:21 +0000 (15:58 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:40:39 +0000 (15:40 -0500)
commitab762f937db92034ed1a2d9ff7b6be73bd8b4f46
tree9f5d7b0541f2065fc50e8e63cb0be843b268408e
parentbf14cd4f2e9af61fc4b7a8ea0ab761b975c7fc65
drm/amd/display: Fix a switch statement in populate_dml_output_cfg_from_stream_state()

It is likely that the statement related to 'dml_edp' is misplaced. So move
it in the correct "case SIGNAL_TYPE_EDP".

Fixes: 7966f319c66d ("drm/amd/display: Introduce DML2")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c