On Fri, 03 May 2024, Ville Syrjala <ville.syrj...@linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrj...@linux.intel.com>
>
> Define the contents of VBT block 26 (TV Options).
>
> Signed-off-by: Ville Syrjälä <ville.syrj...@linux.intel.com>

Reviewed-by: Jani Nikula <jani.nik...@intel.com>

> ---
>  drivers/gpu/drm/i915/display/intel_vbt_defs.h | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_vbt_defs.h 
> b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
> index c6d03905593d..1b94d4aba00a 100644
> --- a/drivers/gpu/drm/i915/display/intel_vbt_defs.h
> +++ b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
> @@ -988,6 +988,18 @@ struct bdb_sdvo_lvds_pps {
>       struct sdvo_lvds_pps pps[4];
>  } __packed;
>  
> +/*
> + * Block 26 - TV Options Block
> + */
> +
> +struct bdb_tv_options {
> +     u16 underscan_overscan_hdtv_component:2;
> +     u16 rsvd1:10;
> +     u16 underscan_overscan_hdtv_dvi:2;
> +     u16 add_modes_to_avoid_overscan_issue:1;
> +     u16 d_connector_support:1;
> +} __packed;
> +
>  /*
>   * Block 27 - eDP VBT Block
>   */

-- 
Jani Nikula, Intel

Reply via email to