summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorJani Nikula2013-05-22 14:36:16 +0200
committerDaniel Vetter2013-05-23 23:24:03 +0200
commit59de08136f0c8d91bfd607d03cf722c5b6c60d1b (patch)
tree443e418a7b066d1a5b15db33952744a2f2f4ae85 /drivers/gpu/drm/i915/Makefile
parentdrm/i915: avoid big kmallocs on reading error state (diff)
downloadkernel-qcow2-linux-59de08136f0c8d91bfd607d03cf722c5b6c60d1b.tar.gz
kernel-qcow2-linux-59de08136f0c8d91bfd607d03cf722c5b6c60d1b.tar.xz
kernel-qcow2-linux-59de08136f0c8d91bfd607d03cf722c5b6c60d1b.zip
drm/i915: group sideband register accessors to a new file
Group both the HSW/LPT SBI interface and VLV IOSF sideband register accessor functions into a new file. No functional changes. v2: also move intel_sbi_{read,write} (Daniel) Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> 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 91f3ac6cef35..40034ecefd3b 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -36,6 +36,7 @@ i915-y := i915_drv.o i915_dma.o i915_irq.o \
intel_overlay.o \
intel_sprite.o \
intel_opregion.o \
+ intel_sideband.o \
dvo_ch7xxx.o \
dvo_ch7017.o \
dvo_ivch.o \