drm/i915/dsi: rename intel_dsi_panel_vbt.c to intel_dsi_vbt.c
authorJani Nikula <jani.nikula@intel.com>
Mon, 6 Mar 2017 14:31:29 +0000 (16:31 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 7 Mar 2017 13:18:24 +0000 (15:18 +0200)
Emphasize that the VBT file is nowadays more about initializing and
running stuff based on the VBT contents, not so much about being a
"panel driver". No functional changes.

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Bob Paauwe <bob.j.paauwe@intel.com>
Cc: Madhav Chauhan <madhav.chauhan@intel.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Bob Paauwe <bob.j.paauwe@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/b13cb012a555ff5eb56b5e4bb2b0205c3e025a99.1488810382.git.jani.nikula@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/intel_dsi_vbt.c [moved from drivers/gpu/drm/i915/intel_dsi_panel_vbt.c with 100% similarity]

index 53e30fcb2751c3a7bfd79b1df4b812ccd0382b06..aa1ba1df96a216aa33fcb2368a3ab6dc3bd0f0cb 100644 (file)
@@ -105,8 +105,8 @@ i915-y += dvo_ch7017.o \
          intel_dp.o \
          intel_dsi.o \
          intel_dsi_dcs_backlight.o \
-         intel_dsi_panel_vbt.o \
          intel_dsi_pll.o \
+         intel_dsi_vbt.o \
          intel_dvo.o \
          intel_hdmi.o \
          intel_i2c.o \