Re: [PATCH 1/9] drm/simpledrm: Use fbdev defaults for shadow buffering

2022-03-08 Thread Javier Martinez Canillas
On 3/8/22 10:56, Thomas Zimmermann wrote: > Hi > > Am 08.03.22 um 10:31 schrieb Javier Martinez Canillas: >> On 3/3/22 21:58, Thomas Zimmermann wrote: >>> Don't select shadow buffering for the fbdev console explicitly. The >>> fbdev emulation's heuristic will enable it for any framebuffer with

Re: [PATCH 1/9] drm/simpledrm: Use fbdev defaults for shadow buffering

2022-03-08 Thread Thomas Zimmermann
Hi Am 08.03.22 um 10:31 schrieb Javier Martinez Canillas: On 3/3/22 21:58, Thomas Zimmermann wrote: Don't select shadow buffering for the fbdev console explicitly. The fbdev emulation's heuristic will enable it for any framebuffer with .dirty callback. Indeed it does. Not related to your

Re: [PATCH 1/9] drm/simpledrm: Use fbdev defaults for shadow buffering

2022-03-08 Thread Javier Martinez Canillas
On 3/3/22 21:58, Thomas Zimmermann wrote: > Don't select shadow buffering for the fbdev console explicitly. The > fbdev emulation's heuristic will enable it for any framebuffer with > .dirty callback. > Indeed it does. Not related to your series but looking at this patch I noticed that

[PATCH 1/9] drm/simpledrm: Use fbdev defaults for shadow buffering

2022-03-03 Thread Thomas Zimmermann
Don't select shadow buffering for the fbdev console explicitly. The fbdev emulation's heuristic will enable it for any framebuffer with .dirty callback. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/simpledrm.c | 1 - 1 file changed, 1 deletion(-) diff --git