drm/amd/display: [FW Promotion] Release 0.1.5.0
authorTaimur Hassan <Syed.Hassan@amd.com>
Sun, 30 Mar 2025 19:12:35 +0000 (15:12 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 22:01:08 +0000 (18:01 -0400)
Aligning dmub_cmd header with dmu firmware release 0.1.5.0

Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Reviewed-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Tested-by: Daniel 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 4a4e980688933285cda390211524de3b74410869..b11cf41c2d5156483f66d2e9be1f7626d507cbef 100644 (file)
@@ -2636,7 +2636,11 @@ enum dp_hpd_type {
        /**
         * DP HPD short pulse
         */
-       DP_IRQ
+       DP_IRQ = 1,
+       /**
+        * Failure to acquire DP HPD state
+        */
+       DP_NONE_HPD = 2
 };
 
 /**