Re: drm/mgag200: Fix VBLANK interrupt handling

2024-07-31 Thread Thomas Zimmermann
Am 31.07.24 um 13:29 schrieb Sui Jingfeng: Hi, On 2024/7/31 15:09, Thomas Zimmermann wrote: Fix support for VBLANK interrupts on G200ER, G200EV and G200SE, which use a slightly different implementation than the others. The original commits forgot to update the custom helpers when adding int

Re: drm/mgag200: Fix VBLANK interrupt handling

2024-07-31 Thread Sui Jingfeng
Hi, On 2024/7/31 15:09, Thomas Zimmermann wrote: Fix support for VBLANK interrupts on G200ER, G200EV and G200SE, which use a slightly different implementation than the others. The original commits forgot to update the custom helpers when adding interrupt handling for VBLANK events. Signed-off-