Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190260
b: refs/heads/master
c: 88b0450
h: refs/heads/master
v: v3
  • Loading branch information
David Miller authored and Dave Airlie committed Apr 26, 2010
1 parent 247c14b commit 25cc1fe
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: e32ee7fa54e3172e6413cefaaee9222a3f521617
refs/heads/master: 88b045077a1462a47503137fd4ca0c31772819ca
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/r300_cmdbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ static int r300_scratch(drm_radeon_private_t *dev_priv,

ptr_addr = drm_buffer_read_object(cmdbuf->buffer,
sizeof(stack_ptr_addr), &stack_ptr_addr);
ref_age_base = (u32 *)(unsigned long)*ptr_addr;
ref_age_base = (u32 *)(unsigned long)get_unaligned(ptr_addr);

for (i=0; i < header.scratch.n_bufs; i++) {
buf_idx = drm_buffer_pointer_to_dword(cmdbuf->buffer, 0);
Expand Down

0 comments on commit 25cc1fe

Please sign in to comment.