Re: [PATCH RFC] drm/omap: Make omapdss API more generic, especially the IRQ handling

2017-11-21 Thread Tomi Valkeinen
Hi, On 20/11/17 12:10, Jyri Sarha wrote: > The new omapdss API is HW independent and cleans up some of the > DSS5 specific hacks from the omapdrm side and get rid off the > DSS2 IRQ register bits and replace them with HW independent > struct. This new generic struct makes it more straight forward

[PATCH RFC] drm/omap: Make omapdss API more generic, especially the IRQ handling

2017-11-20 Thread Jyri Sarha
The new omapdss API is HW independent and cleans up some of the DSS5 specific hacks from the omapdrm side and get rid off the DSS2 IRQ register bits and replace them with HW independent struct. This new generic struct makes it more straight forward to implement IRQ code for the future DSS versions