RE: [PATCH v2 02/10] drm: rcar-du: Add encoder lib support

2022-10-22 Thread Biju Das
Hi Laurent, Gentle ping. Am I going in the right direction with this patch series? I know I need to rebase these patches. Please review these patches and provide some direction to move forward. Cheers, Biju > Subject: [PATCH v2 02/10] drm: rcar-du: Add encoder lib support > > Ad

[PATCH v2 02/10] drm: rcar-du: Add encoder lib support

2022-09-02 Thread Biju Das
Add RCar DU encoder lib support by moving rcar_du_encoder_count_ports() and rcar_du_encoder_funcs to the lib file and added rcar_du_encoder_funcs() to share the common code between RCar and RZ/G2L DU encoder drivers. Signed-off-by: Biju Das --- v1->v2: * Rebased on drm-misc-next and DU-next. *