All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags
Date: Tue,  8 May 2018 17:48:55 -0700	[thread overview]
Message-ID: <20180509004855.4121-1-dhinakaran.pandiyan@intel.com> (raw)

These bits are useful for debug.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
---
 tools/intel_vbt_decode.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index d7cbc436..e61f0a8c 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -721,6 +721,8 @@ static void dump_driver_feature(struct context *context,
 	printf("\tLegacy CRT max Y: %d\n", feature->legacy_crt_max_y);
 	printf("\tLegacy CRT max refresh: %d\n",
 	       feature->legacy_crt_max_refresh);
+	printf("\tEnable DRRS: %s\n", YESNO(feature->drrs_enabled));
+	printf("\tEnable PSR: %s\n", YESNO(feature->psr_enabled));
 }
 
 static void dump_edp(struct context *context,
-- 
2.14.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

             reply	other threads:[~2018-05-09  0:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09  0:48 Dhinakaran Pandiyan [this message]
2018-05-09  1:26 ` [igt-dev] ✓ Fi.CI.BAT: success for tools/vbt_decode: Print DRRS and PSR flags Patchwork
2018-05-09  5:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2018-05-09 18:38   ` Dhinakaran Pandiyan
2018-05-09  7:57 ` [igt-dev] [PATCH i-g-t] " Jani Nikula
2018-05-09 18:20   ` Rodrigo Vivi

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=20180509004855.4121-1-dhinakaran.pandiyan@intel.com \
    --to=dhinakaran.pandiyan@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    /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.