aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xorg-xserver
AgeCommit message (Collapse)Author
2018-03-07xserver-xf68-config: fix various indentation issuesAwais Belal
Cleaned up indentation issues as the file was pretty messed up. The OE guidelines suggest using 4 spaces and no tabs. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-07xserver-xf86-config: enable TearFree for AMDGPUAwais Belal
This enables the Xorg TearFree option for the AMDGPU to cope with various tearing issues. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-03-07xserver-xf86-config: provide generic mechanism to set Xorg configsAwais Belal
Various Xorg configs are needed to be set in different scenarios and can become painful when trying to configure one-by-one. This now provides a way to simply populate an array and use that to populate as many values as required. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-06Enabling DRI3Sanjay R Mehta
2016-09-15xserver-xorg: fix space issue in _appendAwais Belal
A leading space is always required with _append overrides. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-28xserver-xf86-config: do not use SWcursorAwais Belal
With the latest updates to the amdgpu driver the cursor problem is no longer observed after power save so we drop the work-around now. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-18glamor-egl: Remove deprecated recipe.Drew Moseley
This stand-aloneo Xorg driver has been replaced by the version that is part of the Xserver-xorg package. Switch to the one provided by xserver-xorg.
2016-03-15linux-yocto-rt: Make this recipe more broadly applicableDrew Moseley
Rename the RT selection variable as it is not strictly specific to amdfalconx86. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-07-02common: recipe refinementsAwais Belal
The yocto standards specify that no layer should affect other layers when it is not intended to be built. So machine, distro or layer overrides should be used where ever possible to minimize the impact of any such anomaly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-12-03xserver-xf86-config: move xorg.conf to common layerAwais Belal
Both BaldEagle and SteppeEagle use the same xorg configuration hence it can be moved to common layer. Any BSP requiring additional configurations should provide the conf file through an append as it was done earlier. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-24xserver-xorg: update append to use version wildcardAwais Belal
The append for xserver-xorg is used for general configurations around the amd platforms and these configurations are not version dependant. The recipe is now renamed to have a version wildcard so it is easier to maintain in the future. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-19xserver-xorg: update version to match upstreamAwais Belal
bbappend version is updated to match upstream otherwise failures will occur due to unappliable bbappend. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-11-07xserver-xorg: move bbappend to common layerAwais Belal
Both SteppeEagle and BaldEagle configurations for xserver-xorg are common, so we now move the appending bb to the amd/common layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>