Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163971
b: refs/heads/master
c: 5e17ee7
h: refs/heads/master
i:
  163969: 38125a6
  163967: 45012aa
v: v3
  • Loading branch information
Zhenyu Wang authored and Eric Anholt committed Sep 4, 2009
1 parent b9408e6 commit 4e90329
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 57cdaf90f5f607eb029356074fefb66c9b1c0659
refs/heads/master: 5e17ee74b541b56b5d4cfab6502a5116f224e32c
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3472,6 +3472,9 @@ void intel_mark_busy(struct drm_device *dev, struct drm_gem_object *obj)
struct intel_framebuffer *intel_fb;
struct intel_crtc *intel_crtc;

if (!drm_core_check_feature(dev, DRIVER_MODESET))
return;

dev_priv->busy = true;
intel_increase_renderclock(dev, true);

Expand Down

0 comments on commit 4e90329

Please sign in to comment.