All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <ckoenig.leichtzumerken@gmail.com>
To: Monk Liu <Monk.Liu@amd.com>, amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH 4/8] drm/amdgpu: provide RREG32_SOC15_NO_KIQ, will be used later
Date: Thu, 23 Apr 2020 14:27:49 +0200	[thread overview]
Message-ID: <935b724f-0474-efd5-089b-46faf22af972@gmail.com> (raw)
In-Reply-To: <1587625306-20704-4-git-send-email-Monk.Liu@amd.com>

Am 23.04.20 um 09:01 schrieb Monk Liu:
> Signed-off-by: Monk Liu <Monk.Liu@amd.com>


Yeah, I also stumbled over that recently. Patch is Acked-by: Christian 
König <christian.koenig@amd.com>.

> ---
>   drivers/gpu/drm/amd/amdgpu/soc15_common.h | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15_common.h b/drivers/gpu/drm/amd/amdgpu/soc15_common.h
> index c893c64..56d02aa 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15_common.h
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15_common.h
> @@ -35,6 +35,9 @@
>   #define RREG32_SOC15(ip, inst, reg) \
>   	RREG32(adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg)
>   
> +#define RREG32_SOC15_NO_KIQ(ip, inst, reg) \
> +	RREG32_NO_KIQ(adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg)
> +
>   #define RREG32_SOC15_OFFSET(ip, inst, reg, offset) \
>   	RREG32((adev->reg_offset[ip##_HWIP][inst][reg##_BASE_IDX] + reg) + offset)
>   

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

  reply	other threads:[~2020-04-23 12:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-23  7:01 [PATCH 1/8] drm/amdgpu: ignore TA ucode for SRIOV Monk Liu
2020-04-23  7:01 ` [PATCH 2/8] drm/amdgpu: skip cg/pg set " Monk Liu
2020-04-23  7:01 ` [PATCH 3/8] drm/amdgpu: sriov is forbidden to call disable DPM Monk Liu
2020-04-23  7:01 ` [PATCH 4/8] drm/amdgpu: provide RREG32_SOC15_NO_KIQ, will be used later Monk Liu
2020-04-23 12:27   ` Christian König [this message]
2020-04-23  7:01 ` [PATCH 5/8] drm/amdgpu: clear the messed up checking logic Monk Liu
2020-04-24  3:29   ` Quan, Evan
2020-04-23  7:01 ` [PATCH 6/8] drm/amdgpu: enable one vf mode for nv12 Monk Liu
2020-04-24  3:39   ` Quan, Evan
2020-04-23  7:01 ` [PATCH 7/8] drm/amdgpu: skip sysfs node not belong to one vf mode Monk Liu
2020-04-24  3:40   ` Quan, Evan
2020-04-23  7:01 ` [PATCH 8/8] drm/amdgpu: for nv12 always need smu ip Monk Liu
2020-04-24  3:45   ` Quan, Evan
2020-04-23  7:06 ` [PATCH 1/8] drm/amdgpu: ignore TA ucode for SRIOV Tao, Yintian

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=935b724f-0474-efd5-089b-46faf22af972@gmail.com \
    --to=ckoenig.leichtzumerken@gmail.com \
    --cc=Monk.Liu@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    /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 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.