> Subject: [PATCH v3 02/31] drm/i915/bios: search for VBT #57 by default
> 
> Start searching for Vswing / Preemphasis Override Block during VBT parsing at
> init_bdb_blocks().
> 

Bspec no. here
Otherwise,
LGTM,
Reviewed-by: Suraj Kandpal <[email protected]>

> Signed-off-by: Michał Grzelak <[email protected]>
> ---
>  drivers/gpu/drm/i915/display/intel_bios.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_bios.c
> b/drivers/gpu/drm/i915/display/intel_bios.c
> index b6fe87c29aa7c..5700de438fdfd 100644
> --- a/drivers/gpu/drm/i915/display/intel_bios.c
> +++ b/drivers/gpu/drm/i915/display/intel_bios.c
> @@ -200,6 +200,8 @@ static const struct {
>         .min_size = sizeof(struct bdb_mipi_sequence) },
>       { .section_id = BDB_COMPRESSION_PARAMETERS,
>         .min_size = sizeof(struct bdb_compression_parameters), },
> +     { .section_id = BDB_VSWING_PREEMPH,
> +       .min_size = sizeof(struct bdb_vswing_preemph), },
>       { .section_id = BDB_GENERIC_DTD,
>         .min_size = sizeof(struct bdb_generic_dtd), },  };
> --
> 2.45.2

Reply via email to