]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: [FW Promotion] Release 0.1.45.0
authorTaimur Hassan <Syed.Hassan@amd.com>
Fri, 23 Jan 2026 22:13:14 +0000 (17:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Feb 2026 21:43:41 +0000 (16:43 -0500)
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>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index 18e0bdfd6ff41d1e22dbb8a22bf04f9899b9c8cc..3b4f5e990ec5d308fbf45c0ab285f049370f2c8d 100644 (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;