Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217897
b: refs/heads/master
c: 2bbda38
h: refs/heads/master
i:
  217895: b4ca7b1
v: v3
  • Loading branch information
Chris Wilson committed Sep 8, 2010
1 parent 620ab33 commit c3118be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 425904dd8a86d9ca3a3be38eaaa12b4844dceed6
refs/heads/master: 2bbda389632dd810d80c055fc1ec90827a16f687
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,12 @@ irqreturn_t ironlake_irq_handler(struct drm_device *dev)

if (de_iir & DE_PLANEA_FLIP_DONE) {
intel_prepare_page_flip(dev, 0);
intel_finish_page_flip(dev, 0);
intel_finish_page_flip_plane(dev, 0);
}

if (de_iir & DE_PLANEB_FLIP_DONE) {
intel_prepare_page_flip(dev, 1);
intel_finish_page_flip(dev, 1);
intel_finish_page_flip_plane(dev, 1);
}

if (de_iir & DE_PIPEA_VBLANK)
Expand Down

0 comments on commit c3118be

Please sign in to comment.