summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/Makefile
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2009-08-02 02:19:17 (GMT)
committerDave Airlie <airlied@redhat.com>2009-08-04 04:10:51 (GMT)
commit2066facca4c7dfe9f5068ece0200a4dbf10f49e1 (patch)
tree01790b95c4d8c8c1c42355e469e486ca08004f48 /drivers/gpu/drm/Makefile
parent58367ed65f30128d8b763bf4c1fb942da49ade15 (diff)
downloadlinux-fsl-qoriq-2066facca4c7dfe9f5068ece0200a4dbf10f49e1.tar.xz
drm/kms: slave encoder interface.
Define some helper functions to make easier to detach a KMS encoder implementation from the drm module of the GPU it's used in. This is mainly useful for some external I2C encoders known to be present on cards with GPUs from several different manufacturers. Signed-off-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Makefile')
-rw-r--r--drivers/gpu/drm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index fe23f29..5f0aec4 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -11,7 +11,7 @@ drm-y := drm_auth.o drm_bufs.o drm_cache.o \
drm_agpsupport.o drm_scatter.o ati_pcigart.o drm_pci.o \
drm_sysfs.o drm_hashtab.o drm_sman.o drm_mm.o \
drm_crtc.o drm_crtc_helper.o drm_modes.o drm_edid.o \
- drm_info.o drm_debugfs.o
+ drm_info.o drm_debugfs.o drm_encoder_slave.o
drm-$(CONFIG_COMPAT) += drm_ioc32.o