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