drm/amdgpu/display: remove VEGA20 config option
Leftover from bringup. No need to keep it around for upstream. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -115,10 +115,8 @@
|
||||
/* 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