Re: [PATCH v2 01/12] drm/amdgpu: create a new file for doorbell manager

2023-04-13 Thread Christian König
Am 13.04.23 um 12:48 schrieb Christian König: Am 12.04.23 um 18:25 schrieb Shashank Sharma: This patch: - creates a new file for doorbell management. - moves doorbell code from amdgpu_device.c to this file. V2:   - remove doc from function declaration (Christian)   - remove 'device' from functi

Re: [PATCH v2 01/12] drm/amdgpu: create a new file for doorbell manager

2023-04-13 Thread Christian König
Am 12.04.23 um 18:25 schrieb Shashank Sharma: This patch: - creates a new file for doorbell management. - moves doorbell code from amdgpu_device.c to this file. V2: - remove doc from function declaration (Christian) - remove 'device' from function names to make it consistent (Alex) - add S

[PATCH v2 01/12] drm/amdgpu: create a new file for doorbell manager

2023-04-12 Thread Shashank Sharma
This patch: - creates a new file for doorbell management. - moves doorbell code from amdgpu_device.c to this file. V2: - remove doc from function declaration (Christian) - remove 'device' from function names to make it consistent (Alex) - add SPDX license identifier (Luben) Cc: Alex Deucher C