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:
Alex Deucher
2018-05-16 15:28:59 -05:00
parent 2b6dc93a3d
commit b4b9f944e4
5 changed files with 0 additions and 195 deletions

View File

@@ -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