Re: [PATCH v3] ACPI: AGDI: Add interrupt signaling mode support

From: Hanjun Guo

Date: Fri Sep 26 2025 - 22:55:51 EST


On 2025/9/19 13:05, Kazuhiro Abe (Fujitsu) wrote:
Hi Hanjun & Sudeep

Hi Ilkka

Hi Kazuhiro,

On Fri, 5 Sep 2025, Kazuhiro Abe wrote:
AGDI has two types of signaling modes: SDEI and interrupt.
Currently, the AGDI driver only supports SDEI.
Therefore, add support for interrupt signaling mode The interrupt
vector is retrieved from the AGDI table, and call panic function
when an interrupt occurs.

Signed-off-by: Kazuhiro Abe <fj1078ii@xxxxxxxxxxxxxxxxx>


Looks good to me.

Reviewed-by: Ilkka Koskinen <ilkka@xxxxxxxxxxxxxxxxxxxxxx>


Thanks for your review.

Best Regards,
Kazuhiro Abe


Hanjun & Sudeep, what's your thought on enabling the use of regular
interrupts here? I do agree the spec talks about non-maskable ones and
to my understanding that's what the idea was indeed.

Do you have any thoughts on this matter?

For the real use case, if the system is in failure state, for example,
the system is panic, the CPU will not handle regular interrupts, so
what's the use case do you have to use regular interrupt?

Thanks
Hanjun