Skip to content

Commit 15bc7f8

Browse files
committed
drivers/gpu/drm/amd/display/dc/hpo/dcn30/dcn30_hpo_hdmi_stream_encoder.c: fix hdmi rate list
FRL 6 appears twice, once for 3 lanes and once for 4 lanes
1 parent 940f097 commit 15bc7f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/hpo/dcn30/dcn30_hpo_hdmi_stream_encoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ static void get_frl_audio_clock_info(
410410
uint8_t frl_rate)
411411
{
412412
uint32_t index;
413-
uint32_t frl_lane_rates[] = { 3, 6, 8, 10, 12 };
413+
uint32_t frl_lane_rates[] = { 3, 6, 6, 8, 10, 12 };
414414
uint32_t frl_lane_rate;
415415

416416
ASSERT(frl_rate >= 0 && frl_rate <= 6);

0 commit comments

Comments
 (0)