Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174534
b: refs/heads/master
c: 43bcd61
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter authored and Eric Anholt committed Nov 5, 2009
1 parent ef6dcec commit bee3221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c650156af34bffa3d3a62c9fe26eee595aab3fd1
refs/heads/master: 43bcd61fae05fc6062b4f117c5adb1a72c9f8c57
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -4427,7 +4427,7 @@ static void intel_init_display(struct drm_device *dev)
}

/* Returns the core display clock speed */
if (IS_I945G(dev))
if (IS_I945G(dev) || (IS_G33(dev) && ! IS_IGDGM(dev)))
dev_priv->display.get_display_clock_speed =
i945_get_display_clock_speed;
else if (IS_I915G(dev))
Expand Down

0 comments on commit bee3221

Please sign in to comment.