All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/amdgpu: Widen mmio trace register address width
@ 2016-12-14 15:53 Tom St Denis
       [not found] ` <20161214155314.8412-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Tom St Denis @ 2016-12-14 15:53 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Tom St Denis

Support wider address spaces, make it 32-bit so we don't have to
revisit this for a while.

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
index 067e5e683bb3..82c3d5aaca2b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
@@ -24,7 +24,7 @@ TRACE_EVENT(amdgpu_mm_rreg,
 			   __entry->reg = reg;
 			   __entry->value = value;
 			   ),
-	    TP_printk("0x%04lx, 0x%04lx, 0x%08lx",
+	    TP_printk("0x%04lx, 0x%08lx, 0x%08lx",
 		      (unsigned long)__entry->did,
 		      (unsigned long)__entry->reg,
 		      (unsigned long)__entry->value)
@@ -43,7 +43,7 @@ TRACE_EVENT(amdgpu_mm_wreg,
 			   __entry->reg = reg;
 			   __entry->value = value;
 			   ),
-	    TP_printk("0x%04lx, 0x%04lx, 0x%08lx",
+	    TP_printk("0x%04lx, 0x%08lx, 0x%08lx",
 		      (unsigned long)__entry->did,
 		      (unsigned long)__entry->reg,
 		      (unsigned long)__entry->value)
-- 
2.11.0

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amd/amdgpu: Widen mmio trace register address width
       [not found] ` <20161214155314.8412-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>
@ 2016-12-15  2:26   ` zhoucm1
  0 siblings, 0 replies; 2+ messages in thread
From: zhoucm1 @ 2016-12-15  2:26 UTC (permalink / raw)
  To: Tom St Denis, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Tom St Denis



On 2016年12月14日 23:53, Tom St Denis wrote:
> Support wider address spaces, make it 32-bit so we don't have to
> revisit this for a while.
>
> Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
> index 067e5e683bb3..82c3d5aaca2b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
> @@ -24,7 +24,7 @@ TRACE_EVENT(amdgpu_mm_rreg,
>   			   __entry->reg = reg;
>   			   __entry->value = value;
>   			   ),
> -	    TP_printk("0x%04lx, 0x%04lx, 0x%08lx",
> +	    TP_printk("0x%04lx, 0x%08lx, 0x%08lx",
>   		      (unsigned long)__entry->did,
>   		      (unsigned long)__entry->reg,
>   		      (unsigned long)__entry->value)
> @@ -43,7 +43,7 @@ TRACE_EVENT(amdgpu_mm_wreg,
>   			   __entry->reg = reg;
>   			   __entry->value = value;
>   			   ),
> -	    TP_printk("0x%04lx, 0x%04lx, 0x%08lx",
> +	    TP_printk("0x%04lx, 0x%08lx, 0x%08lx",
>   		      (unsigned long)__entry->did,
>   		      (unsigned long)__entry->reg,
>   		      (unsigned long)__entry->value)

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2016-12-15  2:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14 15:53 [PATCH] drm/amd/amdgpu: Widen mmio trace register address width Tom St Denis
     [not found] ` <20161214155314.8412-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>
2016-12-15  2:26   ` zhoucm1

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.