[PATCH 2/2] drm/panel: Add support for LG lp120up1 panel

2016-02-22 Thread Jitao Shi
On Thu, 2016-02-18 at 16:12 +0100, Thierry Reding wrote: > On Wed, Feb 17, 2016 at 02:50:39PM +0800, Jitao Shi wrote: > > The LG lp120up1 panel is a 12.0" 1920x1280 panel, > > which can be supported by the simple panel driver > > It'd be nice to mention the type of interface of the panel here.

[PATCH 2/2] drm/panel: Add support for LG lp120up1 panel

2016-02-18 Thread Thierry Reding
On Wed, Feb 17, 2016 at 02:50:39PM +0800, Jitao Shi wrote: > The LG lp120up1 panel is a 12.0" 1920x1280 panel, > which can be supported by the simple panel driver It'd be nice to mention the type of interface of the panel here. While at it, please rewrite the commit message to make use of what

[PATCH 2/2] drm/panel: Add support for LG lp120up1 panel

2016-02-17 Thread Jitao Shi
The LG lp120up1 panel is a 12.0" 1920x1280 panel, which can be supported by the simple panel driver Signed-off-by: Jitao Shi --- drivers/gpu/drm/panel/panel-simple.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c