Re: [Intel-gfx] [PATCH 1/2] drm: make sure visible is set to false if fb is null

2014-10-27 Thread Ville Syrjälä
On Fri, Oct 24, 2014 at 07:00:17PM +0100, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk We can't let visible set true while the fb is null, some places of the code only check for visible to base its decisions. Signed-off-by: Gustavo Padovan

Re: [Intel-gfx] [PATCH 1/2] drm: make sure visible is set to false if fb is null

2014-10-27 Thread Daniel Vetter
On Mon, Oct 27, 2014 at 04:23:26PM +0200, Ville Syrjälä wrote: On Fri, Oct 24, 2014 at 07:00:17PM +0100, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk We can't let visible set true while the fb is null, some places of the code only check for visible to base

[Intel-gfx] [PATCH 1/2] drm: make sure visible is set to false if fb is null

2014-10-24 Thread Gustavo Padovan
From: Gustavo Padovan gustavo.pado...@collabora.co.uk We can't let visible set true while the fb is null, some places of the code only check for visible to base its decisions. Signed-off-by: Gustavo Padovan gustavo.pado...@collabora.co.uk --- drivers/gpu/drm/drm_plane_helper.c | 5 + 1 file