+109
−0
+15
−0
+2
−0
drivers/video/of_display_timing.c
0 → 100644
+239
−0
drivers/video/of_videomode.c
0 → 100644
+54
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
This adds support for reading display timings from DT into a struct display_timings. The of_display_timing implementation supports multiple subnodes. All children are read into an array, that can be queried. If no native mode is specified, the first subnode will be used. For cases where the graphics driver knows there can be only one mode description or where the driver only supports one mode, a helper function of_get_videomode is added, that gets a struct videomode from DT. Signed-off-by:Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by:
Philipp Zabel <p.zabel@pengutronix.de> Acked-by:
Stephen Warren <swarren@nvidia.com> Reviewed-by:
Thierry Reding <thierry.reding@avionic-design.de> Acked-by:
Thierry Reding <thierry.reding@avionic-design.de> Tested-by:
Thierry Reding <thierry.reding@avionic-design.de> Tested-by:
Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by:
Afzal Mohammed <Afzal@ti.com> Tested-by:
Rob Clark <robclark@gmail.com> Tested-by:
Leela Krishna Amudala <leelakrishna.a@gmail.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE