projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
422bef8
)
drm/i915: Set the multiplier for SDVO on G33 platform
author
Sean Young
<
[email protected]
>
Thu, 6 Aug 2009 09:35:50 +0000
(17:35 +0800)
committer
Eric Anholt
<
[email protected]
>
Mon, 24 Aug 2009 23:41:22 +0000
(16:41 -0700)
http://bugs.freedesktop.org/show_bug.cgi?id=21417
Signed-off-by: Sean Young <
[email protected]
>
Reviewed-by: Zhao Yakui <
[email protected]
>
Acked-by: Zhenyu Wang <
[email protected]
>
Signed-off-by: Eric Anholt <
[email protected]
>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index d6fce2133413e5431bf6abda64f9e260cfca8d77..f611e216b0bc60a195c8042e2101e27391ff49c7 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_display.c
+++ b/
drivers/gpu/drm/i915/intel_display.c
@@
-2396,7
+2396,7
@@
static int intel_crtc_mode_set(struct drm_crtc *crtc,
if (is_sdvo) {
dpll |= DPLL_DVO_HIGH_SPEED;
sdvo_pixel_multiply = adjusted_mode->clock / mode->clock;
- if (IS_I945G(dev) || IS_I945GM(dev))
+ if (IS_I945G(dev) || IS_I945GM(dev)
|| IS_G33(dev)
)
dpll |= (sdvo_pixel_multiply - 1) << SDVO_MULTIPLIER_SHIFT_HIRES;
else if (IS_IGDNG(dev))
dpll |= (sdvo_pixel_multiply - 1) << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT;