[PATCH v2] drm/amdgpu: fix the indentation

Yadav, Arvind arvyadav at amd.com
Wed May 7 09:38:10 UTC 2025


Reviewed-by: Arvind Yadav <Arvind.Yadav at amd.com>

On 5/7/2025 3:05 PM, Khatri, Sunil wrote:
>
> [AMD Official Use Only - AMD Internal Distribution Only]
>
>
> @Yadav, Arvind <mailto:Arvind.Yadav at amd.com>
>
> -----Original Message-----
> From: Sunil Khatri <sunil.khatri at amd.com>
> Sent: Wednesday, May 7, 2025 3:00 PM
> To: amd-gfx at lists.freedesktop.org; Deucher, Alexander 
> <Alexander.Deucher at amd.com>; Koenig, Christian <Christian.Koenig at amd.com>
> Cc: Dan Carpenter <dan.carpenter at linaro.org>; Khatri, Sunil 
> <Sunil.Khatri at amd.com>
> Subject: [PATCH v2] drm/amdgpu: fix the indentation
>
> fix the indentation
>
> drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:6992 gfx_v11_ip_dump
>
> compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
>
> | Reported-by: kernel test robot <lkp at intel.com <mailto:lkp at intel.com>>
>
> | Reported-by: Dan Carpenter <dan.carpenter at linaro.org 
> <mailto:dan.carpenter at linaro.org>>
>
> | Closes: 
> https://lore.kernel.org/r/202505071619.7sHTLpNg-lkp@intel.com/ 
> <https://lore.kernel.org/r/202505071619.7sHTLpNg-lkp@intel.com/>
>
> Signed-off-by: Sunil Khatri <sunil.khatri at amd.com 
> <mailto:sunil.khatri at amd.com>>
>
> ---
>
> drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 9 ++++++---
>
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c 
> b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
>
> index 3f4ee4b3b0a4..fe21393e155d 100644
>
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
>
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
>
> @@ -7094,9 +7094,12 @@ static void gfx_v11_ip_dump(struct 
> amdgpu_ip_block *ip_block)
>
> /* ME0 is for GFX so start from 1 for CP */
>
> soc21_grbm_select(adev, adev->gfx.me.num_me + i, j, k, 0);
>
> for (reg = 0; reg < reg_count; reg++) {
>
> - if (i && gc_cp_reg_list_11[reg].reg_offset == regCP_MEC_ME1_HEADER_DUMP)
>
> - adev->gfx.ip_dump_compute_queues[index + reg] =
>
> - RREG32(SOC15_REG_OFFSET(GC, 0, regCP_MEC_ME2_HEADER_DUMP));
>
> + if (i &&
>
> +     gc_cp_reg_list_11[reg].reg_offset ==
>
> +     regCP_MEC_ME1_HEADER_DUMP)
>
> + adev->gfx.ip_dump_compute_queues[index + reg] =
>
> +             RREG32(SOC15_REG_OFFSET(GC, 0,
>
> +             regCP_MEC_ME2_HEADER_DUMP));
>
> else
>
> adev->gfx.ip_dump_compute_queues[index + reg] =
>
>             RREG32(SOC15_REG_ENTRY_OFFSET(
>
> -- 
>
> 2.34.1
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20250507/45c859f9/attachment.htm>


More information about the amd-gfx mailing list