This the v2 rouns of a this RFC patch: https://patchwork.kernel.org/patch/10066245/
The first patch is a simple fix that should be applied in any case.
I did not split the mgr_has_framedone() callback as a separate patch. It quite literally replaces the mgr_get_framedone_irq() and makes no sense without the "drm/omap: Make omapdss API more generic"-patch.
The patches have been rebased on top of the latest drm-next (350877626faba5d60cbb8cef2bdeb524212c780b).
Best regards, Jyri
Jyri Sarha (3): drm/omap: Fail probe if irq registration fails drm/omap: Add get_ovl_name() and get_mgr_name() to dispc_ops drm/omap: Make omapdss API more generic
drivers/gpu/drm/omapdrm/dss/dispc.c | 159 +++++++++++++++++++++++++++++----- drivers/gpu/drm/omapdrm/dss/dispc.h | 33 +++++++ drivers/gpu/drm/omapdrm/dss/omapdss.h | 67 +++++++------- drivers/gpu/drm/omapdrm/omap_crtc.c | 27 +++--- drivers/gpu/drm/omapdrm/omap_crtc.h | 2 +- drivers/gpu/drm/omapdrm/omap_drv.c | 4 +- drivers/gpu/drm/omapdrm/omap_drv.h | 3 +- drivers/gpu/drm/omapdrm/omap_irq.c | 141 ++++++++++++++---------------- drivers/gpu/drm/omapdrm/omap_irq.h | 2 +- drivers/gpu/drm/omapdrm/omap_plane.c | 18 ++-- drivers/gpu/drm/omapdrm/omap_plane.h | 1 + 11 files changed, 292 insertions(+), 165 deletions(-)