From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: Re: [i-g-t PATCH 1/5] intel_opregion_decode: add new ASLE fields
Date: Tue, 22 Dec 2015 14:22:03 +0200 [thread overview]
Message-ID: <87h9ja65ck.fsf@intel.com> (raw)
In-Reply-To: <1450710356-9594-1-git-send-email-jani.nikula@intel.com>
I don't expect anyone to be interested, so I pushed the lot.
BR,
Jani.
On Mon, 21 Dec 2015, Jani Nikula <jani.nikula@intel.com> wrote:
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> ---
> tools/intel_opregion_decode.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/tools/intel_opregion_decode.c b/tools/intel_opregion_decode.c
> index b19566108ed7..c65828ae2900 100644
> --- a/tools/intel_opregion_decode.c
> +++ b/tools/intel_opregion_decode.c
> @@ -122,7 +122,9 @@ struct opregion_asle {
> uint8_t fdss[8];
> uint32_t fdsp;
> uint32_t stat;
> - uint8_t rsvd[86];
> + uint64_t rvda; /* Physical address of raw vbt data */
> + uint32_t rvds; /* Size of raw vbt data */
> + uint8_t rsvd[58];
> } __attribute__((packed));
>
> /* OpRegion mailbox #4: VBT */
> @@ -308,6 +310,8 @@ static void decode_asle(const void *buffer)
>
> printf("\tfdsp:\t0x%08x\n", asle->fdsp);
> printf("\tstat:\t0x%08x\n", asle->stat);
> + printf("\trvda:\t0x%016lx\n", asle->rvda);
> + printf("\trvds:\t0x%08x\n", asle->rvds);
>
> printf("\n");
> }
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
prev parent reply other threads:[~2015-12-22 12:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-21 15:05 [i-g-t PATCH 1/5] intel_opregion_decode: add new ASLE fields Jani Nikula
2015-12-21 15:05 ` [i-g-t PATCH 2/5] intel_bios_reader: check mipi sequence block version Jani Nikula
2015-12-21 15:05 ` [i-g-t PATCH 3/5] intel_bios_reader: rewrite the mipi sequence block dumping Jani Nikula
2015-12-21 15:05 ` [i-g-t PATCH 4/5] intel_bios_reader: improve element dumpers Jani Nikula
2015-12-21 15:05 ` [i-g-t PATCH 5/5] intel_bios_reader: add dumping of i2c element in mipi sequence Jani Nikula
2015-12-22 12:22 ` 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=87h9ja65ck.fsf@intel.com \
--to=jani.nikula@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox