Re: [PATCH 09/13] drm/amdgpu: accommodate DOMAIN/PL_DOORBELL

2023-02-06 Thread Alex Deucher
On Mon, Feb 6, 2023 at 6:30 AM Christian König wrote: > > Am 03.02.23 um 20:08 schrieb Shashank Sharma: > > From: Alex Deucher > > > > This patch adds changes to accommodate the new GEM/TTM domain > > for doorbell memory. > > > > Signed-off-by: Alex Deucher > > Signed-off-by: Shashank Sharma >

Re: [PATCH 09/13] drm/amdgpu: accommodate DOMAIN/PL_DOORBELL

2023-02-06 Thread Christian König
Am 03.02.23 um 20:08 schrieb Shashank Sharma: From: Alex Deucher This patch adds changes to accommodate the new GEM/TTM domain for doorbell memory. Signed-off-by: Alex Deucher Signed-off-by: Shashank Sharma --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu

[PATCH 09/13] drm/amdgpu: accommodate DOMAIN/PL_DOORBELL

2023-02-03 Thread Shashank Sharma
From: Alex Deucher This patch adds changes to accommodate the new GEM/TTM domain for doorbell memory. Signed-off-by: Alex Deucher Signed-off-by: Shashank Sharma --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_bar_mgr.c | 19 ++-- drivers/g