On Mon, Nov 07, 2016 at 03:26:56PM +0100, Philipp Zabel wrote:
> Am Montag, den 07.11.2016, 14:17 +0100 schrieb Thierry Reding:
> > On Mon, Nov 07, 2016 at 06:12:43PM +0800, Chen-Yu Tsai wrote:
> > > On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote:
> > > > The enable gpio of simple-panel may b
On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote:
> The enable gpio of simple-panel may be used by a simplefb or other
> driver on the panel's display before the KMS driver get load.
>
> Get the GPIO as-is, so the panel won't be disabled, and the simplefb
> can work.
>
> Signed-off-by: Icenowy
Am Montag, den 07.11.2016, 14:17 +0100 schrieb Thierry Reding:
> On Mon, Nov 07, 2016 at 06:12:43PM +0800, Chen-Yu Tsai wrote:
> > On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote:
> > > The enable gpio of simple-panel may be used by a simplefb or other
> > > driver on the panel's display befor
On Mon, Nov 07, 2016 at 06:12:43PM +0800, Chen-Yu Tsai wrote:
> On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote:
> > The enable gpio of simple-panel may be used by a simplefb or other
> > driver on the panel's display before the KMS driver get load.
> >
> > Get the GPIO as-is, so the panel won
The enable gpio of simple-panel may be used by a simplefb or other
driver on the panel's display before the KMS driver get load.
Get the GPIO as-is, so the panel won't be disabled, and the simplefb
can work.
Signed-off-by: Icenowy Zheng
---
drivers/gpu/drm/panel/panel-simple.c | 2 +-
1 file ch