Re: [PATCH 08/20] drm/arm/hdlcd: Use drm_fbdev_generic_setup()

2018-09-25 Thread Noralf Trønnes
Den 11.09.2018 14.17, skrev Liviu Dudau: On Sat, Sep 08, 2018 at 03:46:36PM +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 callback

Re: [PATCH 08/20] drm/arm/hdlcd: Use drm_fbdev_generic_setup()

2018-09-11 Thread Noralf Trønnes
Den 11.09.2018 14.17, skrev Liviu Dudau: On Sat, Sep 08, 2018 at 03:46:36PM +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 callback

Re: [PATCH 08/20] drm/arm/hdlcd: Use drm_fbdev_generic_setup()

2018-09-11 Thread Liviu Dudau
On Sat, Sep 08, 2018 at 03:46:36PM +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 > drm_mode_config_fu

[PATCH 08/20] drm/arm/hdlcd: 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 th