Re: [PATCH 04/22] drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()

2017-11-05 Thread Liviu Dudau
Hi Noralf, On Sat, Nov 04, 2017 at 02:03:58PM +0100, Noralf Trønnes wrote: > Use drm_fb_cma_fbdev_init() and drm_fb_cma_fbdev_fini() which relies on > the fact that drm_device holds a pointer to the drm_fb_helper structure. > This means that the driver doesn't have to keep track of that. > Also us

[PATCH 04/22] drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()

2017-11-04 Thread Noralf Trønnes
Use drm_fb_cma_fbdev_init() and drm_fb_cma_fbdev_fini() which relies on the fact that drm_device holds a pointer to the drm_fb_helper structure. This means that the driver doesn't have to keep track of that. Also use the drm_fb_helper functions directly. Cc: Liviu Dudau Cc: Brian Starkey Signed-