Re: [PATCH] drm: imx: Unify encoder creation

2020-04-21 Thread Laurent Pinchart
Hi Adrian, Thank you for the patch. On Mon, Apr 20, 2020 at 01:02:22PM +0300, Adrian Ratiu wrote: > imx drivers don't require drm encoders and they all had empty/no-op > implementations which got converted to simple objects to pacify the > drm core which still requires something to be defined. >

[PATCH] drm: imx: Unify encoder creation

2020-04-20 Thread Adrian Ratiu
imx drivers don't require drm encoders and they all had empty/no-op implementations which got converted to simple objects to pacify the drm core which still requires something to be defined. The problem now is that each driver duplicates the same encoder initialization logic and I'm working on