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

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>
This commit is contained in:
Taimur Hassan
2025-03-30 15:12:35 -04:00
committed by Alex Deucher
parent 0d93e82186
commit 8581214d5e

View 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
};
/**