[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+M3ks4=3nqibkcBv_KAKjV3WKNh9JBDH6vByHd312GOZB9TeA@mail.gmail.com>
Date: Fri, 29 Jun 2018 15:25:04 +0200
From: Benjamin Gaignard <benjamin.gaignard@...aro.org>
To: Gustavo Padovan <gustavo@...ovan.org>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Sean Paul <seanpaul@...omium.org>,
David Airlie <airlied@...ux.ie>,
Vincent Abriou <vincent.abriou@...com>
Cc: dri-devel@...ts.freedesktop.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Benjamin Gaignard <benjamin.gaignard@...aro.org>
Subject: Re: [PATCH v1 0/7] Remove debugfs from sti display driver
Gentle ping on this serie,
Thanks
Benjamin
2018-06-05 15:54 GMT+02:00 Benjamin Gaignard <benjamin.gaignard@...aro.org>:
> Thanks to the various atomic_print_state hooks in drm structure all
> custom debugfs code could be remove from sti driver (~ -330 lines).
>
> This patchset does two addtion in drm core:
> - printing normalized zpos of each plane
> - add "atomic_print" hook in encoder structure to be able to dump encoders
> at the same time than the others elements
>
> All other patches are implemeting the various hooks in sti driver.
>
> Benjamin Gaignard (7):
> drm: print plane state normalized zpos value
> drm: add hook to print encoder status
> drm: sti: make planes use atomic_print_state instead of debugfs
> drm: sti: make connectors use atomic_print_state instead of debugfs
> drm: sti: make crtc use atomic_print_state instead of debugfs
> drm: sti: make encoders use atomic_print_state instead of debugfs
> drm: sti: remove the last call to debugfs
>
> drivers/gpu/drm/drm_atomic.c | 16 +++
> drivers/gpu/drm/sti/sti_compositor.c | 16 ---
> drivers/gpu/drm/sti/sti_compositor.h | 3 -
> drivers/gpu/drm/sti/sti_crtc.c | 17 +--
> drivers/gpu/drm/sti/sti_cursor.c | 65 ++++--------
> drivers/gpu/drm/sti/sti_drv.c | 50 ---------
> drivers/gpu/drm/sti/sti_dvo.c | 60 +++--------
> drivers/gpu/drm/sti/sti_gdp.c | 196 +++++++++++------------------------
> drivers/gpu/drm/sti/sti_hda.c | 75 ++++----------
> drivers/gpu/drm/sti/sti_hdmi.c | 132 ++++++++++-------------
> drivers/gpu/drm/sti/sti_hqvdp.c | 149 +++++++++++---------------
> drivers/gpu/drm/sti/sti_mixer.c | 89 +++++-----------
> drivers/gpu/drm/sti/sti_mixer.h | 3 +-
> drivers/gpu/drm/sti/sti_tvout.c | 162 +++++++++++------------------
> drivers/gpu/drm/sti/sti_vid.c | 60 ++++-------
> drivers/gpu/drm/sti/sti_vid.h | 2 +-
> include/drm/drm_encoder.h | 12 +++
> 17 files changed, 386 insertions(+), 721 deletions(-)
>
> --
> 2.15.0
>
--
Benjamin Gaignard
Graphic Study Group
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists