Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-23 Thread Jyotsana
Hi, One reason of the sample not receiving 'prepare-xwindow-id' message could be if the file is not present in the same path as the executable. The 'Filename' variable should be changed accordingly if it is not. Could you tell me the format of your file and the type of video codec present in t

[Intel-gfx] [PATCH] drm/i915/display: stop potential rc6 disable infinite retries

2011-02-23 Thread Ben Widawsky
On my Ironlake, I was consistently hitting this. I'm not yet sure what the best fix is, but this is better than what is there currently. Jesse can probably do something better... perhaps even a delay before calling ironlake_disable_rc6() again would suffice. Signed-off-by: Ben Widawsky --- driv

Re: [Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-23 Thread Xiang, Haihao
Hi, I tried to reproduce the issue with your sample code but failed. No window is created even with single video file. With gdb's help, I found the sample doesn't receive 'prepare-xwindow-id' message. After building the sample code ( I modified the variable 'Filename'), I directly run MultiV

[Intel-gfx] [git pull] i915 fixes

2011-02-23 Thread Chris Wilson
Dave, time has flown by, so, against all evidence to the contrary, I must have been enjoying myself. An assortment of regression fixes are still trickling in; the sampler for tiled surfaces on gen2 being more nasty than expected, interrupts during fdi training were less than useful and Jesse assur

Re: [Intel-gfx] [PATCH] [intel-gpu-tools] Add MI_SUSPEND_FLUSH instruction decode

2011-02-23 Thread Chris Wilson
Pushed. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] Linux memory use in GS45

2011-02-23 Thread Percy, Mike
In order to comply with a spec requirement, I need to determine how much shared system memory Linux Xorg will allocate to a GS45 GMA X4500 MHD? Dmesg [0.420285] agpgart-intel :00:00.0: Intel GM45 Chipset [0.422401] agpgart-intel :00:00.0: detected 32764K stolen memory [0.4458

[Intel-gfx] Crash in Gstreamer Vaapi Application for playing multiple videos

2011-02-23 Thread Jyotsana
Hi, I am trying to play multiple videos simultaneously using GStreamer(vaapidecode and vaapisink plugins) and libVA-1.0.7. In the sample application I am creating multiple windows using "XCreateWindow" and passing the generated window ID to vaapisink. There are two problems I am facing: 1. Th