AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: zhoucm1 <david1.zhou-5C7GfCeVMHo@public.gmane.org>
To: Tom St Denis <tstdenis82-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: Tom St Denis <tom.stdenis-5C7GfCeVMHo@public.gmane.org>
Subject: Re: [PATCH] drm/amd/amdgpu: Widen mmio trace register address width
Date: Thu, 15 Dec 2016 10:26:58 +0800	[thread overview]
Message-ID: <5851FF72.5030902@amd.com> (raw)
In-Reply-To: <20161214155314.8412-1-tom.stdenis-5C7GfCeVMHo@public.gmane.org>



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

      parent reply	other threads:[~2016-12-15  2:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5851FF72.5030902@amd.com \
    --to=david1.zhou-5c7gfcevmho@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=tom.stdenis-5C7GfCeVMHo@public.gmane.org \
    --cc=tstdenis82-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox