Re: [PATCH 08/13] drm/amdgpu: move doorbell ptr into mman structure

2023-02-06 Thread Christian König
Am 03.02.23 um 20:08 schrieb Shashank Sharma: From: Alex Deucher This patch: - moves the doorbell.ptr variable to mman structure - renames it to doorbell_aper_base_kaddr for better readability; This change is to make doorbell's ttm management similar to vram's. Signed-off-by: Alex Deucher Si

[PATCH 08/13] drm/amdgpu: move doorbell ptr into mman structure

2023-02-03 Thread Shashank Sharma
From: Alex Deucher This patch: - moves the doorbell.ptr variable to mman structure - renames it to doorbell_aper_base_kaddr for better readability; This change is to make doorbell's ttm management similar to vram's. Signed-off-by: Alex Deucher Signed-off-by: Shashank Sharma --- drivers/gpu/d