drm/amd/display: Remove duplicated macro
Reviewed-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
143fee0ccc
commit
0dc662318d
@ -221,10 +221,6 @@ enum {
|
||||
#ifndef ASICREV_IS_VANGOGH
|
||||
#define ASICREV_IS_VANGOGH(eChipRev) ((eChipRev >= VANGOGH_A0) && (eChipRev < VANGOGH_UNKNOWN))
|
||||
#endif
|
||||
#define GREEN_SARDINE_A0 0xA1
|
||||
#ifndef ASICREV_IS_GREEN_SARDINE
|
||||
#define ASICREV_IS_GREEN_SARDINE(eChipRev) ((eChipRev >= GREEN_SARDINE_A0) && (eChipRev < 0xFF))
|
||||
#endif
|
||||
|
||||
#define FAMILY_YELLOW_CARP 146
|
||||
#define YELLOW_CARP_A0 0x01
|
||||
@ -288,6 +284,4 @@ enum {
|
||||
|
||||
#define FAMILY_UNKNOWN 0xFF
|
||||
|
||||
|
||||
|
||||
#endif /* __DAL_ASIC_ID_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user