Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v2] drm/i915/hwconfig: Add DG2 support
@ 2022-03-31 23:17 Jordan Justen
  2022-04-01  0:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/hwconfig: Add DG2 support (rev2) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jordan Justen @ 2022-03-31 23:17 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

From: Rodrigo Vivi <rodrigo.vivi@intel.com>

v2:
 * Jordan: Drop stepping/skew checking as suggested by John.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
Tested-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
---
 drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
index e0f65bdd1c84..79c66b6b51a3 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
@@ -96,6 +96,8 @@ static bool has_table(struct drm_i915_private *i915)
 {
 	if (IS_ALDERLAKE_P(i915))
 		return true;
+	if (IS_DG2(i915))
+		return true;
 
 	return false;
 }
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-16  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-31 23:17 [Intel-gfx] [PATCH v2] drm/i915/hwconfig: Add DG2 support Jordan Justen
2022-04-01  0:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/hwconfig: Add DG2 support (rev2) Patchwork
2022-04-01  5:03 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2022-04-16  0:11 ` [Intel-gfx] [PATCH v2] drm/i915/hwconfig: Add DG2 support John Harrison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox