Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: Update some of the dcn303 parameters

Adjust to update some of the dcn303 parameters.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
a82a632c c5a45ee1

+7 -4
+7 -4
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
··· 97 97 .underflow_assert_delay_us = 0xFFFFFFFF, 98 98 .dwb_fi_phase = -1, // -1 = disable, 99 99 .dmub_command_table = true, 100 + .use_max_lb = true, 100 101 .exit_idle_opt_for_cursor_updates = true, 101 - .disable_idle_power_optimizations = false, 102 + .enable_legacy_fast_update = false, 102 103 .using_dml2 = false, 103 104 }; 104 105 ··· 146 145 .fp16 = 16000 147 146 }, 148 147 .max_downscale_factor = { 149 - .argb8888 = 600, 150 - .nv12 = 600, 151 - .fp16 = 600 148 + .argb8888 = 167, 149 + .nv12 = 167, 150 + .fp16 = 167 152 151 }, 153 152 16, 154 153 16 ··· 1172 1171 dc->caps.cursor_cache_size = 1173 1172 dc->caps.max_cursor_size * dc->caps.max_cursor_size * 8; 1174 1173 dc->caps.max_slave_planes = 1; 1174 + dc->caps.max_slave_yuv_planes = 1; 1175 + dc->caps.max_slave_rgb_planes = 1; 1175 1176 dc->caps.post_blend_color_processing = true; 1176 1177 dc->caps.force_dp_tps4_for_cp2520 = true; 1177 1178 dc->caps.extended_aux_timeout_support = true;