drm/amd/display: Add DCE_VERSION_12_1 enum for Vega 20
[Why] We'll need a way to differentiate Vega 20 in DC [How] Add a DCE_VERSION_12_1 enum, which will be returned as the DC version if the ASIC used is a Vega 20. Signed-off-by: Leo Li <sunpeng.li@amd.com> Reviewed-by: David Francis <David.Francis@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -42,6 +42,7 @@ enum dce_version {
|
||||
DCE_VERSION_11_2,
|
||||
DCE_VERSION_11_22,
|
||||
DCE_VERSION_12_0,
|
||||
DCE_VERSION_12_1,
|
||||
DCE_VERSION_MAX,
|
||||
DCN_VERSION_1_0,
|
||||
#if defined(CONFIG_DRM_AMD_DC_DCN1_01)
|
||||
|
Reference in New Issue
Block a user