Re: [PATCH 1/3] drm/panel-edp: Abstract out function to set conservative timings

2024-04-07 Thread Doug Anderson
Hi, On Mon, Mar 25, 2024 at 4:52 PM Hsin-Yi Wang wrote: > > On Mon, Mar 25, 2024 at 2:56 PM Douglas Anderson > wrote: > > > > If we're using the generic "edp-panel" compatible string and we fail > > to detect an eDP panel then we fall back to conservative timings for > > powering up and powerin

Re: [PATCH 1/3] drm/panel-edp: Abstract out function to set conservative timings

2024-03-25 Thread Hsin-Yi Wang
On Mon, Mar 25, 2024 at 2:56 PM Douglas Anderson wrote: > > If we're using the generic "edp-panel" compatible string and we fail > to detect an eDP panel then we fall back to conservative timings for > powering up and powering down the panel. Abstract out the function for > setting these timings s

[PATCH 1/3] drm/panel-edp: Abstract out function to set conservative timings

2024-03-25 Thread Douglas Anderson
If we're using the generic "edp-panel" compatible string and we fail to detect an eDP panel then we fall back to conservative timings for powering up and powering down the panel. Abstract out the function for setting these timings so it can be used in future patches. No functional change expected-