Re: [PATCH 14/20] drm/stm: Use drm_fbdev_generic_setup()

2018-10-25 Thread Noralf Trønnes
Den 27.09.2018 13.45, skrev Yannick FERTRE: Hi Noralf, many thanks for your patch. Acked-by: Yannick Fertré Applied to drm-misc-next, thanks. Noralf. On 09/08/2018 03:46 PM, Noralf Trønnes wrote: The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev

Re: [PATCH 14/20] drm/stm: Use drm_fbdev_generic_setup()

2018-09-27 Thread Yannick FERTRE
Hi Noralf, many thanks for your patch. Acked-by: Yannick Fertré On 09/08/2018 03:46 PM, Noralf Trønnes wrote: > The CMA helper is already using the drm_fb_helper_generic_probe part of > the generic fbdev emulation. This patch makes full use of the generic > fbdev emulation by using its

[PATCH 14/20] drm/stm: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by