提交 2e8c5eb9 编写于 作者: A Akshay Bhat 提交者: Thierry Reding

drm/panel: simple: Fix g121x1_l03 hsync/vsync polarity

Set hsync/vsync to active low for g121x1_l03 panel to match the
recommended setting in the datasheet.
Signed-off-by: NAkshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 97b6ae50
......@@ -847,6 +847,7 @@ static const struct drm_display_mode innolux_g121x1_l03_mode = {
.vsync_end = 768 + 38 + 1,
.vtotal = 768 + 38 + 1 + 0,
.vrefresh = 60,
.flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
};
static const struct panel_desc innolux_g121x1_l03 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册