diff options
Diffstat (limited to 'drivers/gpu/drm/gma500/cdv_device.c')
-rw-r--r-- | drivers/gpu/drm/gma500/cdv_device.c | 2 |
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, |