Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment