mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
a144eb40ef
commit
ee4deffda6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user