Re: [PATCH v2 7/9] drm/sun4i: Use drm_fbdev_generic_setup()

2018-11-01 Thread Noralf Trønnes
Den 26.10.2018 10.27, skrev Maxime Ripard: On Thu, Oct 25, 2018 at 10:13:38PM +0200, 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 drm_client

Re: [PATCH v2 7/9] drm/sun4i: Use drm_fbdev_generic_setup()

2018-10-26 Thread Maxime Ripard
On Thu, Oct 25, 2018 at 10:13:38PM +0200, 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 drm_client callbacks. This means that >

[PATCH v2 7/9] drm/sun4i: Use drm_fbdev_generic_setup()

2018-10-25 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