drm/amd/display: Remove COMBO_DISPLAY_PLL0 from Vega20
Signed-off-by: Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com> Reviewed-by: Hersen Wu <hersenxs.wu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
This commit is contained in:
@@ -117,6 +117,12 @@
|
||||
((rev >= STONEY_A0) && (rev < CZ_UNKNOWN))
|
||||
|
||||
/* DCE12 */
|
||||
#define AI_UNKNOWN 0xFF
|
||||
|
||||
#ifdef CONFIG_DRM_AMD_DC_VG20
|
||||
#define AI_VEGA20_P_A0 40
|
||||
#define ASICREV_IS_VEGA20_P(eChipRev) ((eChipRev >= AI_VEGA20_P_A0) && (eChipRev < AI_UNKNOWN))
|
||||
#endif
|
||||
|
||||
#define AI_GREENLAND_P_A0 1
|
||||
#define AI_GREENLAND_P_A1 2
|
||||
|
Reference in New Issue
Block a user