[PATCH v1 1/1] drm: drop drm_bus from todo

David Herrmann dh.herrmann at gmail.com
Sun Jan 27 11:00:37 UTC 2019


Hey

On Sat, Jan 26, 2019 at 8:27 PM Sam Ravnborg <sam at ravnborg.org> wrote:
> David Herrmann removed the last bits of drm_bus in:
> c5786fe5f1c50941dbe27fc8b4aa1afee46ae893 ("drm: Goody bye, drm_bus!")
>
> Remove the todo item.
>
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> Cc: David Herrmann <dh.herrmann at gmail.com>
> Cc: David Airlie <airlied at linux.ie>
> Cc: Daniel Vetter <daniel at ffwll.ch>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Maxime Ripard <maxime.ripard at bootlin.com>
> Cc: Sean Paul <sean at poorly.run>
> ---
>  Documentation/gpu/todo.rst | 19 -------------------
>  1 file changed, 19 deletions(-)

I miss drm_bus!

Reviewed-by: David Herrmann <dh.herrmann at gmail.com>

Thanks
David

> diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> index 38360ede1221..d9515b17d36f 100644
> --- a/Documentation/gpu/todo.rst
> +++ b/Documentation/gpu/todo.rst
> @@ -10,25 +10,6 @@ graphics subsystem useful as newbie projects. Or for slow rainy days.
>  Subsystem-wide refactorings
>  ===========================
>
> -De-midlayer drivers
> --------------------
> -
> -With the recent ``drm_bus`` cleanup patches for 3.17 it is no longer required
> -to have a ``drm_bus`` structure set up. Drivers can directly set up the
> -``drm_device`` structure instead of relying on bus methods in ``drm_usb.c``
> -and ``drm_pci.c``. The goal is to get rid of the driver's ``->load`` /
> -``->unload`` callbacks and open-code the load/unload sequence properly, using
> -the new two-stage ``drm_device`` setup/teardown.
> -
> -Once all existing drivers are converted we can also remove those bus support
> -files for USB and platform devices.
> -
> -All you need is a GPU for a non-converted driver (currently almost all of
> -them, but also all the virtual ones used by KVM, so everyone qualifies).
> -
> -Contact: Daniel Vetter, Thierry Reding, respective driver maintainers
> -
> -
>  Remove custom dumb_map_offset implementations
>  ---------------------------------------------
>
> --
> 2.12.0
>


More information about the dri-devel mailing list