Re: [PATCH v2 3/3] drm/panel-edp: Allow querying the detected panel via debugfs

2022-02-15 Thread Javier Martinez Canillas
On 2/5/22 01:13, Douglas Anderson wrote: > Recently we added generic "edp-panel"s probed by EDID. To support > panels in this way we look at the panel ID in the EDID and look up the > panel in a table that has power sequence timings. If we find a panel > that's not in the table we will still attemp

[PATCH v2 3/3] drm/panel-edp: Allow querying the detected panel via debugfs

2022-02-04 Thread Douglas Anderson
Recently we added generic "edp-panel"s probed by EDID. To support panels in this way we look at the panel ID in the EDID and look up the panel in a table that has power sequence timings. If we find a panel that's not in the table we will still attempt to use it but we'll use conservative timings. W