intel/dev: Enable MTL PCI ids
Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/drm/i915_pciids.h?h=v6.0-rc4#n736 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18481>
This commit is contained in:
@@ -1101,12 +1101,12 @@ static const struct intel_device_info intel_device_info_dg2_g12 = {
|
||||
.has_mesh_shading = true, \
|
||||
.has_ray_tracing = true
|
||||
|
||||
UNUSED static const struct intel_device_info intel_device_info_mtl_m = {
|
||||
static const struct intel_device_info intel_device_info_mtl_m = {
|
||||
MTL_FEATURES,
|
||||
.platform = INTEL_PLATFORM_MTL_M,
|
||||
};
|
||||
|
||||
UNUSED static const struct intel_device_info intel_device_info_mtl_p = {
|
||||
static const struct intel_device_info intel_device_info_mtl_p = {
|
||||
MTL_FEATURES,
|
||||
.platform = INTEL_PLATFORM_MTL_P,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user