All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags
@ 2018-05-09  0:48 Dhinakaran Pandiyan
  2018-05-09  1:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dhinakaran Pandiyan @ 2018-05-09  0:48 UTC (permalink / raw)
  To: igt-dev; +Cc: Dhinakaran Pandiyan, Rodrigo Vivi

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

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

end of thread, other threads:[~2018-05-09 18:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  0:48 [igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags Dhinakaran Pandiyan
2018-05-09  1:26 ` [igt-dev] ✓ Fi.CI.BAT: success for " 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

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.