diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2017-12-22 22:18:01 +0900 |
---|---|---|
committer | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2017-12-22 13:22:32 +0000 |
commit | 7b9585dc9d675e91bd1c6a5f14806fe4322da233 (patch) | |
tree | 4c5957c110084e5b751b2cf850e2e4f3918e7922 /meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf | |
parent | 2a1c8e5e89f1b86e292cbe7c59e329b1fb05d243 (diff) |
weston-ini-conf: Disable kingfisher's 2nd and 3rd output
Kingfisher has tree display output, currently AGL use
only one output from micro HDMI.
Change-Id: Ife61da4bfd2127a49c50247c26d8a7693960d439
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf/kingfisher_output.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf/kingfisher_output.cfg b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf/kingfisher_output.cfg new file mode 100644 index 000000000..a194a4a46 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf/kingfisher_output.cfg @@ -0,0 +1,8 @@ +[output] +name=HDMI-A-2 +mode=off + +[output] +name=LVDS-1 +mode=off + |