From: Jani Nikula <jani.nikula@linux.intel.com>
To: Ville Syrjala <ville.syrjala@linux.intel.com>,
igt-dev@lists.freedesktop.org
Cc: Hans de Goede <hdegoede@redhat.com>
Subject: Re: [igt-dev] [PATCH i-g-t] tools/intel_vbt_decode: Dump DSI panel rotation
Date: Tue, 23 Oct 2018 11:18:49 +0300 [thread overview]
Message-ID: <87d0s1dqja.fsf@intel.com> (raw)
In-Reply-To: <20181022155938.19412-1-ville.syrjala@linux.intel.com>
On Mon, 22 Oct 2018, Ville Syrjala <ville.syrjala@linux.intel.com> wrote:
> 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>
From memory, can't be bothered to double check the spec ;)
Reviewed-by: Jani Nikula <jani.nikula@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)
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
prev parent reply other threads:[~2018-10-23 8:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Jani Nikula [this message]
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=87d0s1dqja.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=hdegoede@redhat.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=ville.syrjala@linux.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.