Re: [PATCH] drm/mxsfb: add poll_changed event handler to set_par on startup

2018-07-15 Thread Michael Grzeschik
On Wed, Mar 28, 2018 at 12:14:45PM +0200, Daniel Vetter wrote: > On Wed, Mar 28, 2018 at 11:08 AM, Lucas Stach wrote: > > Am Mittwoch, den 28.03.2018, 09:02 +0200 schrieb Daniel Vetter: > >> On Tue, Mar 27, 2018 at 01:30:04PM +0200, Michael Grzeschik wrote: > >> > On Mon, Mar 26, 2018 at 06:17:44P

Re: [PATCH] drm/mxsfb: add poll_changed event handler to set_par on startup

2018-03-30 Thread Michael Grzeschik
On Tue, Mar 27, 2018 at 01:30:04PM +0200, Michael Grzeschik wrote: > On Mon, Mar 26, 2018 at 06:17:44PM +0200, Michael Grzeschik wrote: > > We move drm_kms_helper_poll_init behind the drm_fbdev_cma_init so the > > set_par will be called and fb will be active. > > > > As this commit message is not

Re: [PATCH] drm/mxsfb: add poll_changed event handler to set_par on startup

2018-03-28 Thread Daniel Vetter
On Wed, Mar 28, 2018 at 11:08 AM, Lucas Stach wrote: > Am Mittwoch, den 28.03.2018, 09:02 +0200 schrieb Daniel Vetter: >> On Tue, Mar 27, 2018 at 01:30:04PM +0200, Michael Grzeschik wrote: >> > On Mon, Mar 26, 2018 at 06:17:44PM +0200, Michael Grzeschik wrote: >> > > We move drm_kms_helper_poll_in

Re: [PATCH] drm/mxsfb: add poll_changed event handler to set_par on startup

2018-03-28 Thread Lucas Stach
Am Mittwoch, den 28.03.2018, 09:02 +0200 schrieb Daniel Vetter: > On Tue, Mar 27, 2018 at 01:30:04PM +0200, Michael Grzeschik wrote: > > On Mon, Mar 26, 2018 at 06:17:44PM +0200, Michael Grzeschik wrote: > > > We move drm_kms_helper_poll_init behind the drm_fbdev_cma_init so > > > the > > > set_par

Re: [PATCH] drm/mxsfb: add poll_changed event handler to set_par on startup

2018-03-28 Thread Daniel Vetter
On Tue, Mar 27, 2018 at 01:30:04PM +0200, Michael Grzeschik wrote: > On Mon, Mar 26, 2018 at 06:17:44PM +0200, Michael Grzeschik wrote: > > We move drm_kms_helper_poll_init behind the drm_fbdev_cma_init so the > > set_par will be called and fb will be active. > > > > As this commit message is not

Re: [PATCH] drm/mxsfb: add poll_changed event handler to set_par on startup

2018-03-27 Thread Michael Grzeschik
On Mon, Mar 26, 2018 at 06:17:44PM +0200, Michael Grzeschik wrote: > We move drm_kms_helper_poll_init behind the drm_fbdev_cma_init so the > set_par will be called and fb will be active. > As this commit message is not very informative and digging deeper into the stubs I came up with another Idea

[PATCH] drm/mxsfb: add poll_changed event handler to set_par on startup

2018-03-27 Thread Michael Grzeschik
We move drm_kms_helper_poll_init behind the drm_fbdev_cma_init so the set_par will be called and fb will be active. Signed-off-by: Michael Grzeschik --- drivers/gpu/drm/mxsfb/mxsfb_drv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/mxsfb/mxsfb_drv.c b