summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorMadhav Chauhan <madhav.chauhan@intel.com>2018-07-05 19:19:33 +0530
committerJani Nikula <jani.nikula@intel.com>2018-07-06 12:13:34 +0300
commitfcfe0bdcb1911a4ff6ab6b6264e3323745178025 (patch)
tree0d2cbc854cc40210ff3c8109db01d1f8e27b4cec /drivers/gpu/drm/i915/Makefile
parent012bf847d1396e4cf2503e298ca49b3dc4591755 (diff)
downloadlinux-fcfe0bdcb1911a4ff6ab6b6264e3323745178025.tar.bz2
drm/i915/icl: Program DSI Escape clock Divider
Escape Clock is used for LP communication across the DSI Link. To achieve the constant frequency of the escape clock from the variable DPLL frequency output, a variable divider(M) is needed. This patch programs the same. v2: (Jani N) Don't end line with "(". Signed-off-by: Madhav Chauhan <madhav.chauhan@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1530798591-2077-3-git-send-email-madhav.chauhan@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 e7fedb83aafc..5794f102f9b8 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -135,6 +135,7 @@ i915-y += dvo_ch7017.o \
dvo_ns2501.o \
dvo_sil164.o \
dvo_tfp410.o \
+ icl_dsi.o \
intel_crt.o \
intel_ddi.o \
intel_dp_aux_backlight.o \