Re: [PATCH 11/12] gpu/drm: Ingenic: Add support for the IPU

2020-05-19 Thread Paul Boddie
On Monday 18. May 2020 13.26.58 Paul Cercueil wrote: > >> > >> @@ -186,13 +186,16 @@ static void > >> > >> ingenic_drm_crtc_update_timings(struct ingenic_drm *priv, > >> > >> regmap_update_bits(priv->map, JZ_REG_LCD_CTRL, > >> JZ_LCD_CTRL_OFUP | JZ_LCD_CTRL

Re: [PATCH 11/12] gpu/drm: Ingenic: Add support for the IPU

2020-05-19 Thread Paul Cercueil
Hi Emil, Le lun. 18 mai 2020 à 11:48, Emil Velikov a écrit : Hi Paul, Disclaimer: I don't know much about the hardware :-P On Sun, 17 May 2020 at 00:31, Paul Cercueil wrote: Add support for the Image Processing Unit (IPU) found in all Ingenic SoCs. Since the IPU is present on all dev

Re: [PATCH 11/12] gpu/drm: Ingenic: Add support for the IPU

2020-05-18 Thread Emil Velikov
Hi Paul, Disclaimer: I don't know much about the hardware :-P On Sun, 17 May 2020 at 00:31, Paul Cercueil wrote: > > Add support for the Image Processing Unit (IPU) found in all Ingenic > SoCs. > Since the IPU is present on all devices supported, does it make sense to have it as separate module?