From: Peichen Huang <[email protected]> [WHY & HOW] Add event to wait stream regen flag.
Reviewed-by: Leon Huang <[email protected]> Signed-off-by: Peichen Huang <[email protected]> Signed-off-by: James Lin <[email protected]> --- drivers/gpu/drm/amd/display/modules/inc/mod_power.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/display/modules/inc/mod_power.h b/drivers/gpu/drm/amd/display/modules/inc/mod_power.h index 02bee3b1956d..5d1275b7cd46 100644 --- a/drivers/gpu/drm/amd/display/modules/inc/mod_power.h +++ b/drivers/gpu/drm/amd/display/modules/inc/mod_power.h @@ -174,6 +174,7 @@ enum replay_event { replay_event_os_request_force_ffu = 0x2000000, replay_event_os_override_hold = 0x4000000, replay_event_crc_window_active = 0x8000000, + replay_event_waiting_stream_regen = 0x10000000, }; enum replay_enable_option { -- 2.43.0
