aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)Author
2016-08-31xf86-video-amd: use hashes rather than tags for SRCREVAwais Belal
Using tags in the SRCREV breaks the BB_NO_NETWORK builds because bitbake only allows hashes to be used in SRCREV otherwise the fetch sequence is re-run every time after cleansstate in order to fetch the tag information from the actual repo. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-08-24add support of SW clock gating for UVD6Sanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2016-08-04Merge pull request #327 from abelal/fix_installDrew Moseley
init-install*: /etc/mtab make a link rather than a copy
2016-08-03init-install*: /etc/mtab make a link rather than a copyAwais Belal
Using a copy would only make management of devices erroneous and makes the system unstable in some scenarios as tools will have to manipulate both files separately. A link ensures that both files /proc/mounts and /etc/mtab will have the same information at all times and this is how it is handled on newer systems where there is such a need. Same is suggested by busybox. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-29xinput-calibrator: remove boot time auto launcherAwais Belal
This tends to mess up the X Server start up in some cases and ends up generating wrong calibration data as well randomly. We now remove it from the default set up as the user already has an option to run this from the cmdline or the SATO GUI once the system is up. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-29xinput-calibrator: backport geometry fixes from upstreamAwais Belal
This is a backport of http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-graphics/xinput-calibrator?id=ce6f15dc3905ab0b061b20cc35fd179fdd9e070f and http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-graphics/xinput-calibrator?id=d2b6e325a00e77e6fbee25f3b46cb73af29f1652 Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-22linux-yocto: prioritize ext4 RootFSAwais Belal
This gives us some performance benefit by trying the ext4 filesystem check in priority to ext3 and ext2 where we already know that our rootfs is ext4. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-20Add power gating initialization support for GFX8.0Sanjay R Mehta
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
2016-07-11linux-yocto: add support for Stoney HDMI audioAwais Belal
The AMD Stoney platform uses a new device id 0x15b3 for its HDMI audio which currently isn't available in the PCI device list for Azalia compatible devices. We now add this device so it correctly shows up as HDMI rather than a generic one. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-08libomxil: fix space issue in append overrideAwais Belal
An append requires a space before variable value. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Drew Moseley <drew_moseley@mentor.com> (cherry picked from commit 88db8991161a8b239df45fd5a2c3186b32e5ce43)
2016-06-30amd: Add patch for power management workaround for multiple displaysDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-06-27Merge pull request #308 from drewmoseley/SE_regressionMichael Powell
amd: Move common kernel patch from meta-amdfalconx86 to common
2016-06-27amd-acp-rt286-load: add modprobe.d confMichael
install AMD ASoC ACP-12S driver only on non-embedded hardware by checking 6th bith of iGPU rev ID.
2016-06-27amd-common: add basic calculatorMichael
2016-06-23amd-multimedia: change to amd-commonMichael
2016-06-22amd: Move common kernel patch from meta-amdfalconx86 to commonDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-06-22Merge pull request #298 from narindam/cedarDrew Moseley
meta-amd: add code to support falcon family
2016-06-20meta-amdfalconx86: fix display corruption issue on BF platformArindam Nath
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-27linux-yocto: use ptp configuration class conditionallyAwais Belal
This enables the use of PTP kernel configuration class to allow enabling the required configs when the mentor-industrial layer is available. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-17meta-amd/common: add I2S audio supportArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17meta-amd/common: linux kernel updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17meta-amd/common: libomxil updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-17meta-amd/common: gstreamer-omx updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-16linux-yocto-rt: fix RT builds and move to commonAwais Belal
During consolidation of the kernel recipes for standard kernel some changes were made to the linux-yocto-amd-4.1.inc which was being utilized b/w standard and RT kernel for the amdfalconx86 machine. These updates rendered void many features on the RT kernel along with making the build of this kernel unstable. We now move the RT kernel recipe to common layer so it can be utilized by other machines and fix the issues that were present prior to the move. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-16linux-yocto: fix LINUX_VERSIONAwais Belal
During consolidation of kernel recipes the LINUX_VERSION string got dropped incorrectly. This ends up creating a wrongly named working directory. We now fix this by declaring the variable as intended. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-05-16meta-amd/common: mesa updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-16meta-amd/common: llvm updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-05-16meta-amd/common: libdrm updatesArindam Nath
Signed-off-by: Sanjay Mehta <sanju.mehta@amd.com> Signed-off-by: Arindam Nath <arindam.nath@amd.com>
2016-04-29Merge pull request #294 from abelal/revert_swcursorDrew Moseley
xserver-xf86-config: do not use SWcursor
2016-04-28Merge pull request #295 from mwpow3ll/intamddet-1316Drew Moseley
dosfstools: Disable iconv conversion
2016-04-28dosfstools: Disable iconv conversionMichael
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-04-22python: test_ossaudiodev.py: fix assertion to be more lenientMichael
2016-04-21linux-yocto: enable HID_MULTITOUCH for all platformsAwais Belal
This was only being applied to the amdfalconx86 BSP earlier. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-21linux-yocto: disable RODATA for all platforms when KGDB is neededAwais Belal
The issue was first noted and fixed for the amdfalconx86 BSP. We now move it to common so it applies across all. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-20gstreamer1.0-plugins-base: disable conversions in default configAwais Belal
This disables video conversions in default configuration for playbin and playsink which misbehave with this setting where hardware decoding is used. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-14gstreamer-vaapi-1.0: revert commit 8da1ccbdMichael
Decreasing the priority of all gstreamer-vaapi plugins causes crashes
2016-04-14gstreamer1.0-plugins-bad: Add VDPAU supportMichael
2016-04-07Enable IMC and or AMD SPI SDKArindam Nath
- amdfalconx86 / SteppeEagle: IMC and AMD SPI SDK - BaldEagle: Enable IMC Signed-off-by: Arindam Nath <arindam.nath@amd.com> Signed-off-by: Michael Powell <michael_powell@mentor.com>
2016-04-06linux-yocto: drop wildcard versioned appendAwais Belal
The wildcard versioned append is only working around a race condition so we move the workaround to the versioned append and simply drop the wildcard one. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-06linux-yocto: drop CVE-2016-0728Awais Belal
All the BSPs have moved to 4.1.18 which has the fix already in base source so we drop the application from our layer. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-05Merge pull request #272 from mwpow3ll/se_be_kernel_upgradeDrew Moseley
Upgrade Baldeagle and Steppeeagle to linux-yocto v4.1
2016-04-05Merge pull request #276 from abelal/gst-vaapiDrew Moseley
GStreamer VA-API support
2016-04-05linux-yocto: Upgrade SE / BE to v4.1 kernel and refactorMichael
2016-04-05gstreamer-vaapi-1.0: do not use gstreamer-vaapi as defaultAwais Belal
There are cases where a particular graphics stack does not provide capabilities for decoding a stream with an unsupported profile etc whereas the stream format is supported. This leads to issues while using default players (gst-play, gst-launch playbin etc) and the user experience would be annoying because error reporting of gstreamer-vaapi is not as good. The accompanying patch decreases the priority of all the gstreamer-vaapi plugins so they can only be invoked using manual pipelines when the user is sure about the capability matching between the stream and what actually is support through the VA interface. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-02amd: Make va configuration dependent on GPU typeDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-04-01gstreamer-vaapi: allow packaging of test appsAwais Belal
This patch allows installation of test apps that come with gstreamer-vaapi. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-01amd-multimedia: deploy gstreamer-vaapi on the target conditionallyAwais Belal
GStreamer is mainly a supported feature on MEL commercial distro so we add the gstreamer-vaapi support on the target at the same basis. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-04-01gstreamer-vaapi: add recipe for gstreamer-vaapiAwais Belal
This adds support for building gstreamer-vaapi which can be used on amdgpu as it supports VA. The recipe has been taken from meta-intel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-31Merge pull request #274 from abelal/libvaDrew Moseley
incorporate libva and enable support in mesa