Re: [PATCH v2 6/6] drm/panel: simple: Add support for Sharp LQ123P1JX31 2400x1600 panel

From: Yakir Yang
Date: Sat Jun 11 2016 - 22:12:35 EST


Doug,

On 06/11/2016 12:11 AM, Doug Anderson wrote:
Hi,

On Wed, Jun 8, 2016 at 9:35 AM, Doug Anderson <dianders@xxxxxxxxxxxx> wrote:
Yakir,

On Wed, Jun 8, 2016 at 4:52 AM, Yakir Yang <ykk@xxxxxxxxxxxxxx> wrote:
The Sharp LQ123P1JX31 is an 12.3", 2400x1600 TFT-LCD panel connected
using eDP interfaces.

Signed-off-by: Yakir Yang <ykk@xxxxxxxxxxxxxx>
---
Changes in v2:
- Add detail timing of Sharp LQ123P1JX31 panel in v2

drivers/gpu/drm/panel/panel-simple.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Looks good to me. Values in the table match the EDID I see from this
panel and everything else looks to be in order.

Reviewed-by: Doug Anderson <dianders@xxxxxxxxxxxx>
Tested-by: Doug Anderson <dianders@xxxxxxxxxxxx>
Sorry for not noticing. :( ...but as others have pointed out for
your earlier patches, the size is incorrect. I found the correct size
and it should be:

.width = 259,
.height = 173,


Ah, thanks, would correct it now :-D

- Yakir

-Doug