drm/amd/display: enable z9 denial interface by default
Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com> Acked-by: Jasdeep Dhillon <jdhillon@amd.com> Signed-off-by: Eric Yang <Eric.Yang2@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4d7ba312dd
commit
d9f2303004
@ -1033,7 +1033,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
|||||||
.optimize_edp_link_rate = true,
|
.optimize_edp_link_rate = true,
|
||||||
.enable_sw_cntl_psr = true,
|
.enable_sw_cntl_psr = true,
|
||||||
.apply_vendor_specific_lttpr_wa = true,
|
.apply_vendor_specific_lttpr_wa = true,
|
||||||
.enable_z9_disable_interface = false
|
.enable_z9_disable_interface = true, /* Allow support for the PMFW interface for disable Z9*/
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct dc_debug_options debug_defaults_diags = {
|
static const struct dc_debug_options debug_defaults_diags = {
|
||||||
|
Loading…
Reference in New Issue
Block a user