[PATCH 2/2] drm/amdgpu: Remove unused variables from amdgpu_show_fdinfo
Alex Deucher
alexdeucher at gmail.com
Fri Oct 27 15:18:15 UTC 2023
Applied the series. Thanks!
Alex
On Thu, Oct 26, 2023 at 6:43 PM Umio Yasuno
<coelacanth_dream at protonmail.com> wrote:
>
> Remove unused variables from amdgpu_show_fdinfo
>
> Signed-off-by: Umio Yasuno <coelacanth_dream at protonmail.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c
> index e9b5d1903..b960ca7ba 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c
> @@ -55,21 +55,15 @@ static const char *amdgpu_ip_name[AMDGPU_HW_IP_NUM] = {
>
> void amdgpu_show_fdinfo(struct drm_printer *p, struct drm_file *file)
> {
> - struct amdgpu_device *adev = drm_to_adev(file->minor->dev);
> struct amdgpu_fpriv *fpriv = file->driver_priv;
> struct amdgpu_vm *vm = &fpriv->vm;
>
> struct amdgpu_mem_stats stats;
> ktime_t usage[AMDGPU_HW_IP_NUM];
> - uint32_t bus, dev, fn, domain;
> unsigned int hw_ip;
> int ret;
>
> memset(&stats, 0, sizeof(stats));
> - bus = adev->pdev->bus->number;
> - domain = pci_domain_nr(adev->pdev->bus);
> - dev = PCI_SLOT(adev->pdev->devfn);
> - fn = PCI_FUNC(adev->pdev->devfn);
>
> ret = amdgpu_bo_reserve(vm->root.bo, false);
> if (ret)
> --
> 2.42.0
>
>
More information about the amd-gfx
mailing list