On Thu, Oct 24, 2019 at 12:51:20PM -0700, Lucas De Marchi wrote:
From: Stuart Summers <[email protected]>

Add a new macro for GEN12 platforms to be grouped under dgfx feature
set.

Signed-off-by: Stuart Summers <[email protected]>
Signed-off-by: Lucas De Marchi <[email protected]>

this should actually be

Signed-off-by: Lucas De Marchi <[email protected]>


Lucas De Marchi

---
drivers/gpu/drm/i915/i915_pci.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index f9a3bfe68689..04307e111f57 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -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

--
2.23.0

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to