Skip to content

Commit 54e9ea3

Browse files
Michael Straussalexdeucher
authored andcommitted
drm/amd/display: Fix DCN2.1 default DSC clocks
[WHY] Low dscclk in high vlevels blocks some DSC modes. [HOW] Update dscclk to 1/3 of dispclk. Reviewed-by: Charlene Liu <[email protected]> Acked-by: Stylon Wang <[email protected]> Signed-off-by: Michael Strauss <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 39173f2 commit 54e9ea3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn2_1_soc = {
565565
.dppclk_mhz = 847.06,
566566
.phyclk_mhz = 810.0,
567567
.socclk_mhz = 953.0,
568-
.dscclk_mhz = 489.0,
568+
.dscclk_mhz = 300.0,
569569
.dram_speed_mts = 2400.0,
570570
},
571571
{
@@ -576,7 +576,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn2_1_soc = {
576576
.dppclk_mhz = 960.00,
577577
.phyclk_mhz = 810.0,
578578
.socclk_mhz = 278.0,
579-
.dscclk_mhz = 287.67,
579+
.dscclk_mhz = 342.86,
580580
.dram_speed_mts = 2666.0,
581581
},
582582
{
@@ -587,7 +587,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn2_1_soc = {
587587
.dppclk_mhz = 1028.57,
588588
.phyclk_mhz = 810.0,
589589
.socclk_mhz = 715.0,
590-
.dscclk_mhz = 318.334,
590+
.dscclk_mhz = 369.23,
591591
.dram_speed_mts = 3200.0,
592592
},
593593
{

0 commit comments

Comments
 (0)