File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1966,6 +1966,11 @@ typedef enum __NATIVEGTTYPE
1966
1966
// ARL-S
1967
1967
#define DEV_ID_7D67 0x7D67
1968
1968
1969
+ // ARL-H
1970
+ #define DEV_ID_7D41 0x7D41
1971
+ #define DEV_ID_7D51 0x7D51
1972
+ #define DEV_ID_7DD1 0x7DD1
1973
+
1969
1974
#define MGM_HAS 0
1970
1975
1971
1976
//#define SDG_HAS 1 //Reserve place for Springdale-G HAS
@@ -2012,6 +2017,11 @@ typedef enum __NATIVEGTTYPE
2012
2017
// Macro to identify ARL-S Device ID
2013
2018
#define GFX_IS_ARL_S (d ) ( ( d == DEV_ID_7D67 ) )
2014
2019
2020
+ // Macro to identify ARL-H Device ID
2021
+ #define GFX_IS_ARL_H (d ) ( ( d == DEV_ID_7D41 ) || \
2022
+ ( d == DEV_ID_7D51 ) || \
2023
+ ( d == DEV_ID_7DD1 ))
2024
+
2015
2025
//we define the highest cap and lower cap of stepping IDs
2016
2026
#define SI_REV_ID (lo ,hi ) (lo | hi<<16)
2017
2027
You can’t perform that action at this time.
0 commit comments