diff options
author | Dillon Varone <dillon.varone@amd.com> | 2024-05-27 09:18:58 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-06-14 16:18:26 -0400 |
commit | ee4deffda66a0f62791c5456d83a95855b2b140e (patch) | |
tree | 0baaff130eef48e955195eb6e8e1995c7ad2e16c /drivers/gpu/drm/amd/display/dmub/inc | |
parent | a144eb40ef88ff05a3e718887112955ac4889b61 (diff) | |
download | linux-ee4deffda66a0f62791c5456d83a95855b2b140e.tar.gz linux-ee4deffda66a0f62791c5456d83a95855b2b140e.tar.bz2 linux-ee4deffda66a0f62791c5456d83a95855b2b140e.zip |
drm/amd/display: Fix missed targets in FAMS2+HWFQ
[WHY&HOW]
Add additional delay factor when considering a safe time to flip for HWFQ
to be passed in by the driver.
Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Acked-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Signed-off-by: Dillon Varone <dillon.varone@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/inc')
-rw-r--r-- | drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h index 87f2e4e38f9a..3e8d5f2d7429 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -1836,7 +1836,7 @@ struct dmub_cmd_fams2_global_config { uint32_t num_streams; union dmub_fams2_global_feature_config features; uint32_t recovery_timeout_us; - uint8_t pad[3]; + uint32_t hwfq_flip_programming_delay_us; }; union dmub_cmd_fams2_config { |