All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: "José Roberto de Souza" <jose.souza@intel.com>,
	intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/vbt: Rename BDB_LVDS_POWER to BDB_LFP_POWER
Date: Mon, 13 Jan 2020 11:57:34 +0200	[thread overview]
Message-ID: <87wo9vn0fl.fsf@intel.com> (raw)
In-Reply-To: <20200110235045.176640-1-jose.souza@intel.com>

On Fri, 10 Jan 2020, José Roberto de Souza <jose.souza@intel.com> wrote:
> Renaming to match the BSpec and struct name.
>
> BSpec: 20150
> Cc: Jani Nikula <jani.nikula@intel.com>
> Signed-off-by: José Roberto de Souza <jose.souza@intel.com>

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

> ---
>  drivers/gpu/drm/i915/display/intel_bios.c     | 2 +-
>  drivers/gpu/drm/i915/display/intel_vbt_defs.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c
> index 8beac06e3f10..9a891ef72118 100644
> --- a/drivers/gpu/drm/i915/display/intel_bios.c
> +++ b/drivers/gpu/drm/i915/display/intel_bios.c
> @@ -686,7 +686,7 @@ parse_power_conservation_features(struct drm_i915_private *dev_priv,
>  	if (bdb->version < 228)
>  		return;
>  
> -	power = find_section(bdb, BDB_LVDS_POWER);
> +	power = find_section(bdb, BDB_LFP_POWER);
>  	if (!power)
>  		return;
>  
> diff --git a/drivers/gpu/drm/i915/display/intel_vbt_defs.h b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
> index 4d0c23b29248..05c7cbe32eb4 100644
> --- a/drivers/gpu/drm/i915/display/intel_vbt_defs.h
> +++ b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
> @@ -111,7 +111,7 @@ enum bdb_block_id {
>  	BDB_LVDS_LFP_DATA_PTRS		= 41,
>  	BDB_LVDS_LFP_DATA		= 42,
>  	BDB_LVDS_BACKLIGHT		= 43,
> -	BDB_LVDS_POWER			= 44,
> +	BDB_LFP_POWER			= 44,
>  	BDB_MIPI_CONFIG			= 52,
>  	BDB_MIPI_SEQUENCE		= 53,
>  	BDB_COMPRESSION_PARAMETERS	= 56,

-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2020-01-13  9:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 23:50 [Intel-gfx] [PATCH] drm/i915/vbt: Rename BDB_LVDS_POWER to BDB_LFP_POWER José Roberto de Souza
2020-01-11  0:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2020-01-13  9:57 ` Jani Nikula [this message]
2020-01-14 20:18 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2020-01-14 20:40   ` Souza, Jose

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=87wo9vn0fl.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jose.souza@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.