summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/cdv_device.c
diff options
context:
space:
mode:
authorAlan Cox2012-05-11 12:31:22 +0200
committerDave Airlie2012-05-11 18:35:51 +0200
commit213a84346fa963a6c0136be6844c5e4d806308a0 (patch)
treee3b80be8d4637746bb31544710ce52ea41387661 /drivers/gpu/drm/gma500/cdv_device.c
parentgma500: introduce some register maps (diff)
downloadkernel-qcow2-linux-213a84346fa963a6c0136be6844c5e4d806308a0.tar.gz
kernel-qcow2-linux-213a84346fa963a6c0136be6844c5e4d806308a0.tar.xz
kernel-qcow2-linux-213a84346fa963a6c0136be6844c5e4d806308a0.zip
gma500: use the register map to clean up
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/cdv_device.c')
-rw-r--r--drivers/gpu/drm/gma500/cdv_device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_device.c b/drivers/gpu/drm/gma500/cdv_device.c
index ec062e4c3029..148e3e7524d9 100644
--- a/drivers/gpu/drm/gma500/cdv_device.c
+++ b/drivers/gpu/drm/gma500/cdv_device.c
@@ -494,6 +494,7 @@ static const struct psb_offset cdv_regmap[2] = {
.conf = PIPEACONF,
.src = PIPEASRC,
.dpll = DPLL_A,
+ .dpll_md = DPLL_A_MD,
.htotal = HTOTAL_A,
.hblank = HBLANK_A,
.hsync = HSYNC_A,
@@ -518,6 +519,7 @@ static const struct psb_offset cdv_regmap[2] = {
.conf = PIPEBCONF,
.src = PIPEBSRC,
.dpll = DPLL_B,
+ .dpll_md = DPLL_B_MD,
.htotal = HTOTAL_B,
.hblank = HBLANK_B,
.hsync = HSYNC_B,