Re: [PATCH 07/10] drm/mxsfb: Signal mode changed when bpp changed

2019-01-14 Thread Guido Günther
Hi, On Wed, Jan 09, 2019 at 02:13:47PM +, Robert Chiras wrote: > From: Mirela Rabulea > > Add mxsfb_atomic_helper_check to signal mode changed when bpp changed. > This will trigger the execution of disable/enable on > a modeset with different bpp than the current one. > > Signed-off-by:

[PATCH 07/10] drm/mxsfb: Signal mode changed when bpp changed

2019-01-10 Thread Robert Chiras
From: Mirela Rabulea Add mxsfb_atomic_helper_check to signal mode changed when bpp changed. This will trigger the execution of disable/enable on a modeset with different bpp than the current one. Signed-off-by: Mirela Rabulea --- drivers/gpu/drm/mxsfb/mxsfb_drv.c | 48