From: Jani Nikula <jani.nikula@linux.intel.com>
To: Ville Syrjala <ville.syrjala@linux.intel.com>,
igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t v2 00/17] tools/intel_vbt_decode: Improve VBT decoder
Date: Wed, 07 Sep 2022 11:17:07 +0300 [thread overview]
Message-ID: <87czc78upo.fsf@intel.com> (raw)
In-Reply-To: <20220906122944.8838-1-ville.syrjala@linux.intel.com>
On Tue, 06 Sep 2022, Ville Syrjala <ville.syrjala@linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
>
> Sync uo the VBT decoder with the kernel code and
> improve/add the decoding of various things.
On the series,
Acked-by: Jani Nikula <jani.nikula@intel.com>
I didn't read it in detail, glanced through it, it all looked sensible,
and for this tool I think that should be enough.
>
> Ville Syrjälä (17):
> tools/intel_vbt_decode: Fix mipi sequence block size
> tools/intel_vbt_decode: Validate fp_timing terminator presence
> tools/intel_vbt_decode: Use hardcoded fp_timing size for generating
> LFP data pointers
> tools/intel_vbt_decode: update vbt defs from kernel
> tools/intel_vbt_decode: Introduce panel_bits()/panel_bool()
> tools/intel_vbt_decode: Remove pointless variables
> tools/intel_vbt_decode: Extract lvds_config[]
> tools/intel_vbt_decode: Extract panel_fitting[]
> tools/intel_vbt_decode: Parse HDMI FRL rate
> tools/intel_vbt_decode: Decode the "use VBT vswing tables" flag
> tools/intel_vbt_decode: Decode eDP/DP max lane count
> tools/intel_vbt_decode: Clean up driver features block decoding
> tools/intel_vbt_decode: Decode AUX CH
> tools/intel_vbt_decode: Adjust DVO port printing
> tools/intel_vbt_decode: Dump the compression structure index as
> decimal
> tools/intel_vbt_decode: Dump all panels from MIPI blocks
> tools/intel_vbt_decode: Print panel_type2
>
> tools/intel_bios.h | 8 -
> tools/intel_vbt_decode.c | 712 +++++++++++++++++++++++----------------
> tools/intel_vbt_defs.h | 348 ++++++++++---------
> 3 files changed, 622 insertions(+), 446 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
prev parent reply other threads:[~2022-09-07 8:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 12:29 [igt-dev] [PATCH i-g-t v2 00/17] tools/intel_vbt_decode: Improve VBT decoder Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 01/17] tools/intel_vbt_decode: Fix mipi sequence block size Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 02/17] tools/intel_vbt_decode: Validate fp_timing terminator presence Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 03/17] tools/intel_vbt_decode: Use hardcoded fp_timing size for generating LFP data pointers Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 04/17] tools/intel_vbt_decode: update vbt defs from kernel Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 05/17] tools/intel_vbt_decode: Introduce panel_bits()/panel_bool() Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 06/17] tools/intel_vbt_decode: Remove pointless variables Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 07/17] tools/intel_vbt_decode: Extract lvds_config[] Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 08/17] tools/intel_vbt_decode: Extract panel_fitting[] Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 09/17] tools/intel_vbt_decode: Parse HDMI FRL rate Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 10/17] tools/intel_vbt_decode: Decode the "use VBT vswing tables" flag Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 11/17] tools/intel_vbt_decode: Decode eDP/DP max lane count Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 12/17] tools/intel_vbt_decode: Clean up driver features block decoding Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 13/17] tools/intel_vbt_decode: Decode AUX CH Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 14/17] tools/intel_vbt_decode: Adjust DVO port printing Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 15/17] tools/intel_vbt_decode: Dump the compression structure index as decimal Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 16/17] tools/intel_vbt_decode: Dump all panels from MIPI blocks Ville Syrjala
2022-09-06 12:29 ` [igt-dev] [PATCH i-g-t v2 17/17] tools/intel_vbt_decode: Print panel_type2 Ville Syrjala
2022-09-06 12:47 ` [igt-dev] ✗ GitLab.Pipeline: warning for tools/intel_vbt_decode: Improve VBT decoder (rev2) Patchwork
2022-09-06 12:59 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-09-06 14:03 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-09-07 8:17 ` 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=87czc78upo.fsf@intel.com \
--to=jani.nikula@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox