File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
drivers/gpu/drm/amd/display/dmub/inc Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
23692370union 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 */
41724173struct 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 */
You can’t perform that action at this time.
0 commit comments