[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <65ad0b63-cfae-f7ac-f916-32fd0c7c540a@gmail.com>
Date: Fri, 27 Oct 2017 14:58:16 +0200
From: Filip Matijević <filip.matijevic.pz@...il.com>
To: Pavel Machek <pavel@....cz>
Cc: Sebastian Reichel <sre@...nel.org>,
Tony Lindgren <tony@...mide.com>, pali.rohar@...il.com,
kernel list <linux-kernel@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
linux-omap@...r.kernel.org, khilman@...nel.org,
aaro.koskinen@....fi, ivo.g.dimitrov.75@...il.com,
patrikbachan@...il.com, serge@...lyn.com, abcloriens@...il.com,
clayton@...ftyguy.net, martijn@...xit.nl,
sakari.ailus@...ux.intel.com
Subject: Re: 4.13 (and probably all recent) kernels refuse to boot on one
Nokia N950, work or another
> If someone knows how to fix the backlight, it would still be useful.
In panel-dsi-cm.c it's set to maximum with
dsicm_dcs_write_1(ddata, DCS_BRIGHTNESS, 0xff);
Sebastian suggested the same but used 100 instead of 0xff, which might
be a bit too low. You can also add msleep(1000) after
dsicm_dcs_write_0(ddata, MIPI_DCS_SET_DISPLAY_ON);
to see if brightness gets overwritten, the whole display goes into sleep
mode, is turned off or similar somewhere down the line.
I'm still unable to make N9 panel to cooperate (despite having "the
right" clocks and able to send image to panel with
MIPI_DCS_WRITE_MEMORY_START/MIPI_DCS_READ_MEMORY_CONTINUE) so I hope
you'll have more luck than me!
Filip
Powered by blists - more mailing lists