Re: [PATCH v2 3/3] drm/loongson: Add interrupt driver for LS7A

2021-07-19 Thread Dan Carpenter
On Thu, Jul 15, 2021 at 09:58:09AM +0800, lichenyang wrote: > Add LS7A DC vsync interrupt enable and close function, and > register irq_handler function interface. > Add vbrank event processing flow. > > V2: > - Remove the useless flags parameter. Do this in a separate patch. It is an unrelated

[PATCH v2 3/3] drm/loongson: Add interrupt driver for LS7A

2021-07-14 Thread lichenyang
Add LS7A DC vsync interrupt enable and close function, and register irq_handler function interface. Add vbrank event processing flow. V2: - Remove the useless flags parameter. - Added error handling in the loongson_drm_load function. Signed-off-by: lichenyang --- drivers/gpu/drm/loongson/Makefi