summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2018-10-10 10:52:04 +0300
committerJani Nikula <jani.nikula@intel.com>2018-10-10 15:15:10 +0300
commit360fa66ae857e8e5ff97a2e0519b2d87baccebfd (patch)
treebecb4213c30ab5e783d8ea239284126f2230da7b /drivers/gpu/drm/i915/Makefile
parentaee7d9bee2db899772c78e8fe591f08ef2a2ba11 (diff)
downloadlinux-stable-360fa66ae857e8e5ff97a2e0519b2d87baccebfd.tar.gz
linux-stable-360fa66ae857e8e5ff97a2e0519b2d87baccebfd.tar.bz2
linux-stable-360fa66ae857e8e5ff97a2e0519b2d87baccebfd.zip
drm/i915: rename intel_modes.c to intel_connector.c
The common denominator here seems to be connector more than modes. Prepare for moving more connector functions to the same place. No functional changes. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181010075205.7713-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index ef1480c14e4e..48cae0eae3f9 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -113,6 +113,7 @@ i915-y += intel_audio.o \
intel_bios.o \
intel_cdclk.o \
intel_color.o \
+ intel_connector.o \
intel_display.o \
intel_dpio_phy.o \
intel_dpll_mgr.o \
@@ -121,7 +122,6 @@ i915-y += intel_audio.o \
intel_frontbuffer.o \
intel_hdcp.o \
intel_hotplug.o \
- intel_modes.o \
intel_overlay.o \
intel_psr.o \
intel_sideband.o \