Re: [meta-freescale] [PATCH] u-boot-fslc: Upgrade to 2017.11-based fork

2017-12-05 Thread Richard Röjfors
Hi Otavio, On Tue, Dec 5, 2017 at 12:39 PM, Otavio Salvador wrote: > Hello Richard, > > On Tue, Dec 5, 2017 at 7:13 AM, Richard Röjfors > wrote: >> On Tue, Nov 28, 2017 at 8:13 PM, Otavio Salvador >> wrote: >>> >>> >>> ...oot-fslc-fw-utils

Re: [meta-freescale] [PATCH] u-boot-fslc: Upgrade to 2017.11-based fork

2017-12-05 Thread Richard Röjfors
On Tue, Nov 28, 2017 at 8:13 PM, Otavio Salvador wrote: > > > ...oot-fslc-fw-utils_2017.09.bb => u-boot-fslc-fw-utils_2017.11.bb} | 0 Why do you do such change on the rocko branch? Doesn't it break the idea of the "fairly" stable release branches? Thanks, --Richard -- _

Re: [meta-freescale] Is there any point in keeping linux-imx.inc?

2016-12-16 Thread Richard Röjfors
On Fri, Dec 16, 2016 at 9:56 AM, Ernst Sjöstrand wrote: > > > I'm trying to figure out the IMX/FSCL kernel branches and realized that > linux-fscl-imx and linux-imx is the same thing. I don't realise the same thing. My view is: -fslc- gets more stuff merged from upstreams and additional fixes br

Re: [meta-freescale] [meta-fsl-arm][PATCH 0/4] Upgrade imx-gpu-viv graphics to 5.0.11-p8.3

2016-04-01 Thread Richard Röjfors
Hi Tom, Whats the news in 8.3? Does it make use the environment varable FB_FRAMEBUFFER_0 again? Thanks in advance, Richard On Fri, Apr 1, 2016 at 2:31 AM, Tom Hochstein wrote: > - Upgrade imx-gpu-viv graphics to 5.0.11-p8.3 > - Minor directfb cleanup > > Neena Busireddy (3): > imx-gpu-viv:

Re: [meta-freescale] Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB

2016-01-20 Thread Richard Röjfors
On Wed, Jan 20, 2016 at 3:52 PM, Schrempf Frieder wrote: > On 20.01.2016 15:42, Richard Röjfors wrote: >> On Wed, Jan 20, 2016 at 3:34 PM, Schrempf Frieder >> wrote: >>> >>> Does anyone have an idea how to fix this? >> If you have memory use 32bits f

Re: [meta-freescale] Qt 5.5.1 and eglfs 0x3003 error with 24bpp FB

2016-01-20 Thread Richard Röjfors
On Wed, Jan 20, 2016 at 3:34 PM, Schrempf Frieder wrote: > Hi, > > I can still experience this problem reported here in 2014 > https://lists.yoctoproject.org/pipermail/meta-freescale/2014-October/010889.html > > in my current setup with a recent jethro build (Qt5.5.1, > linux-fslc-mx6), whenever t

Re: [meta-freescale] [meta-fsl-arm][PATCH] gal2d-renderer: Avoid deadlock on exit

2016-01-18 Thread Richard Röjfors
On Thu, Jan 14, 2016 at 9:17 AM, Richard Röjfors wrote: > On Wed, Jan 13, 2016 at 10:09 PM, Otavio Salvador > wrote: >> >> On Wed, Jan 13, 2016 at 6:47 PM, Richard Röjfors >> wrote: >> > The way the worker thread was shut down was a bit racy. >> > Make

[meta-freescale] [meta-fsl-arm][PATCH] weston: gal2d-renderer: Fix deadlock on exit

2016-01-18 Thread Richard Röjfors
There is a race between the worker thread flipping the buffers and the main thread on exit, this patch fixes that. Signed-off-by: Richard Röjfors ---  ...002-gal2d-renderer-Avoid-deadlock-on-exit.patch | 69 ++  recipes-graphics/wayland/weston_%.bbappend |  5 +-  2

Re: [meta-freescale] [meta-fsl-arm][PATCH 2/3] gstreamer1.0-plugins-base: Don't set async of custom text-sink to false

2016-01-18 Thread Richard Röjfors
On Mon, Jan 18, 2016 at 3:16 PM, Carlos Rafael Giani wrote: > Here my question too is: why is this flagged as i.MX specific? Nothing in > this patch refers to i.MX details such as IPU, VPU.. > > And you also need a link to a GStreamer bugzilla entry in the commit message > of this patch. I agree,

Re: [meta-freescale] [meta-fsl-arm][PATCH] gal2d-renderer: Avoid deadlock on exit

2016-01-14 Thread Richard Röjfors
On Wed, Jan 13, 2016 at 10:09 PM, Otavio Salvador wrote: > > On Wed, Jan 13, 2016 at 6:47 PM, Richard Röjfors > wrote: > > The way the worker thread was shut down was a bit racy. > > Make sure to set the flag indicating the thread to stop spinning > > before waking up

[meta-freescale] [meta-fsl-arm][PATCH] weston: gal2d-renderer: Do not flip buffers if the output damage is empty

2016-01-13 Thread Richard Röjfors
There is no need go through all views and copy nothing and flip buffers. Signed-off-by: Richard Röjfors ---  src/gal2d-renderer.c | 3 +++  1 file changed, 3 insertions(+) diff --git a/src/gal2d-renderer.c b/src/gal2d-renderer.c index d2a29ff..1c81287 100644 --- a/src/gal2d-renderer.c +++ b/src

[meta-freescale] [meta-fsl-arm][PATCH] gal2d-renderer: Avoid deadlock on exit

2016-01-13 Thread Richard Röjfors
The way the worker thread was shut down was a bit racy. Make sure to set the flag indicating the thread to stop spinning before waking up the thread. Signed-off-by: Richard Röjfors ---  src/gal2d-renderer.c | 20 ++--  1 file changed, 10 insertions(+), 10 deletions(-) diff --git

Re: [meta-freescale] [meta-fsl-arm][PATCH v3 1/5] imx-gpu-viv: Update to 5.0.11-p7.4 version

2016-01-11 Thread Richard Röjfors
abhu > > -Original Message- > From: Prabhu Sundararaj > Sent: Monday, January 11, 2016 12:32 PM > To: 'Otavio Salvador' > Cc: Neena Busireddy ; Richard Röjfors < > richard.rojf...@gmail.com>; meta-freescale@yoctoproject.org > Subject: RE: [meta-freescal

Re: [meta-freescale] [meta-fsl-arm][PATCH v3 1/5] imx-gpu-viv: Update to 5.0.11-p7.4 version

2016-01-05 Thread Richard Röjfors
-1169,10 +1169,10 @@ } else { -gcoOS_Signal(gcvNULL,go->signal, gcvTRUE); pthread_mutex_lock(&go->workerMutex); go->exitWorker = 1; pthread_mutex_unlock(&go->workerMutex); +gcoOS_Signal(gcvNULL,go->signal, gcvTRUE);

Re: [meta-freescale] [meta-fsl-arm][PATCH v3 1/5] imx-gpu-viv: Update to 5.0.11-p7.4 version

2016-01-05 Thread Richard Röjfors
Hi Neena, I tried this driver with weston. When running with two framebuffers like this: /usr/bin/weston --tty=1 --use-gal2d=1 --use-gl=0 --device=/dev/fb2,/dev/fb0 I get a crash in the second call to gcoOS_InitLocalDisplayInfo in gal2d_renderer_output_create (when the second output is to be se

Re: [meta-freescale] [meta-fsl-arm][PATCH 3/5] kernel-module-imx-gpu-viv: Upgrade to 5.0.11.p7.4 version

2016-01-04 Thread Richard Röjfors
On Mon, Jan 4, 2016 at 4:56 PM, Neena Busireddy wrote: > From: Neena Busireddy > > Signed-off-by: Neena Busireddy > Signed-off-by: Neena Busireddy > --- > 0.11.p7.1+fslc.bb => kernel-module-imx-gpu-viv_5.0.11.p7.4+fslc.bb} | 2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > renam

[meta-freescale] Crash in fbCreateWindow in weston in jethro.

2015-12-09 Thread Richard Röjfors
Hi, I upgraded from fido to jetro and now run into problems with weston. I'm trying to run weston with gal2d like this: weston --tty=1 --use-gal2d=1 --use-gl=0 --device=/dev/fb0 But it segfaults, and I tracked it into the binary blobs from freescale, its the call fbCreateWindow that segfaults.

[meta-freescale] A bit behind poky master

2013-05-03 Thread Richard Röjfors
Hi people, I did a repo sync today and meta-fsl-arm-extra appends netbase 5.0 while upstreams now provides 5.1. Sorry I don't have a patch ready, just wanted to make you aware. :-) --Richard ___ meta-freescale mailing list meta-freescale@yoctoproject.