aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani.nikula@intel.com> 2015-06-18 13:06:16 +0300
committerGravatar Daniel Vetter <daniel.vetter@ffwll.ch> 2015-06-22 15:03:42 +0200
commit77913b39addfaa836929815515ff55cea1142b66 (patch)
tree704989b6f794f8a39e557b1b9f361ab6025123c9 /drivers/gpu/drm/i915/Makefile
parentdrm/i915/irq: clarify irq storm related function naming (diff)
downloadlinux-77913b39addfaa836929815515ff55cea1142b66.tar.gz
linux-77913b39addfaa836929815515ff55cea1142b66.tar.bz2
linux-77913b39addfaa836929815515ff55cea1142b66.zip
drm/i915: move generic hotplug code into new intel_hotplug.c file
We have enough generic hotplug functions sprinkled all over i915_irq.c to warrant moving them to a file of their own. This should further underline the distinction between generic code in the new file and platform specific hotplug and irq code that remains in i915_irq.c. Add new intel_hpd_init_work to keep work functions static, and rename get_port_from_pin to intel_hpd_pin_to_port while increasing its visibility, but keep everything else the same. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 b7ddf48e1d75..de2196543367 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -34,6 +34,7 @@ i915-y += i915_cmd_parser.o \
i915_gpu_error.o \
i915_irq.o \
i915_trace_points.o \
+ intel_hotplug.o \
intel_lrc.o \
intel_ringbuffer.o \
intel_uncore.o