projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec7d11
)
drm/radeon: fix UVD fence emit
author
Christian König
<
[email protected]
>
Fri, 12 Jul 2013 08:05:47 +0000
(10:05 +0200)
committer
Alex Deucher
<
[email protected]
>
Sun, 14 Jul 2013 14:11:30 +0000
(10:11 -0400)
Currently doesn't matter cause we allocate the fence in the
lower 265MB anyway.
Reported-by: Frank Huang <
[email protected]
>
Signed-off-by: Christian König <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
Cc:
[email protected]
drivers/gpu/drm/radeon/r600.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r600.c
b/drivers/gpu/drm/radeon/r600.c
index 4982cd8ce8b7215879e2b0a75f955ccdeb832e70..393880a094129d5fe54a6e6431de09798101e858 100644
(file)
--- a/
drivers/gpu/drm/radeon/r600.c
+++ b/
drivers/gpu/drm/radeon/r600.c
@@
-3008,7
+3008,7
@@
void r600_uvd_fence_emit(struct radeon_device *rdev,
struct radeon_fence *fence)
{
struct radeon_ring *ring = &rdev->ring[fence->ring];
- uint
32
_t addr = rdev->fence_drv[fence->ring].gpu_addr;
+ uint
64
_t addr = rdev->fence_drv[fence->ring].gpu_addr;
radeon_ring_write(ring, PACKET0(UVD_CONTEXT_ID, 0));
radeon_ring_write(ring, fence->seq);