public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tools/intel_vbt_decode: Dump DSI panel rotation
@ 2018-10-22 15:59 Ville Syrjala
  2018-10-22 21:32 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ville Syrjala @ 2018-10-22 15:59 UTC (permalink / raw)
  To: igt-dev; +Cc: Hans de Goede

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Dump out the rotation field from the MIPI config block.

Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 tools/intel_vbt_decode.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index e61f0a8c8ea8..c92bfb65a895 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -1049,6 +1049,7 @@ static void dump_mipi_config(struct context *context,
 
 	printf("\tGeneral Param\n");
 	printf("\t\t BTA disable: %s\n", config->bta ? "Disabled" : "Enabled");
+	printf("\t\t Panel Rotation: %d degrees\n", config->rotation * 90);
 
 	printf("\t\t Video Mode Color Format: ");
 	if (config->videomode_color_format == 0)
-- 
2.18.1

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

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

end of thread, other threads:[~2018-10-23  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-22 15:59 [igt-dev] [PATCH i-g-t] tools/intel_vbt_decode: Dump DSI panel rotation Ville Syrjala
2018-10-22 21:32 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-10-22 23:13 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-10-23  8:18 ` [igt-dev] [PATCH i-g-t] " Jani Nikula

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