intel/dev: Rename mtl-m to mtl-u
Ref: bspec 55414 Suggested-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25857>
This commit is contained in:
@@ -252,8 +252,8 @@ CHIPSET(0x56bd, dg2_g11, "DG2", "Intel(R) Graphics")
|
||||
CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex Series 170 Graphics")
|
||||
CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex Series 140 Graphics")
|
||||
|
||||
CHIPSET(0x7d40, mtl_m, "MTL", "Intel(R) Graphics")
|
||||
CHIPSET(0x7d40, mtl_u, "MTL", "Intel(R) Graphics")
|
||||
CHIPSET(0x7d45, mtl_p, "MTL", "Intel(R) Graphics")
|
||||
CHIPSET(0x7d55, mtl_p, "MTL", "Intel(R) Arc(tm) Graphics")
|
||||
CHIPSET(0x7d60, mtl_m, "MTL", "Intel(R) Graphics")
|
||||
CHIPSET(0x7d60, mtl_u, "MTL", "Intel(R) Graphics")
|
||||
CHIPSET(0x7dd5, mtl_p, "MTL", "Intel(R) Graphics")
|
||||
|
@@ -349,7 +349,7 @@ get_l3_way_size(const struct intel_device_info *devinfo)
|
||||
* ways. See BSpec 45319.
|
||||
*/
|
||||
const unsigned way_size_per_bank =
|
||||
devinfo->platform == INTEL_PLATFORM_MTL_M ? 8 :
|
||||
devinfo->platform == INTEL_PLATFORM_MTL_U ? 8 :
|
||||
(devinfo->ver >= 9 && devinfo->l3_banks == 1) || devinfo->ver >= 11 ? 4 :
|
||||
2;
|
||||
|
||||
|
@@ -201,7 +201,7 @@ _PLATFORM_GFXVERS = {"INTEL_PLATFORM_BDW" : 80,
|
||||
"INTEL_PLATFORM_DG2_G10" : 125,
|
||||
"INTEL_PLATFORM_DG2_G11" : 125,
|
||||
"INTEL_PLATFORM_DG2_G12" : 125,
|
||||
"INTEL_PLATFORM_MTL_M" : 125,
|
||||
"INTEL_PLATFORM_MTL_U" : 125,
|
||||
"INTEL_PLATFORM_MTL_P" : 125,
|
||||
}
|
||||
|
||||
|
@@ -1142,9 +1142,9 @@ static const struct intel_device_info intel_device_info_atsm_g11 = {
|
||||
.writeback = 0, \
|
||||
}
|
||||
|
||||
static const struct intel_device_info intel_device_info_mtl_m = {
|
||||
static const struct intel_device_info intel_device_info_mtl_u = {
|
||||
MTL_FEATURES,
|
||||
.platform = INTEL_PLATFORM_MTL_M,
|
||||
.platform = INTEL_PLATFORM_MTL_U,
|
||||
};
|
||||
|
||||
static const struct intel_device_info intel_device_info_mtl_p = {
|
||||
|
@@ -79,7 +79,7 @@ enum intel_platform {
|
||||
INTEL_PLATFORM_GROUP_END(DG2, INTEL_PLATFORM_DG2_G12),
|
||||
INTEL_PLATFORM_GROUP_START(ATSM, INTEL_PLATFORM_ATSM_G10),
|
||||
INTEL_PLATFORM_GROUP_END(ATSM, INTEL_PLATFORM_ATSM_G11),
|
||||
INTEL_PLATFORM_GROUP_START(MTL, INTEL_PLATFORM_MTL_M),
|
||||
INTEL_PLATFORM_GROUP_START(MTL, INTEL_PLATFORM_MTL_U),
|
||||
INTEL_PLATFORM_GROUP_END(MTL, INTEL_PLATFORM_MTL_P),
|
||||
INTEL_PLATFORM_LNL,
|
||||
};
|
||||
|
@@ -568,7 +568,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015960633
|
||||
],
|
||||
@@ -1370,7 +1370,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014479981
|
||||
],
|
||||
@@ -1404,7 +1404,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14012688258
|
||||
],
|
||||
@@ -1527,7 +1527,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014076924
|
||||
],
|
||||
@@ -1590,7 +1590,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014152458
|
||||
],
|
||||
@@ -1639,7 +1639,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014194805
|
||||
],
|
||||
@@ -1673,7 +1673,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014431879
|
||||
],
|
||||
@@ -1701,7 +1701,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014919532
|
||||
],
|
||||
@@ -1776,7 +1776,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014898572
|
||||
],
|
||||
@@ -1811,7 +1811,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015314187
|
||||
],
|
||||
@@ -1854,7 +1854,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14018010541
|
||||
],
|
||||
@@ -1907,7 +1907,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
22014104874
|
||||
],
|
||||
@@ -1942,7 +1942,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015812559
|
||||
],
|
||||
@@ -1970,7 +1970,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015868602
|
||||
],
|
||||
@@ -2067,7 +2067,7 @@
|
||||
},
|
||||
"14016243945": {
|
||||
"mesa_platforms": {
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14016243945
|
||||
],
|
||||
@@ -2090,7 +2090,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017065012
|
||||
],
|
||||
@@ -2112,7 +2112,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14016755109
|
||||
],
|
||||
@@ -2144,7 +2144,7 @@
|
||||
},
|
||||
"14017240301": {
|
||||
"mesa_platforms": {
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017240301,
|
||||
14017330959
|
||||
@@ -2161,7 +2161,7 @@
|
||||
},
|
||||
"14017245111": {
|
||||
"mesa_platforms": {
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017348303
|
||||
],
|
||||
@@ -2211,7 +2211,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017521231
|
||||
],
|
||||
@@ -2321,7 +2321,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14018952577
|
||||
],
|
||||
@@ -2364,7 +2364,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14018919798
|
||||
],
|
||||
@@ -2374,7 +2374,7 @@
|
||||
},
|
||||
"14019028097": {
|
||||
"mesa_platforms": {
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14019103057
|
||||
],
|
||||
@@ -2410,7 +2410,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14016821875
|
||||
],
|
||||
@@ -2603,7 +2603,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
16011627967
|
||||
],
|
||||
@@ -2653,7 +2653,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015514779
|
||||
],
|
||||
@@ -2697,7 +2697,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
16013099041
|
||||
],
|
||||
@@ -2747,7 +2747,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14016872205
|
||||
],
|
||||
@@ -2802,7 +2802,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015821291
|
||||
],
|
||||
@@ -2836,7 +2836,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015219714
|
||||
],
|
||||
@@ -2892,7 +2892,7 @@
|
||||
},
|
||||
"16016015852": {
|
||||
"mesa_platforms": {
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14016272710
|
||||
],
|
||||
@@ -2914,7 +2914,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017509079
|
||||
],
|
||||
@@ -2986,7 +2986,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14013840342
|
||||
],
|
||||
@@ -3036,7 +3036,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015841588
|
||||
],
|
||||
@@ -3113,7 +3113,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015591654
|
||||
],
|
||||
@@ -3148,7 +3148,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14015846284
|
||||
],
|
||||
@@ -3183,7 +3183,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14016763783
|
||||
],
|
||||
@@ -3259,7 +3259,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017483381
|
||||
],
|
||||
@@ -3342,7 +3342,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017085266
|
||||
],
|
||||
@@ -3397,7 +3397,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14017879046,
|
||||
18023881693
|
||||
@@ -3589,7 +3589,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14014906135
|
||||
],
|
||||
@@ -3646,7 +3646,7 @@
|
||||
],
|
||||
"steppings": "all"
|
||||
},
|
||||
"INTEL_PLATFORM_MTL_M": {
|
||||
"INTEL_PLATFORM_MTL_U": {
|
||||
"ids": [
|
||||
14016119375
|
||||
],
|
||||
@@ -3676,4 +3676,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -489,7 +489,7 @@ get_register_queries_function(const struct intel_device_info *devinfo)
|
||||
return intel_oa_register_queries_acmgt1;
|
||||
case INTEL_PLATFORM_DG2_G12:
|
||||
return intel_oa_register_queries_acmgt2;
|
||||
case INTEL_PLATFORM_MTL_M:
|
||||
case INTEL_PLATFORM_MTL_U:
|
||||
case INTEL_PLATFORM_MTL_P:
|
||||
if (intel_device_info_eu_total(devinfo) <= 64)
|
||||
return intel_oa_register_queries_mtlgt2;
|
||||
|
Reference in New Issue
Block a user