drm/amd/display: [FW Promotion] Release 0.1.45.0

Add new enum definition for panel replay ml activity options.

Acked-by: ChiaHsuan Chung <chiahsuan.chung@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Taimur Hassan 2026-01-23 17:13:14 -05:00 committed by Alex Deucher
parent 2e193f5b1b
commit 7c1ed3dc67

View File

@ -736,6 +736,16 @@ union pr_hw_flags {
uint32_t u32All;
};
/**
* Definition of Panel Replay ML Activity Options
*/
enum pr_ml_activity_option {
OPTION_DEFAULT = 0x00, // VESA Option Default (1C)
OPTION_1A = 0x01, // VESA Option 1A
OPTION_1B = 0x02, // VESA Option 1B
OPTION_1C = 0x03, // VESA Option 1C
};
union fw_assisted_mclk_switch_version {
struct {
uint8_t minor : 5;