summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:55 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:13 -0300
commita2ca257bf0a9371d2ab61b68ecfd4fef89091ff6 (patch)
treed9ffdf5245b35506fb5a6504fb4fc815b53efb37 /recipes-graphics/xorg-xserver
parentefb174b0d02f85394fc58000ffafe980d031b9db (diff)
downloadmeta-freescale-a2ca257bf0a9371d2ab61b68ecfd4fef89091ff6.tar.gz
xserver-xf86-config: Add support for PXP Frame Buffer displays
PXP devices for mx6sx, mx6sl and mx7 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf15
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf15
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf12
3 files changed, 42 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf
new file mode 100644
index 00000000..de3905ab
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sl/xorg.conf
@@ -0,0 +1,15 @@
1Section "Device"
2 Identifier "i.MX Accelerated Framebuffer Device"
3 Driver "vivante"
4 Option "fbdev" "/dev/fb0"
5 Option "vivante_fbdev" "/dev/fb0"
6 Option "HWcursor" "false"
7 Option "DisplayEngine" "pxp"
8EndSection
9
10Section "ServerFlags"
11 Option "BlankTime" "0"
12 Option "StandbyTime" "0"
13 Option "SuspendTime" "0"
14 Option "OffTime" "0"
15EndSection
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf
new file mode 100644
index 00000000..de3905ab
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6sx/xorg.conf
@@ -0,0 +1,15 @@
1Section "Device"
2 Identifier "i.MX Accelerated Framebuffer Device"
3 Driver "vivante"
4 Option "fbdev" "/dev/fb0"
5 Option "vivante_fbdev" "/dev/fb0"
6 Option "HWcursor" "false"
7 Option "DisplayEngine" "pxp"
8EndSection
9
10Section "ServerFlags"
11 Option "BlankTime" "0"
12 Option "StandbyTime" "0"
13 Option "SuspendTime" "0"
14 Option "OffTime" "0"
15EndSection
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf
new file mode 100644
index 00000000..79b6c0fc
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx7/xorg.conf
@@ -0,0 +1,12 @@
1Section "Device"
2 Identifier "Kernel Framebuffer Device"
3 Driver "fbdev"
4 Option "fbdev" "/dev/fb0"
5EndSection
6
7Section "ServerFlags"
8 Option "BlankTime" "0"
9 Option "StandbyTime" "0"
10 Option "SuspendTime" "0"
11 Option "OffTime" "0"
12EndSection