All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Kuoppala <mika.kuoppala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 3/4] drm/i915/tgl: Re-enable rc6
Date: Thu, 12 Sep 2019 16:38:15 +0300	[thread overview]
Message-ID: <20190912133816.1382-3-mika.kuoppala@linux.intel.com> (raw)
In-Reply-To: <20190912133816.1382-1-mika.kuoppala@linux.intel.com>

We think that we got rc6 problems sorted out. Flip the switch
and let CI expose our tendency to naive optimism.

Signed-off-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 drivers/gpu/drm/i915/i915_pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index b3cc8560696b..fbe98a2db88e 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -797,7 +797,6 @@ static const struct intel_device_info intel_tigerlake_12_info = {
 	.display.has_modular_fia = 1,
 	.engine_mask =
 		BIT(RCS0) | BIT(BCS0) | BIT(VECS0) | BIT(VCS0) | BIT(VCS2),
-	.has_rc6 = false, /* XXX disabled for debugging */
 };
 
 #undef GEN
-- 
2.17.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2019-09-12 13:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-12 13:38 [PATCH 1/4] drm/i915/tgl: Introduce gen12 forcewake ranges Mika Kuoppala
2019-09-12 13:38 ` [PATCH 2/4] drm/i915/tgl: s/ss/eu fuse reading support Mika Kuoppala
2019-09-12 13:48   ` Lionel Landwerlin
2019-09-12 13:58     ` Mika Kuoppala
2019-09-12 15:18   ` Tvrtko Ursulin
2019-09-12 15:35     ` Chris Wilson
2019-09-12 15:52       ` Tvrtko Ursulin
2019-09-12 13:38 ` Mika Kuoppala [this message]
2019-09-12 13:38 ` [PATCH 4/4] drm/i915/tgl: Disable preemption while being debugged Mika Kuoppala
2019-09-12 17:41 ` [PATCH 1/4] drm/i915/tgl: Introduce gen12 forcewake ranges Daniele Ceraolo Spurio
2019-09-12 18:56 ` ✗ Fi.CI.SPARSE: warning for series starting with [1/4] drm/i915/tgl: Introduce gen12 forcewake ranges (rev2) Patchwork
2019-09-12 19:15 ` ✓ Fi.CI.BAT: success " Patchwork
2019-09-12 22:33 ` ✗ Fi.CI.BUILD: failure for series starting with [1/4] drm/i915/tgl: Introduce gen12 forcewake ranges (rev3) Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190912133816.1382-3-mika.kuoppala@linux.intel.com \
    --to=mika.kuoppala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.