Re: [PATCH 1/3] drm/amdgpu: add stucture to populate doorbell info

2025-01-08 Thread Sharma, Shashank
Hello Saleem, On 06/01/2025 17:45, Saleemkhan Jamadar wrote: This structure basically used to the populate the doorbell information that is required to be mapped. Signed-off-by: Saleemkhan Jamadar --- drivers/gpu/drm/amd/include/amdgpu_userqueue.h | 7 +++ 1 file changed, 7 insertions(+

[PATCH 1/3] drm/amdgpu: add stucture to populate doorbell info

2025-01-06 Thread Saleemkhan Jamadar
This structure basically used to the populate the doorbell information that is required to be mapped. Signed-off-by: Saleemkhan Jamadar --- drivers/gpu/drm/amd/include/amdgpu_userqueue.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/amd/include/amdgpu_userqueue.h b/