Re: [PATCH v2 2/5] drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error path

2016-03-30 Thread Philipp Zabel
Call drm_encoder_cleanup() in error > path > [PATCH v2 3/5] drm/rockchip: vop: Fix vop crtc cleanup > [PATCH v2 4/5] drm/rockchip: dw_hdmi: Don't call platform_set_drvdata() > > ...for Rockchip, as you can see at > <https://patchwork.kernel.org/patch/8523301/>.

Re: [PATCH v2 2/5] drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error path

2016-03-28 Thread Doug Anderson
ckchip, as you can see at <https://patchwork.kernel.org/patch/8523301/>. Does someone want to pick up: [PATCH v2 2/5] drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error path [PATCH v2 5/5] drm/imx: dw_hdmi: Don't call platform_set_drvdata() Thanks! -Doug

[PATCH v2 2/5] drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error path

2016-03-07 Thread Douglas Anderson
The drm_encoder_cleanup() was missing both from the error path of dw_hdmi_imx_bind(). This caused a crash when slub_debug was enabled and we ended up deferring probe of HDMI at boot. This call isn't needed from unbind() because if dw_hdmi_bind() returns no error then it takes over the job of free