On 2026-07-08 23:18, Geoffrey McRae wrote:
> @@ -678,9 +673,9 @@ static int amdgpu_dm_irq_handler(struct amdgpu_device
> *adev,
> struct amdgpu_irq_src *source,
> struct amdgpu_iv_entry *entry)
> {
> + enum dc_irq_source src;
>
> - enum dc_irq_source src =
> - dc_interrupt_to_irq_source(
> + src = dc_interrupt_to_irq_source(
> adev->dm.dc,
> entry->src_id,
> entry->src_data[0]);
With irq_fini_in_progress removed, this hunk does nothing and can be dropped as
well.
With that:
Reviewed-by: Leo Li <[email protected]