Re: [PATCH] drm/bridge: anx7625: keep last configure timing

2022-12-12 Thread Robert Foss
On Fri, 9 Dec 2022 11:04:18 +0800, Xin Ji wrote: > Sometimes kernel may resume back quickly after suspend, > and DRM not call .mode_set() to re-config > display timing before calling .atomic_enable(), bridge > driver with this patch to keep last configure timing. > > Applied, thanks! Repo: http

Re: [PATCH] drm/bridge: anx7625: keep last configure timing

2022-12-09 Thread Hsin-Yi Wang
On Fri, Dec 9, 2022 at 11:05 AM Xin Ji wrote: > > Sometimes kernel may resume back quickly after suspend, > and DRM not call .mode_set() to re-config > display timing before calling .atomic_enable(), bridge > driver with this patch to keep last configure timing. > > Signed-off-by: Xin Ji Acked-b

[PATCH] drm/bridge: anx7625: keep last configure timing

2022-12-08 Thread Xin Ji
Sometimes kernel may resume back quickly after suspend, and DRM not call .mode_set() to re-config display timing before calling .atomic_enable(), bridge driver with this patch to keep last configure timing. Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/anx7625.c | 1 - 1 file changed