Skip to content

Commit 7dc363e

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Update DCN10 resource
Update DCN10 to use legacy fast update and ensure that the MPCC count is the same as the pipe_count. Acked-by: Hamza Mahfooz <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 9c78dc9 commit 7dc363e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ static const struct dc_debug_options debug_defaults_diags = {
569569
.disable_pplib_clock_request = true,
570570
.disable_pplib_wm_range = true,
571571
.underflow_assert_delay_us = 0xFFFFFFFF,
572+
.enable_legacy_fast_update = true,
572573
};
573574

574575
static void dcn10_dpp_destroy(struct dpp **dpp)
@@ -1631,6 +1632,7 @@ static bool dcn10_resource_construct(
16311632
/* valid pipe num */
16321633
pool->base.pipe_count = j;
16331634
pool->base.timing_generator_count = j;
1635+
pool->base.mpcc_count = j;
16341636

16351637
/* within dml lib, it is hard code to 4. If ASIC pipe is fused,
16361638
* the value may be changed

0 commit comments

Comments
 (0)