]> git.itanic.dy.fi Git - linux-stable/commit
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 21:37:54 +0000 (16:37 -0500)
commit05638ff6dd6f0f38734b6b3ee2c7cf15520f5c00
treeaa9342f0ce307f7d3b0615ef63034aef559c39d2
parentbc03c02cc1991a066b23e69bbcc0f66e8f1f7453
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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c