Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174581
b: refs/heads/master
c: 8536490
h: refs/heads/master
i:
  174579: 1189f90
v: v3
  • Loading branch information
Jesse Barnes authored and Eric Anholt committed Dec 7, 2009
1 parent 3372cf1 commit d57c472
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22fd0fab3b512b5fcb4fd0b0668deeaa701511f9
refs/heads/master: 85364905f9ae12d19cb34099257d493e5d9a0c4e
7 changes: 7 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -4740,6 +4740,13 @@ void intel_modeset_init(struct drm_device *dev)
(unsigned long)dev);

intel_setup_overlay(dev);

if (IS_IGD(dev) && !intel_get_cxsr_latency(IS_IGDG(dev),
dev_priv->fsb_freq,
dev_priv->mem_freq))
DRM_INFO("failed to find known CxSR latency "
"(found fsb freq %d, mem freq %d), disabling CxSR\n",
dev_priv->fsb_freq, dev_priv->mem_freq);
}

void intel_modeset_cleanup(struct drm_device *dev)
Expand Down

0 comments on commit d57c472

Please sign in to comment.