Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98527
b: refs/heads/master
c: 3d25802
h: refs/heads/master
i:
  98525: a6db8a0
  98523: 5bef98b
  98519: cd5569f
  98511: f56ee5f
  98495: 597b196
v: v3
  • Loading branch information
Jesse Barnes authored and Linus Torvalds committed Jul 3, 2008
1 parent b5aa315 commit 9a912ba
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: 83680cdbcecd1fd284ad4df060d12bf214bb63a8
refs/heads/master: 3d25802e3ba7c82457b5c12bbfeefe391d8a333e
4 changes: 2 additions & 2 deletions trunk/drivers/char/drm/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ static void i915_vblank_tasklet(struct drm_device *dev)
u32 ropcpp = (0xcc << 16) | ((cpp - 1) << 24);
RING_LOCALS;

if (sarea_priv->front_tiled) {
if (IS_I965G(dev) && sarea_priv->front_tiled) {
cmd |= XY_SRC_COPY_BLT_DST_TILED;
dst_pitch >>= 2;
}
if (sarea_priv->back_tiled) {
if (IS_I965G(dev) && sarea_priv->back_tiled) {
cmd |= XY_SRC_COPY_BLT_SRC_TILED;
src_pitch >>= 2;
}
Expand Down

0 comments on commit 9a912ba

Please sign in to comment.