Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165498
b: refs/heads/master
c: 5b31aee
h: refs/heads/master
v: v3
  • Loading branch information
Andre Maasikas authored and Dave Airlie committed Sep 23, 2009
1 parent 8cdd44f commit 70255c9
Show file tree
Hide file tree
Showing 3 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: c214271563c00f2721c5111e27b53bf06dabc6e4
refs/heads/master: 5b31aee9d72f529ee6b60e8d66967f817a0e39fc
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/r600_blit.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ r600_blit_copy(struct drm_device *dev,

/* dst */
set_render_target(dev_priv, COLOR_8_8_8_8,
dst_x + cur_size, h,
(dst_x + cur_size) / 4, h,
dst_gpu_addr);

/* scissors */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/r600_blit_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ void r600_kms_blit_copy(struct radeon_device *rdev,

/* dst 23 */
set_render_target(rdev, COLOR_8_8_8_8,
dst_x + cur_size, h,
(dst_x + cur_size) / 4, h,
dst_gpu_addr);

/* scissors 12 */
Expand Down

0 comments on commit 70255c9

Please sign in to comment.