summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/cdv_device.c
diff options
context:
space:
mode:
authorPatrik Jakobsson2013-09-16 17:54:54 +0200
committerPatrik Jakobsson2013-11-08 16:22:06 +0100
commitcf8efd3afeff02fed2e2937ab3006618919bf65a (patch)
treed40138830104e33e9f944da7689d8ddd9d02e79b /drivers/gpu/drm/gma500/cdv_device.c
parentdrm/gma500: Add Minnowboard to the IS_MRST() macro (diff)
downloadkernel-qcow2-linux-cf8efd3afeff02fed2e2937ab3006618919bf65a.tar.gz
kernel-qcow2-linux-cf8efd3afeff02fed2e2937ab3006618919bf65a.tar.xz
kernel-qcow2-linux-cf8efd3afeff02fed2e2937ab3006618919bf65a.zip
drm/gma500: Add chip specific sdvo masks
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/cdv_device.c')
-rw-r--r--drivers/gpu/drm/gma500/cdv_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_device.c b/drivers/gpu/drm/gma500/cdv_device.c
index 162f686c532d..5a9a6a3063a8 100644
--- a/drivers/gpu/drm/gma500/cdv_device.c
+++ b/drivers/gpu/drm/gma500/cdv_device.c
@@ -634,6 +634,7 @@ const struct psb_ops cdv_chip_ops = {
.crtcs = 2,
.hdmi_mask = (1 << 0) | (1 << 1),
.lvds_mask = (1 << 1),
+ .sdvo_mask = (1 << 0),
.cursor_needs_phys = 0,
.sgx_offset = MRST_SGX_OFFSET,
.chip_setup = cdv_chip_setup,