Re: [PATCH 09/14] drm/amdgpu: move doorbell aperture handling into ttm_init

2023-02-06 Thread Christian König
Am 03.02.23 um 20:08 schrieb Shashank Sharma: From: Alex Deucher To consolidate it with vram handling. Signed-off-by: Alex Deucher Signed-off-by: Alex Deucher I can't check all the implementation details, but from a mile high view that looks correct. Acked-by: Christian König Regards,

[PATCH 09/14] drm/amdgpu: move doorbell aperture handling into ttm_init

2023-02-03 Thread Shashank Sharma
From: Alex Deucher To consolidate it with vram handling. Signed-off-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 96 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 64 +++ 2 files changed, 71 insertions(+), 89 d