Re: [PATCH 06/29] drm/amdgpu: keep amdgpu_ctx_mgr in ctx structure

2023-05-19 Thread Alex Deucher
On Fri, May 19, 2023 at 8:16 AM Mike Lothian wrote: > > On Wed, 10 May 2023 at 22:24, Alex Deucher wrote: > > > > From: James Zhu > > > > Keep amdgpu_ctx_mgr in ctx structure to track fpriv. > > > > Signed-off-by: James Zhu > > Acked-by: Lijo Lazar > > Signed-off-by: Alex Deucher > > --- > >

Re: [PATCH 06/29] drm/amdgpu: keep amdgpu_ctx_mgr in ctx structure

2023-05-19 Thread Mike Lothian
On Wed, 10 May 2023 at 22:24, Alex Deucher wrote: > > From: James Zhu > > Keep amdgpu_ctx_mgr in ctx structure to track fpriv. > > Signed-off-by: James Zhu > Acked-by: Lijo Lazar > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 1 + >

[PATCH 06/29] drm/amdgpu: keep amdgpu_ctx_mgr in ctx structure

2023-05-10 Thread Alex Deucher
From: James Zhu Keep amdgpu_ctx_mgr in ctx structure to track fpriv. Signed-off-by: James Zhu Acked-by: Lijo Lazar Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h | 1 + 2 files changed, 2 insertions(+) diff --git