[PATCH] drm/amdgpu: remove the seq64 map sequence temporarily

Alex Deucher alexdeucher at gmail.com
Thu Oct 26 20:08:42 UTC 2023


I've gone ahead and pushed this.  Thanks!

Alex

On Thu, Oct 26, 2023 at 8:37 AM Christian König
<christian.koenig at amd.com> wrote:
>
> Am 26.10.23 um 12:24 schrieb Arunpravin Paneer Selvam:
> > Temporarily remove the seq64 mapping sequence.
> >
> > Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam at amd.com>
>
> Reviewed-by: Christian König <christian.koenig at amd.com>
>
> Please push to amd-staging-drm-next ASAP and ping Kenny when that's
> merged (or if it doesn't merge automatically).
>
> Regards,
> Christian.
>
> > ---
> >   drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 ------
> >   1 file changed, 6 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> > index 55fea7564758..b5ebafd4a3ad 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> > @@ -1365,12 +1365,6 @@ int amdgpu_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv)
> >                       goto error_vm;
> >       }
> >
> > -     r = amdgpu_seq64_map(adev, &fpriv->vm, &fpriv->seq64_va,
> > -                          AMDGPU_SEQ64_VADDR_START,
> > -                          AMDGPU_SEQ64_SIZE);
> > -     if (r)
> > -             goto error_vm;
> > -
> >       mutex_init(&fpriv->bo_list_lock);
> >       idr_init_base(&fpriv->bo_list_handles, 1);
> >
>


More information about the amd-gfx mailing list