aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/cdv_device.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-05-11 06:31:22 -0400
committerDave Airlie <airlied@redhat.com>2012-05-11 12:35:51 -0400
commit213a84346fa963a6c0136be6844c5e4d806308a0 (patch)
treee3b80be8d4637746bb31544710ce52ea41387661 /drivers/gpu/drm/gma500/cdv_device.c
parent8512e0748729a49d9af6693f920c1b432796fa8d (diff)
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] = {
494 .conf = PIPEACONF, 494 .conf = PIPEACONF,
495 .src = PIPEASRC, 495 .src = PIPEASRC,
496 .dpll = DPLL_A, 496 .dpll = DPLL_A,
497 .dpll_md = DPLL_A_MD,
497 .htotal = HTOTAL_A, 498 .htotal = HTOTAL_A,
498 .hblank = HBLANK_A, 499 .hblank = HBLANK_A,
499 .hsync = HSYNC_A, 500 .hsync = HSYNC_A,
@@ -518,6 +519,7 @@ static const struct psb_offset cdv_regmap[2] = {
518 .conf = PIPEBCONF, 519 .conf = PIPEBCONF,
519 .src = PIPEBSRC, 520 .src = PIPEBSRC,
520 .dpll = DPLL_B, 521 .dpll = DPLL_B,
522 .dpll_md = DPLL_B_MD,
521 .htotal = HTOTAL_B, 523 .htotal = HTOTAL_B,
522 .hblank = HBLANK_B, 524 .hblank = HBLANK_B,
523 .hsync = HSYNC_B, 525 .hsync = HSYNC_B,