On Wed, May 06, 2026 at 07:53:45PM +0300, [email protected] wrote: > From: Favilances Noir <[email protected]> > > drm_simple_encoder_init() wraps drm_encoder_init(). > > It uses drm_encoder_cleanup() as the encoder destroy callback. > > Add driver-local drm_encoder_funcs and call drm_encoder_init() directly. > > This is a TODO cleanup towards removing drm_simple_encoder_init(). > > No functional change intended. > > Signed-off-by: Favilances Noir <[email protected]> > --- > drivers/gpu/drm/rockchip/rockchip_rgb.c | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
