Skip to content

Commit 5e610ed

Browse files
Taimur Hassanalexdeucher
authored andcommitted
drm/amd/display: [FW Promotion] Release 0.1.25.0
Signed-off-by: Taimur Hassan <[email protected]> Signed-off-by: Alex Hung <[email protected]> Reviewed-by: Aurabindo Pillai <[email protected]> Tested-by: Dan Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 16f2e14 commit 5e610ed

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2364,6 +2364,7 @@ struct dmub_cmd_fams2_global_config {
23642364
union dmub_fams2_global_feature_config features;
23652365
uint32_t recovery_timeout_us;
23662366
uint32_t hwfq_flip_programming_delay_us;
2367+
uint32_t max_allow_to_target_delta_us; // how early DCN could assert P-State allow compared to the P-State target
23672368
};
23682369

23692370
union dmub_cmd_fams2_config {
@@ -4170,6 +4171,12 @@ enum replay_version {
41704171
* Data passed from driver to FW in a DMUB_CMD___SET_REPLAY_VERSION command.
41714172
*/
41724173
struct dmub_cmd_replay_set_version_data {
4174+
/**
4175+
* Panel Instance.
4176+
* Panel instance to identify which psr_state to use
4177+
* Currently the support is only for 0 or 1
4178+
*/
4179+
uint8_t panel_inst;
41734180
/**
41744181
* PSR version that FW should implement.
41754182
*/
@@ -4178,12 +4185,6 @@ struct dmub_cmd_replay_set_version_data {
41784185
* PSR control version.
41794186
*/
41804187
uint8_t cmd_version;
4181-
/**
4182-
* Panel Instance.
4183-
* Panel instance to identify which psr_state to use
4184-
* Currently the support is only for 0 or 1
4185-
*/
4186-
uint8_t panel_inst;
41874188
/**
41884189
* Explicit padding to 4 byte boundary.
41894190
*/

0 commit comments

Comments
 (0)