Re: [PATCH] drm/imx: Remove unused field imx_drm_device.pipes

2018-07-18 Thread Leonard Crestez
On Tue, 2018-07-17 at 15:21 +0200, Philipp Zabel wrote: > On Tue, 2018-07-17 at 15:11 +0300, Leonard Crestez wrote: > > This has been unused since commit 44b460cfe554 ("drm: imx: remove struct > > imx_drm_crtc and imx_drm_crtc_helper_funcs") > > > > Signed-off-by: Leonard Crestez > > Applied to

[PATCH] drm/imx: Remove unused field imx_drm_device.pipes

2018-07-18 Thread Leonard Crestez
This has been unused since commit 44b460cfe554 ("drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcs") Signed-off-by: Leonard Crestez --- drivers/gpu/drm/imx/imx-drm-core.c | 1 - 1 file changed, 1 deletion(-) Looking at the imx_drm_device struct it is only used to save the drm_a

Re: [PATCH] drm/imx: Remove unused field imx_drm_device.pipes

2018-07-17 Thread Philipp Zabel
On Tue, 2018-07-17 at 15:11 +0300, Leonard Crestez wrote: > This has been unused since commit 44b460cfe554 ("drm: imx: remove struct > imx_drm_crtc and imx_drm_crtc_helper_funcs") > > Signed-off-by: Leonard Crestez Applied to imx-drm/next, thank you. > --- > drivers/gpu/drm/imx/imx-drm-core.c