Re: [PATCH] drm/bridge: adv7511: Fix Intermittent EDID failures

2024-05-22 Thread Dmitry Baryshkov
On Mon, May 20, 2024 at 08:16:14PM -0500, Adam Ford wrote: > In the process of adding support for shared IRQ pins, a scenario > was accidentally created where adv7511_irq_process returned > prematurely causing the EDID to fail randomly. > > Since the interrupt handler is broken up into two main he

Re: [PATCH] drm/bridge: adv7511: Fix Intermittent EDID failures

2024-05-21 Thread Liu Ying
On 5/22/24 05:51, Adam Ford wrote: > On Mon, May 20, 2024 at 8:16 PM Adam Ford wrote: >> >> In the process of adding support for shared IRQ pins, a scenario >> was accidentally created where adv7511_irq_process returned >> prematurely causing the EDID to fail randomly. >> >> Since the interrupt ha

Re: [PATCH] drm/bridge: adv7511: Fix Intermittent EDID failures

2024-05-21 Thread Adam Ford
On Mon, May 20, 2024 at 8:16 PM Adam Ford wrote: > > In the process of adding support for shared IRQ pins, a scenario > was accidentally created where adv7511_irq_process returned > prematurely causing the EDID to fail randomly. > > Since the interrupt handler is broken up into two main helper fun

Re: [PATCH] drm/bridge: adv7511: Fix Intermittent EDID failures

2024-05-21 Thread kernel test robot
dv7511-Fix-Intermittent-EDID-failures/20240521-091841 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240521011614.496421-1-aford173%40gmail.com patch subject: [PATCH] drm/bridge: adv7511: Fix Intermittent EDID failures config: i386-buildonly-

[PATCH] drm/bridge: adv7511: Fix Intermittent EDID failures

2024-05-20 Thread Adam Ford
In the process of adding support for shared IRQ pins, a scenario was accidentally created where adv7511_irq_process returned prematurely causing the EDID to fail randomly. Since the interrupt handler is broken up into two main helper functions, update both of them to treat the helper functions as