All of lore.kernel.org
 help / color / mirror / Atom feed
From: vedang.patel@intel.com
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH] drm/i915/bdw: Add BDW support in the i915 debugfs entry
Date: Wed, 20 Aug 2014 12:04:31 -0700	[thread overview]
Message-ID: <1408561471-15812-1-git-send-email-vedang.patel@intel.com> (raw)

From: Vedang Patel <vedang.patel@intel.com>

The patch introduces fixes for the debugfs attributes emitted by
the i915 driver for GEN8. Currently, it is not emitting the correct
 attributes which include the status of RC6 states.

Change-Id: Ib2068a0cac9a5wq3f228e547fa1a097ad369d242df
Signed-off-by: Vedang Patel <vedang.patel@intel.com>
---
 drivers/gpu/drm/i915/i915_debugfs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index 850fa59..2296a22 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -1329,7 +1329,7 @@ static int i915_drpc_info(struct seq_file *m, void *unused)
 
 	if (IS_VALLEYVIEW(dev))
 		return vlv_drpc_info(m);
-	else if (IS_GEN6(dev) || IS_GEN7(dev))
+	else if (IS_GEN6(dev) || IS_GEN7(dev) || IS_GEN8(dev))
 		return gen6_drpc_info(m);
 	else
 		return ironlake_drpc_info(m);
-- 
1.7.9.5

             reply	other threads:[~2014-08-20 19:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-20 19:04 vedang.patel [this message]
2014-08-26 13:30 ` [PATCH] drm/i915/bdw: Add BDW support in the i915 debugfs entry Daniel Vetter
2014-08-26 17:42 vedang.patel
2014-08-27  6:17 ` Daniel Vetter

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=1408561471-15812-1-git-send-email-vedang.patel@intel.com \
    --to=vedang.patel@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.