File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,8 @@ bool core_dcn4_initialize(struct dml2_core_initialize_in_out *in_out)
139
139
core -> clean_me_up .mode_lib .ip .subvp_fw_processing_delay_us = core_dcn4_ip_caps_base .subvp_pstate_allow_width_us ;
140
140
core -> clean_me_up .mode_lib .ip .subvp_swath_height_margin_lines = core_dcn4_ip_caps_base .subvp_swath_height_margin_lines ;
141
141
} else {
142
- memcpy (& core -> clean_me_up .mode_lib .ip , & core_dcn4_ip_caps_base , sizeof (struct dml2_core_ip_params ));
142
+ memcpy (& core -> clean_me_up .mode_lib .ip , & core_dcn4_ip_caps_base , sizeof (struct dml2_core_ip_params ));
143
143
patch_ip_params_with_ip_caps (& core -> clean_me_up .mode_lib .ip , in_out -> ip_caps );
144
-
145
144
core -> clean_me_up .mode_lib .ip .imall_supported = false;
146
145
}
147
146
You can’t perform that action at this time.
0 commit comments