mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Add DCN315 family information
Signed-off-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
5b723b1230
commit
574dce2d24
@@ -235,6 +235,12 @@ enum {
|
||||
#define ASICREV_IS_YELLOW_CARP(eChipRev) ((eChipRev >= YELLOW_CARP_A0) && (eChipRev < YELLOW_CARP_UNKNOWN))
|
||||
#endif
|
||||
|
||||
#define AMDGPU_FAMILY_GC_10_3_6 149
|
||||
#define GC_10_3_6_A0 0x01
|
||||
#define GC_10_3_6_UNKNOWN 0xFF
|
||||
|
||||
#define ASICREV_IS_GC_10_3_6(eChipRev) ((eChipRev >= GC_10_3_6_A0) && (eChipRev < GC_10_3_6_UNKNOWN))
|
||||
|
||||
#define AMDGPU_FAMILY_GC_10_3_7 151
|
||||
#define GC_10_3_7_A0 0x01
|
||||
#define GC_10_3_7_UNKNOWN 0xFF
|
||||
|
||||
Reference in New Issue
Block a user