[PATCH i-g-t 07/13] tools/intel_vbt_decode: Decode the obsolote DPST supported field

Jani Nikula jani.nikula at intel.com
Thu Apr 11 12:46:13 UTC 2024


On Fri, 22 Mar 2024, Ville Syrjala <ville.syrjala at linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Looks like there used to be a field for DPST in the LFP power block
> feature bits. Later that got first into the driver features block,
> and then back into a different part of the LFP power block.
>
> Not sure when this got deprecated.
>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

Reviewed-by: Jani Nikula <jani.nikula at intel.com>


> ---
>  tools/intel_vbt_decode.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> index fa7bbc345eec..7cfa357ac526 100644
> --- a/tools/intel_vbt_decode.c
> +++ b/tools/intel_vbt_decode.c
> @@ -1800,6 +1800,8 @@ static void dump_lfp_power(struct context *context,
>  	       YESNO(lfp_block->features.lace_enabled_status));
>  	printf("\tPower conservation preference level: %d\n",
>  	       lfp_block->features.power_conservation_pref);
> +	printf("\tDPST support: %s\n",
> +	       YESNO(lfp_block->features.dpst_support));
>  
>  	for (i = 0; i < 5; i++) {
>  		printf("\tALS backlight adjust: %d\n",

-- 
Jani Nikula, Intel


More information about the igt-dev mailing list