Commit 4ec5abe9 authored by José Roberto de Souza's avatar José Roberto de Souza
Browse files

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: default avatarJosé Roberto de Souza <jose.souza@intel.com>
Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200110235045.176640-1-jose.souza@intel.com
parent bd3cf6f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

+1 −1
Original line number Diff line number Diff line
@@ -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,