All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/radeon: fix UVD fence emit
@ 2013-07-12  8:05 Christian König
  2013-07-12 14:10 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Christian König @ 2013-07-12  8:05 UTC (permalink / raw)
  To: dri-devel

From: Christian König <christian.koenig@amd.com>

Currently doesn't matter cause we allocate the fence in the
lower 265MB anyway.

Reported-by: Frank Huang <FrankR.Huang@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
---
 drivers/gpu/drm/radeon/r600.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
index 2d3655f..44bdb28 100644
--- a/drivers/gpu/drm/radeon/r600.c
+++ b/drivers/gpu/drm/radeon/r600.c
@@ -3019,7 +3019,7 @@ void r600_uvd_fence_emit(struct radeon_device *rdev,
 			 struct radeon_fence *fence)
 {
 	struct radeon_ring *ring = &rdev->ring[fence->ring];
-	uint32_t addr = rdev->fence_drv[fence->ring].gpu_addr;
+	uint64_t addr = rdev->fence_drv[fence->ring].gpu_addr;
 
 	radeon_ring_write(ring, PACKET0(UVD_CONTEXT_ID, 0));
 	radeon_ring_write(ring, fence->seq);
-- 
1.7.9.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/radeon: fix UVD fence emit
  2013-07-12  8:05 [PATCH] drm/radeon: fix UVD fence emit Christian König
@ 2013-07-12 14:10 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2013-07-12 14:10 UTC (permalink / raw)
  To: Christian König; +Cc: dri-devel

On Fri, Jul 12, 2013 at 4:05 AM, Christian König
<deathsimple@vodafone.de> wrote:
> From: Christian König <christian.koenig@amd.com>
>
> Currently doesn't matter cause we allocate the fence in the
> lower 265MB anyway.
>
> Reported-by: Frank Huang <FrankR.Huang@amd.com>
> Signed-off-by: Christian König <christian.koenig@amd.com>

Applied to my fixes tree.  Thanks!

Alex

> ---
>  drivers/gpu/drm/radeon/r600.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
> index 2d3655f..44bdb28 100644
> --- a/drivers/gpu/drm/radeon/r600.c
> +++ b/drivers/gpu/drm/radeon/r600.c
> @@ -3019,7 +3019,7 @@ void r600_uvd_fence_emit(struct radeon_device *rdev,
>                          struct radeon_fence *fence)
>  {
>         struct radeon_ring *ring = &rdev->ring[fence->ring];
> -       uint32_t addr = rdev->fence_drv[fence->ring].gpu_addr;
> +       uint64_t addr = rdev->fence_drv[fence->ring].gpu_addr;
>
>         radeon_ring_write(ring, PACKET0(UVD_CONTEXT_ID, 0));
>         radeon_ring_write(ring, fence->seq);
> --
> 1.7.9.5
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-12 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12  8:05 [PATCH] drm/radeon: fix UVD fence emit Christian König
2013-07-12 14:10 ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.