[PATCH 4/8] drm/amdgpu: provide RREG32_SOC15_NO_KIQ, will be used later
Christian König
ckoenig.leichtzumerken at gmail.com
Thu Apr 23 12:27:49 UTC 2020
Am 23.04.20 um 09:01 schrieb Monk Liu:
> Signed-off-by: Monk Liu <Monk.Liu at amd.com>
Yeah, I also stumbled over that recently. Patch is Acked-by: Christian
König <christian.koenig at 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)
>
More information about the amd-gfx
mailing list