mbox series

[0/3] drm/bridge: ti-sn65dsi86: debugfs and mode_flags fix

Message ID 20190702154419.20812-1-robdclark@gmail.com (mailing list archive)
Headers show
Series drm/bridge: ti-sn65dsi86: debugfs and mode_flags fix | expand

Message

Rob Clark July 2, 2019, 3:44 p.m. UTC
From: Rob Clark <robdclark@chromium.org>

In process of debugging panel on my lenovo yoga c630, I noticed some
errors in the dsi->mode_flags, which I guess were just cargo-cult'd?

Since dumping the status regs was useful to notice this problem, I
cleaned it up and turned it into debugfs.  The last patch corrects the
mode_flags.

Tested on cheza and c630.

Rob Clark (3):
  drm/bridge: ti-sn65dsi86: add link to datasheet
  drm/bridge: ti-sn65dsi86: add debugfs
  drm/bridge: ti-sn65dsi86: correct dsi mode_flags

 drivers/gpu/drm/bridge/ti-sn65dsi86.c | 46 +++++++++++++++++++++++++--
 1 file changed, 44 insertions(+), 2 deletions(-)

Comments

Andrzej Hajda July 4, 2019, 1:18 p.m. UTC | #1
On 02.07.2019 17:44, Rob Clark wrote:
> From: Rob Clark <robdclark@chromium.org>
>
> In process of debugging panel on my lenovo yoga c630, I noticed some
> errors in the dsi->mode_flags, which I guess were just cargo-cult'd?
>
> Since dumping the status regs was useful to notice this problem, I
> cleaned it up and turned it into debugfs.  The last patch corrects the
> mode_flags.
>
> Tested on cheza and c630.
>
> Rob Clark (3):
>   drm/bridge: ti-sn65dsi86: add link to datasheet
>   drm/bridge: ti-sn65dsi86: add debugfs
>   drm/bridge: ti-sn65dsi86: correct dsi mode_flags
>
>  drivers/gpu/drm/bridge/ti-sn65dsi86.c | 46 +++++++++++++++++++++++++--
>  1 file changed, 44 insertions(+), 2 deletions(-)
>
Queued to drm-misc-next.

--
Regards
Andrzej