[PATCH 04/11] drm/sun4i: Move layers from sun4i_drv to sun4i_crtc

2017-02-23 Thread Chen-Yu Tsai
This patch moves the sun4i_layers_init call from sun4i_drv_bind to sun4i_crtc_init, and the layers pointer from struct sun4i_drv to struct sun4i_crtc. The layers are bound to a specific crtc, and they are not directly used once initiated. They are used through their included drm_plane structures.

Re: [PATCH 04/11] drm/sun4i: Move layers from sun4i_drv to sun4i_crtc

2017-02-23 Thread Maxime Ripard
On Thu, Feb 23, 2017 at 04:05:36PM +0800, Chen-Yu Tsai wrote: > This patch moves the sun4i_layers_init call from sun4i_drv_bind to > sun4i_crtc_init, and the layers pointer from struct sun4i_drv to > struct sun4i_crtc. > > The layers are bound to a specific crtc, and they are not directly > used o