Re: [PATCH] drm: mxsfb: Implement drm_panel handling

2017-02-07 Thread Marek Vasut
On 02/01/2017 06:19 PM, Fabio Estevam wrote: > Currently when the 'power-supply' regulator is passed via device tree > it does not actually work since drm_panel_prepare()/drm_panel_enable() > are never called. > > Quoting Thierry Reding: "It should really call drm_panel_prepare() and > drm_panel_e

[PATCH] drm: mxsfb: Implement drm_panel handling

2017-02-01 Thread Fabio Estevam
Currently when the 'power-supply' regulator is passed via device tree it does not actually work since drm_panel_prepare()/drm_panel_enable() are never called. Quoting Thierry Reding: "It should really call drm_panel_prepare() and drm_panel_enable() while switching on the display pipeline and drm_p

Re: [PATCH] drm: mxsfb: Implement drm_panel handling

2017-02-01 Thread Breno Matheus Lima
Tested-by: Breno Lima From: Thierry Reding Sent: Wednesday, February 1, 2017 3:22 PM To: Fabio Estevam Cc: airl...@linux.ie; ma...@denx.de; dri-devel@lists.freedesktop.org; Breno Matheus Lima Subject: Re: [PATCH] drm: mxsfb: Implement drm_panel handling On

Re: [PATCH] drm: mxsfb: Implement drm_panel handling

2017-02-01 Thread Thierry Reding
On Wed, Feb 01, 2017 at 03:19:47PM -0200, Fabio Estevam wrote: > Currently when the 'power-supply' regulator is passed via device tree > it does not actually work since drm_panel_prepare()/drm_panel_enable() > are never called. > > Quoting Thierry Reding: "It should really call drm_panel_prepare()