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 > > > > 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. > > >

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 > > 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 For the series: Reviewed-by: Ville Syrjälä

[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 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 --- drivers/gpu/drm/drm_plane_helper.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_pla