Re: [PATCH 12/13] drm/amdgpu: add domain info in bo_create_kernel_at

2023-02-06 Thread Christian König
Am 06.02.23 um 18:01 schrieb Alex Deucher: On Mon, Feb 6, 2023 at 11:51 AM Christian König wrote: Am 03.02.23 um 20:08 schrieb Shashank Sharma: From: Shashank Sharma This patch adds a domain input variable for amdgpu_bo_create_kernel_at, so that it could be used for both VRAM and DOORBELL

Re: [PATCH 12/13] drm/amdgpu: add domain info in bo_create_kernel_at

2023-02-06 Thread Alex Deucher
On Mon, Feb 6, 2023 at 11:51 AM Christian König wrote: > > Am 03.02.23 um 20:08 schrieb Shashank Sharma: > > From: Shashank Sharma > > > > This patch adds a domain input variable for amdgpu_bo_create_kernel_at, > > so that it could be used for both VRAM and DOORBELL domains objects. It > > also

Re: [PATCH 12/13] drm/amdgpu: add domain info in bo_create_kernel_at

2023-02-06 Thread Christian König
Am 03.02.23 um 20:08 schrieb Shashank Sharma: From: Shashank Sharma This patch adds a domain input variable for amdgpu_bo_create_kernel_at, so that it could be used for both VRAM and DOORBELL domains objects. It also adds supporting code for existing callers. We should probably drop this one

[PATCH 12/13] drm/amdgpu: add domain info in bo_create_kernel_at

2023-02-03 Thread Shashank Sharma
From: Shashank Sharma This patch adds a domain input variable for amdgpu_bo_create_kernel_at, so that it could be used for both VRAM and DOORBELL domains objects. It also adds supporting code for existing callers. Signed-off-by: Shashank Sharma --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c |