Re: [PATCH v2 0/3] drm/panel-edp: Debugfs for panel-edp

2022-02-15 Thread Doug Anderson
Hi, On Fri, Feb 4, 2022 at 4:14 PM Douglas Anderson wrote: > > The main goal of this series is the final patch in the series: to > allow test code to reliably find out if we ended up hitting the > "fallback" case of the generic edp-panel driver where we don't > recognize a panel and choose to use

[PATCH v2 0/3] drm/panel-edp: Debugfs for panel-edp

2022-02-04 Thread Douglas Anderson
The main goal of this series is the final patch in the series: to allow test code to reliably find out if we ended up hitting the "fallback" case of the generic edp-panel driver where we don't recognize a panel and choose to use super conservative timing. Version 1 of the patch actually landed but