diff options
author | Nicholas Kazlauskas <[email protected]> | 2024-01-04 17:55:19 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-01-15 18:35:39 -0500 |
commit | aa4e18d30076827bcece409cac9110280be28005 (patch) | |
tree | d388b5f8e5fb1def0adca28fa788ec1398749def | |
parent | e6f82bd44b401049367fcdee3328c7c720351419 (diff) |
drm/amd/display: Set default Z8 minimum residency for DCN35
[Why & How]
Match DCN314's policy.
Reviewed-by: Gabe Teeger <[email protected]>
Reviewed-by: Charlene Liu <[email protected]>
Acked-by: Alex Hung <[email protected]>
Signed-off-by: Nicholas Kazlauskas <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c index 7d8e957d6a19..5f7cf01abef9 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c @@ -764,6 +764,7 @@ static const struct dc_debug_options debug_defaults_drv = { }, .seamless_boot_odm_combine = DML_FAIL_SOURCE_PIXEL_FORMAT, .enable_z9_disable_interface = true, /* Allow support for the PMFW interface for disable Z9*/ + .minimum_z8_residency_time = 2100, .using_dml2 = true, .support_eDP1_5 = true, .enable_hpo_pg_support = false, |