- 24 Aug, 2009 1 commit
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 24 Jun, 2009 1 commit
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 19 Jun, 2009 1 commit
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 18 Jun, 2009 3 commits
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
Austin Yuan authored
rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer, vaDbgCreateSurfaceFromMRSTVL42Buffer->vaCreateSurfaceFromMRSTVL42Buffer Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 12 Jun, 2009 2 commits
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 05 Jun, 2009 1 commit
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 03 Jun, 2009 3 commits
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
Austin Yuan authored
dlopen Here is the background of this fix Investigation indicates MRST Moblin Alpha1 0529 and 0520 uses the same libva source package (which is from graphics Alpha1.4 pakcage \\mid-depot.amr.corp.intel.com\Exchange\Moblin2\PackageSubmit\1.0.7_05142009-4_Alpha1.4), and the rootcause is that the linkage of libva dependence libraries is chaned in 0529 build. I am not sure why 0529 build has this change, and this change indeed causes libva application segment fault issue. See the detailed investigation and explanation in the attached libva-0520-vs-0529.PNG picture. Reproduce Steps(steps,current result, reproduce possibility) =========================================================== (1) boot 0529 build (2) Install libva testsuits into 0529 build (3) run "mpeg4vld -x -i /var/clips/demo.m4v" Expected result: =========================================================== libVA application should exit cleanly Possible root cause: ================================ There was a global change which helps reduce unnecessary linking utilizing a feature in binutils. We could opt liva out of this easily, however I would recommend fixing the package to do the right linking instead of relying on the tools to do so, Arjan, any suggestions? Anas ============================= summary of the picture: the "new" libva does no longer link to * libXv * libdrm * librt * libpthread HOWEVER; libva doesn't USE any of these! I don't see how not linking to these could lead to a crash, since they truely are not used. ================================ Basically it is a known issue. If we remove these library link from libVA, we will always get a segment fault when XCloseDisplay is called in application. Libva doesn't use these liXv/libdrm libraries, but libVA will dlopen HW specific driver, and the driver links with these libXv/libdrm libraries. We found the issue can be worked around by adding the link into libVA. Using binutil to remove unnecessary link makes sense for most of libraries, but for libva, it disables our workaround. Austin Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 25 May, 2009 2 commits
-
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 20 May, 2009 1 commit
-
-
Jeff Rous authored
-
- 15 May, 2009 1 commit
-
-
root authored
Signed-off-by: root <root@Austin-Develop.localdomain>
-
- 12 May, 2009 1 commit
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 29 Apr, 2009 1 commit
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 23 Apr, 2009 1 commit
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 22 Apr, 2009 6 commits
-
-
Austin Yuan authored
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
-
root authored
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 03 Apr, 2009 2 commits
-
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
Austin Yuan authored
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-
- 26 Mar, 2009 2 commits
-
-
Austin Yuan authored
This reverts commit adac1a51.
-
Ren, Zhaohan authored
-
- 25 Mar, 2009 11 commits
-
-
Ren, Zhaohan authored
-
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-
Ren, Zhaohan authored
-