drm/i915/vbt: Rename BDB_LVDS_POWER to BDB_LFP_POWER
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> Link: https://patchwork.freedesktop.org/patch/msgid/20200110235045.176640-1-jose.souza@intel.com
This commit is contained in:
parent
bd3cf6f7ce
commit
4ec5abe960
|
@ -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;
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue