Re: [PATCH 5/5] drm/panel-samsung-atna33xc20: Extend autosuspend delay

2022-11-29 Thread Doug Anderson
Hi, On Thu, Nov 17, 2022 at 1:15 PM Doug Anderson wrote: > > Hi, > > On Thu, Nov 17, 2022 at 12:39 PM Drew Davenport > wrote: > > > > Avoid the panel oscillating on and off during boot. In some cases it > > will be more than 1000ms between powering the panel to read the EDID early > > during bo

Re: [PATCH 5/5] drm/panel-samsung-atna33xc20: Extend autosuspend delay

2022-11-17 Thread Doug Anderson
Hi, On Thu, Nov 17, 2022 at 12:39 PM Drew Davenport wrote: > > Avoid the panel oscillating on and off during boot. In some cases it > will be more than 1000ms between powering the panel to read the EDID early > during boot, and enabling the panel for display. Extending the > autosuspend delay avo

[PATCH 5/5] drm/panel-samsung-atna33xc20: Extend autosuspend delay

2022-11-17 Thread Drew Davenport
Avoid the panel oscillating on and off during boot. In some cases it will be more than 1000ms between powering the panel to read the EDID early during boot, and enabling the panel for display. Extending the autosuspend delay avoids autosuspending during this interval. Signed-off-by: Drew Davenport