Re: [PATCH 17/20] drm/tve200: Use drm_fbdev_generic_setup()

2018-09-25 Thread Noralf Trønnes
Den 19.09.2018 00.10, skrev Linus Walleij: On Sat, Sep 8, 2018 at 6:53 AM 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.

Re: [PATCH 17/20] drm/tve200: Use drm_fbdev_generic_setup()

2018-09-18 Thread Linus Walleij
On Sat, Sep 8, 2018 at 6:53 AM 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 17/20] drm/tve200: 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