Re: [PATCH v15 2/7] drm/ingenic: Add dw-hdmi driver specialization for jz4780

2022-02-14 Thread Paul Cercueil
Le lun., févr. 14 2022 at 12:02:53 +0100, H. Nikolaus Schaller a écrit : Hi Paul, Am 14.02.2022 um 11:24 schrieb Paul Cercueil : Hi, Le sam., févr. 12 2022 at 16:50:50 +0100, H. Nikolaus Schaller a écrit : +static void ingenic_dw_hdmi_cleanup(void *data) +{ + struct

Re: [PATCH v15 2/7] drm/ingenic: Add dw-hdmi driver specialization for jz4780

2022-02-14 Thread H. Nikolaus Schaller
Hi Paul, > Am 14.02.2022 um 11:24 schrieb Paul Cercueil : > > Hi, > > Le sam., févr. 12 2022 at 16:50:50 +0100, H. Nikolaus Schaller > a écrit : >> +static void ingenic_dw_hdmi_cleanup(void *data) >> +{ >> +struct dw_hdmi *hdmi = (struct dw_hdmi *)data; >> + >> +dw_hdmi_remove(hdmi);

Re: [PATCH v15 2/7] drm/ingenic: Add dw-hdmi driver specialization for jz4780

2022-02-14 Thread Paul Cercueil
Hi, Le sam., févr. 12 2022 at 16:50:50 +0100, H. Nikolaus Schaller a écrit : From: Paul Boddie A specialisation of the generic Synopsys HDMI driver is employed for JZ4780 HDMI support. This requires a new driver, plus device tree and configuration modifications. Here we add Kconfig

[PATCH v15 2/7] drm/ingenic: Add dw-hdmi driver specialization for jz4780

2022-02-12 Thread H. Nikolaus Schaller
From: Paul Boddie A specialisation of the generic Synopsys HDMI driver is employed for JZ4780 HDMI support. This requires a new driver, plus device tree and configuration modifications. Here we add Kconfig DRM_INGENIC_DW_HDMI, Makefile and driver code. Signed-off-by: Paul Boddie