drm/amd/display: [FW Promotion] Release 0.1.25.0
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
16f2e14ee9
commit
5e610ed48a
@@ -2364,6 +2364,7 @@ struct dmub_cmd_fams2_global_config {
|
||||
union dmub_fams2_global_feature_config features;
|
||||
uint32_t recovery_timeout_us;
|
||||
uint32_t hwfq_flip_programming_delay_us;
|
||||
uint32_t max_allow_to_target_delta_us; // how early DCN could assert P-State allow compared to the P-State target
|
||||
};
|
||||
|
||||
union dmub_cmd_fams2_config {
|
||||
@@ -4170,6 +4171,12 @@ enum replay_version {
|
||||
* Data passed from driver to FW in a DMUB_CMD___SET_REPLAY_VERSION command.
|
||||
*/
|
||||
struct dmub_cmd_replay_set_version_data {
|
||||
/**
|
||||
* Panel Instance.
|
||||
* Panel instance to identify which psr_state to use
|
||||
* Currently the support is only for 0 or 1
|
||||
*/
|
||||
uint8_t panel_inst;
|
||||
/**
|
||||
* PSR version that FW should implement.
|
||||
*/
|
||||
@@ -4178,12 +4185,6 @@ struct dmub_cmd_replay_set_version_data {
|
||||
* PSR control version.
|
||||
*/
|
||||
uint8_t cmd_version;
|
||||
/**
|
||||
* Panel Instance.
|
||||
* Panel instance to identify which psr_state to use
|
||||
* Currently the support is only for 0 or 1
|
||||
*/
|
||||
uint8_t panel_inst;
|
||||
/**
|
||||
* Explicit padding to 4 byte boundary.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user