mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
intel/dev: declare workarounds required by ATSM platforms
INTEL_PLATFORM_ATSM_G10 requires the same workarounds as INTEL_PLATFORM_DG2_G10 INTEL_PLATFORM_ATSM_G11 requires the same workarounds as INTEL_PLATFORM_DG2_G11 Closes: #10749 Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27987>
This commit is contained in:
parent
ac391536eb
commit
597c1c1c18
2 changed files with 808 additions and 322 deletions
|
|
@ -203,6 +203,8 @@ _PLATFORM_GFXVERS = {"INTEL_PLATFORM_BDW" : 80,
|
|||
"INTEL_PLATFORM_DG2_G10" : 125,
|
||||
"INTEL_PLATFORM_DG2_G11" : 125,
|
||||
"INTEL_PLATFORM_DG2_G12" : 125,
|
||||
"INTEL_PLATFORM_ATSM_G10" : 125,
|
||||
"INTEL_PLATFORM_ATSM_G11" : 125,
|
||||
"INTEL_PLATFORM_MTL_U" : 125,
|
||||
"INTEL_PLATFORM_MTL_H" : 125,
|
||||
"INTEL_PLATFORM_ARL_U" : 125,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue