mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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:
parent
2e193f5b1b
commit
7c1ed3dc67
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user