Re: [PATCH v2 09/15] drm/fbconv: Mode-setting pipeline enable / disable

2022-07-01 Thread Geert Uytterhoeven
Hi Thomas, On Mon, May 30, 2022 at 10:34 AM Geert Uytterhoeven wrote: > On Mon, May 30, 2022 at 9:47 AM Thomas Zimmermann wrote: > > Am 28.05.22 um 22:17 schrieb Geert Uytterhoeven: > > > On Mon, Oct 14, 2019 at 4:05 PM Thomas Zimmermann > > > wrote: > > >> The display mode is set by convertin

Re: [PATCH v2 09/15] drm/fbconv: Mode-setting pipeline enable / disable

2022-05-30 Thread Geert Uytterhoeven
Hi Thomas, On Mon, May 30, 2022 at 9:47 AM Thomas Zimmermann wrote: > first of all, thanks for looking at the patch. Thank you, your patch series helped a lot. > Am 28.05.22 um 22:17 schrieb Geert Uytterhoeven: > > On Mon, Oct 14, 2019 at 4:05 PM Thomas Zimmermann > > wrote: > >> The display

Re: [PATCH v2 09/15] drm/fbconv: Mode-setting pipeline enable / disable

2022-05-30 Thread Thomas Zimmermann
Hi Geert, first of all, thanks for looking at the patch. Am 28.05.22 um 22:17 schrieb Geert Uytterhoeven: Hi Thomas, On Mon, Oct 14, 2019 at 4:05 PM Thomas Zimmermann wrote: The display mode is set by converting the DRM display mode to an fb_info state and handling it to the fbdev driver's f

Re: [PATCH v2 09/15] drm/fbconv: Mode-setting pipeline enable / disable

2022-05-28 Thread Geert Uytterhoeven
Hi Thomas, On Mon, Oct 14, 2019 at 4:05 PM Thomas Zimmermann wrote: > The display mode is set by converting the DRM display mode to an > fb_info state and handling it to the fbdev driver's fb_setvar() > function. This also requires a color depth, which we take from the > value of struct drm_mode_

[PATCH v2 09/15] drm/fbconv: Mode-setting pipeline enable / disable

2019-10-14 Thread Thomas Zimmermann
The display mode is set by converting the DRM display mode to an fb_info state and handling it to the fbdev driver's fb_setvar() function. This also requires a color depth, which we take from the value of struct drm_mode_config.preferred_depth Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm