All drm_simple_encoder_init() users have been removed, so drop the completed todo item.
Signed-off-by: Diogo Silva <[email protected]> --- Documentation/gpu/todo.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 14cf37590fc7..b7351467dc74 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -29,21 +29,6 @@ refactorings already and are an expert in the specific area Subsystem-wide refactorings =========================== -Open-code drm_simple_encoder_init() ------------------------------------ - -The helper drm_simple_encoder_init() was supposed to simplify encoder -initialization. Instead it only added an intermediate layer between atomic -modesetting and the DRM driver. - -The task here is to remove drm_simple_encoder_init(). Search for a driver -that calls drm_simple_encoder_init() and inline the helper. The driver will -also need its own instance of drm_encoder_funcs. - -Contact: Thomas Zimmermann, respective driver maintainer - -Level: Easy - Replace struct drm_simple_display_pipe with regular atomic helpers ------------------------------------------------------------------ -- 2.54.0

