[meta-freescale] [meta-fsl-arm][PATCH 1/3] mesa-demos: Make package configuration specific to i.MX

2016-10-12 Thread Tom Hochstein
Changes to the package configuration should be applied only to i.MX builds. Signed-off-by: Tom Hochstein --- recipes-graphics/mesa/mesa-demos_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-d

[meta-freescale] [meta-fsl-arm][PATCH 3/3] mesa-demos: Refactor to use the new i.MX feature overrides

2016-10-12 Thread Tom Hochstein
Configure the package using the existence of 2D and/or 3D hardware. Signed-off-by: Tom Hochstein --- recipes-graphics/mesa/mesa-demos_%.bbappend | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/me

[meta-freescale] [meta-fsl-arm][PATCH 2/3] mesa-demos: Fix configuration for Wayland on i.MX

2016-10-12 Thread Tom Hochstein
If distro features contains wayland, we assume a wayland backend and configure the package accordingly. Signed-off-by: Tom Hochstein --- recipes-graphics/mesa/mesa-demos_%.bbappend | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/mesa/mesa-demos_%.bbapp

[meta-freescale] [meta-fsl-arm][PATCH 3/6] gstreamer1.0-plugins-bad: Accelerate gldownload with directviv API

2016-10-12 Thread Yuqing Zhu
1) Propose a physical buffer pool to upstream in gldownload 2) Bind the physical buffer with texture via dirctviv 3) In gldownload, wrap the physical buffer to gstbuffer, pass to downstream plugins. Signed-off-by: Yuqing Zhu --- ...-glplugin-Accelerate-gldownload-with-dire.patch | 729 +++

[meta-freescale] [meta-fsl-arm][PATCH 1/6] gstreamer1.0-plugins-bad: Change wayland default res to 1024x768

2016-10-12 Thread Yuqing Zhu
In our release, the default display is full screen in LVDS. The 1024x768 resolution will be better in testing for our release platform. So change it from 320x240 to 1024x768. Signed-off-by: Yuqing Zhu --- ...in-Change-wayland-default-res-to-1024x768.patch | 42 ++ .../gstream

[meta-freescale] [meta-fsl-arm][PATCH 0/6] Add patches for gstreamer1.0-plugins-bad & gstreamer1.0-plugins-base V1.8.3

2016-10-12 Thread Yuqing Zhu
--Change wayland default res to 1024x768 for better testing --Add directviv to glimagesink to improve playback performance --Accelerate gldownload with directviv API --Convert YUV to RGB using directviv --Work around for no frame when imxplayer using glimagesink --Fix MRT cannot work in GLES3.

[meta-freescale] [meta-fsl-arm][PATCH 5/6] gstreamer1.0-plugins-bad: work around for no frame when imxplayer using glimagesink

2016-10-12 Thread Yuqing Zhu
Workaround: Change parent window of internal_window in window_show function. Signed-off-by: Yuqing Zhu --- ...rk-around-for-no-frame-when-imxplayer-use.patch | 63 ++ .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 1 + 2 files changed, 64 insertions(+) create mode 100

[meta-freescale] [meta-fsl-arm][PATCH 4/6] gstreamer1.0-plugins-bad: convert YUV to RGB using directviv

2016-10-12 Thread Yuqing Zhu
Add a property "disable_passthrough" in glcolorconvert for enable/disable passthrough. When need convert YUV to RGB with directviv, set it to be TRUE. Signed-off-by: Yuqing Zhu --- ...rconvert-convert-YUV-to-RGB-use-directviv.patch | 170 + .../gstreamer/gstreamer1.0-plugins

[meta-freescale] [meta-fsl-arm][PATCH 6/6] gstreamer1.0-plugins-bad: Fix MRT cannot work in GLES3.0

2016-10-12 Thread Yuqing Zhu
1. Add #ifdefine Marco to avoid redefinition of GL_COLOR_ATTACHMENT(1,2). 2. Change to use glBlitFramebuffer for textures copy. glCopyTexImage2D cannot work because we cannot get texture internal format. Signed-off-by: Yuqing Zhu --- ...colorconvert-fix-MRT-cannot-work-in-GLES3.patch | 168 ++

[meta-freescale] [meta-fsl-arm][PATCH 2/6] gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance

2016-10-12 Thread Yuqing Zhu
1.Add a physical buffer uploader in glupload plugin and using viv direct texture to bind physical continious buffer with texture to avoid memory copy from videobuffer to texture to gain good performance. 2.Reduce glimagesink load latency by override glimagesink ALLOCATION query to avoid memo

[meta-freescale] [meta-fsl-ppc][PATCH 2/5] u-boot: update to 7b0fea8

2016-10-12 Thread ting.liu
From: Ting Liu Changes: 7b0fea8 Merge pull request #70 in SDK/u-boot-devel from jira/QSDK-2961 to master 7c15891 pbl: use "wait" command instead of "flush" command da9710b Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand. d22a007 ls102xa: spl: fix the macro name of MMC mode 5c5a3e1 fsl-la

[meta-freescale] [meta-fsl-ppc][PATCH 3/5] skmm-ep: update to fc43230

2016-10-12 Thread ting.liu
From: Ting Liu fix interrupt request format for MSI Signed-off-by: Ting Liu --- recipes-extended/skmm-ep/skmm-ep_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb index 58e253f..ef9319f

[meta-freescale] [meta-fsl-ppc][PATCH 4/5] pkc-host: update to e021464

2016-10-12 Thread ting.liu
From: Ting Liu Changes: e021464 remove leftover function prototype after clean-up 12e8c6c fix incorrect incrementing of cpu_ids when smt_enabled=off c2eb9be remove not used setting of SEC affinity 6792dc5 remove not used ring index field b876f88 remove not used function 81d3701 remove unused fiel

[meta-freescale] [meta-fsl-ppc][PATCH 1/5] pkc-firmware: update to f75d281

2016-10-12 Thread ting.liu
From: Ting Liu fix interrupt notification to Intel(R) hosts with IOMMU enabled Signed-off-by: Ting Liu --- recipes-bsp/pkc-firmware/pkc-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/pkc-firmware/pkc-firmware_git.bb b/recipes-bsp/pkc-firmware/p

[meta-freescale] [meta-fsl-ppc][PATCH 5/5] linux: upgrated to 4.1.30 plus nxp patches

2016-10-12 Thread ting.liu
From: Ting Liu Updated to kernel 4.1.30 which includes several fixes from the community Detailed log history can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu --- recipes-kernel/linux/linux-qoriq_4.1.bb | 2 +- 1 file changed, 1