Commit d8203d39 authored by Stuart Summers's avatar Stuart Summers Committed by Lucas De Marchi
Browse files

drm/i915: add new gen12 dgfx platform macro

parent dc90fe3f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -822,6 +822,10 @@ static const struct intel_device_info intel_tigerlake_12_info = {
	.has_rps = false, /* XXX disabled for debugging */
};

#define GEN12_DGFX_FEATURES \
	GEN12_FEATURES, \
	.is_dgfx = 1

#undef GEN
#undef PLATFORM