Re: [PATCH v3 2/3] drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_device

2023-12-01 Thread Steven Price
On 01/12/2023 10:40, AngeloGioacchino Del Regno wrote: > In preparation for adding a IRQ synchronization mechanism for PM suspend > add gpu_irq and mmu_irq variables to struct panfrost_device and change > functions panfrost_gpu_init() and panfrost_mmu_init() to use those. > > Signed-off-by:

Re: [PATCH v3 2/3] drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_device

2023-12-01 Thread Boris Brezillon
On Fri, 1 Dec 2023 11:40:26 +0100 AngeloGioacchino Del Regno wrote: > In preparation for adding a IRQ synchronization mechanism for PM suspend Maybe add a ',' after 'suspend' > add gpu_irq and mmu_irq variables to struct panfrost_device and change > functions panfrost_gpu_init() and

[PATCH v3 2/3] drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_device

2023-12-01 Thread AngeloGioacchino Del Regno
In preparation for adding a IRQ synchronization mechanism for PM suspend add gpu_irq and mmu_irq variables to struct panfrost_device and change functions panfrost_gpu_init() and panfrost_mmu_init() to use those. Signed-off-by: AngeloGioacchino Del Regno ---