Re: [PATCH v6 2/3] drm/xe/i2c: Fix the interrupt handling

From: Raag Jadav

Date: Wed Jul 29 2026 - 11:52:13 EST


On Wed, Jul 22, 2026 at 03:35:53PM +0200, Heikki Krogerus wrote:
> The platforms that support the interrupt from the I2C
> adapter can not handle the amount of interrupts the adapter
> generates because of the way the IRQ is routed in the
> hardware. The I2C controller driver has to be kept in
> polling mode because of that.
>
> The AMC MCU can still generate critical alerts that have to
> be handled. The interrupt from SMBus Alert is left enabled
> and handled separately in the Xe. The alerts from the AMC
> will cause the device to be declared wedged for now.
>
> Fixes: f0e53aadd702 ("drm/xe: Support for I2C attached MCUs")
> Cc: stable@xxxxxxxxxxxxxxx
> Co-developed-by: Ramesh Babu B <ramesh.babu.b@xxxxxxxxx>
> Signed-off-by: Ramesh Babu B <ramesh.babu.b@xxxxxxxxx>
> Signed-off-by: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>

Assuming no further changes came up during validation

Reviewed-by: Raag Jadav <raag.jadav@xxxxxxxxx>