Hi, 2015-02-05 Joonyoung Shim <jy0922.shim@xxxxxxxxxxx>: > There is a case called disable_plane callback function even if > plane->crtc is NULL from exynos_drm_encoder_disable and it will cause > NULL pointer reference error. > > Signed-off-by: Joonyoung Shim <jy0922.shim@xxxxxxxxxxx> > --- > drivers/gpu/drm/exynos/exynos_drm_encoder.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) You need to merge this patch with patch 3 or you will break the bisect. The NULL pointer is introduced by the previous patch, so fix it in the same patch. Once that is fixed: Reviewed-by: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> for the whole series. Gustavo _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel