Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174546
b: refs/heads/master
c: 311089d
h: refs/heads/master
v: v3
  • Loading branch information
Shaohua Li authored and Eric Anholt committed Nov 30, 2009
1 parent 190b96a commit 9e048c5
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: 1991bdfaf5897b6fbfdc7dce81508f7cbc044768
refs/heads/master: 311089d3d372c6f2b01a6d8a5ed7fcbcd9ad7621
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 @@ -950,7 +950,7 @@ void
intel_wait_for_vblank(struct drm_device *dev)
{
/* Wait for 20ms, i.e. one cycle at 50hz. */
mdelay(20);
msleep(20);
}

/* Parameters have changed, update FBC info */
Expand Down

0 comments on commit 9e048c5

Please sign in to comment.