summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2018-10-15 17:27:50 +0300
committerJani Nikula <jani.nikula@intel.com>2018-10-18 15:15:27 +0300
commit2bf3f59daeee6cfed79bd0d292aa9b4eded37c42 (patch)
treeeaed4df0e3bad601473fb3c208d2e70cd38d56fb /drivers/gpu/drm/i915/Makefile
parentc84c6fe30302721486dd703727a30c8eafee9a1e (diff)
downloadlinux-stable-2bf3f59daeee6cfed79bd0d292aa9b4eded37c42.tar.gz
linux-stable-2bf3f59daeee6cfed79bd0d292aa9b4eded37c42.tar.bz2
linux-stable-2bf3f59daeee6cfed79bd0d292aa9b4eded37c42.zip
drm/i915/dsi: refactor bitrate calculations in intel_dsi_vbt_init()
Abstract bitrate calculation to a newly resurrected intel_dsi.c file that will contain common code for VLV and ICL DSI. No functional changes. Cc: Madhav Chauhan <madhav.chauhan@intel.com> Cc: Ville Syrjala <ville.syrjala@linux.intel.com> Reviewed-by: Madhav Chauhan <madhav.chauhan@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/100e9721dfdec4f3987549ef24291bafc9cb0517.1539613303.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 01cb9de9d9cb..28c7d7884e88 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -144,6 +144,7 @@ i915-y += dvo_ch7017.o \
intel_dp_link_training.o \
intel_dp_mst.o \
intel_dp.o \
+ intel_dsi.o \
intel_dsi_dcs_backlight.o \
intel_dsi_vbt.o \
intel_dvo.o \