Re: [PATCH 8/8] drm/ast: Avoid reprogramming primary-plane scanout address

2022-10-11 Thread Jocelyn Falempe
On 11/10/2022 16:59, Thomas Zimmermann wrote: Hi Am 11.10.22 um 16:21 schrieb Jocelyn Falempe: On 10/10/2022 12:36, Thomas Zimmermann wrote: Some AST-based BMCs stop display output for up to 5 seconds after reprogramming the scanout address. As the address is fixed, avoid re-setting the addres

Re: [PATCH 8/8] drm/ast: Avoid reprogramming primary-plane scanout address

2022-10-11 Thread Thomas Zimmermann
Hi Am 11.10.22 um 16:21 schrieb Jocelyn Falempe: On 10/10/2022 12:36, Thomas Zimmermann wrote: Some AST-based BMCs stop display output for up to 5 seconds after reprogramming the scanout address. As the address is fixed, avoid re-setting the address' value. Reported-by: Jocelyn Falempe Signed

Re: [PATCH 8/8] drm/ast: Avoid reprogramming primary-plane scanout address

2022-10-11 Thread Jocelyn Falempe
On 10/10/2022 12:36, Thomas Zimmermann wrote: Some AST-based BMCs stop display output for up to 5 seconds after reprogramming the scanout address. As the address is fixed, avoid re-setting the address' value. Reported-by: Jocelyn Falempe Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/a

[PATCH 8/8] drm/ast: Avoid reprogramming primary-plane scanout address

2022-10-10 Thread Thomas Zimmermann
Some AST-based BMCs stop display output for up to 5 seconds after reprogramming the scanout address. As the address is fixed, avoid re-setting the address' value. Reported-by: Jocelyn Falempe Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mode.c | 12 ++-- 1 file changed,