Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348229
b: refs/heads/master
c: 909d9eb
h: refs/heads/master
i:
  348227: d853d1a
v: v3
  • Loading branch information
Alex Deucher committed Jan 3, 2013
1 parent 47e7521 commit b4099b7
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: cafa59b9011a7790be4ddd5979419259844a165d
refs/heads/master: 909d9eb67f1e4e39f2ea88e96bde03d560cde3eb
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/radeon/r600.c
Original file line number Diff line number Diff line change
Expand Up @@ -2636,8 +2636,8 @@ int r600_copy_dma(struct radeon_device *rdev,

for (i = 0; i < num_loops; i++) {
cur_size_in_dw = size_in_dw;
if (cur_size_in_dw > 0xFFFF)
cur_size_in_dw = 0xFFFF;
if (cur_size_in_dw > 0xFFFE)
cur_size_in_dw = 0xFFFE;
size_in_dw -= cur_size_in_dw;
radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, 0, cur_size_in_dw));
radeon_ring_write(ring, dst_offset & 0xfffffffc);
Expand Down

0 comments on commit b4099b7

Please sign in to comment.