aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-14Fix relative path of included kernel headerandroid-wear-5.0.0_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-devlollipop-cts-releaseThierry Strudel
Bug: 16900503 BZ: 209178 Change-Id: Ic17f6149335179a6d5bcbee09f8514018c11f63c Signed-off-by: Thierry Strudel <thierry.strudel@intel.com> Reviewed-on: https://android.intel.com/220104 Reviewed-by: Hazarika, Prodyut <prodyut.hazarika@intel.com> Reviewed-by: Fert, Laurent <laurent.fert@intel.com> Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com> Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
2014-07-22Only build libwsbm if IMG graphics are selectedPatrick Tjin
Change-Id: I4cda2f02885c4d8d14f2577b44a788268390d9c8
2014-07-21AOSP cleanup: remove warnings and build errors for AOSP/LThierry Strudel
BZ: 209178 Change-Id: I35bf0b32b66c4dc24d2c6a83aa7b8c0dd6e96995 Signed-off-by: Thierry Strudel <thierry.strudel@intel.com> Reviewed-on: https://android.intel.com/217900 Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com> Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
2014-07-21libwsbm: enable 64bit supportFei Jiang
BZ: 172915 For 64bit mmap, need directly call mmap API. Change-Id: Iff905c35d36c6db0f98d97cdf8b714e72baeca7a Signed-off-by: Fei Jiang <fei.jiang@intel.com>
2014-07-21libwsbm: resolve find_vma problem in kernel driverFei Jiang
BZ: 158272 When user space is 32 bit, kernel space is 64 bit, user address space can above 3G. While if we set address to uint64, need first convert address to unsigned long.x Change-Id: Idae15076ab59416e8ead546ba893ea5f49b6a3f9 Signed-off-by: Fei Jiang <fei.jiang@intel.com>
2014-07-21libwsbm: enable wsbm compiling for Baytrail platformFei Jiang
BZ: 96355 On baytrail platform, vp8 decoding is done by VXD. While VXD decoding is using ttm as buffer manager, there is no dependency on IMG gfx for wsbm compiling. Signed-off-by: Fei Jiang <fei.jiang@intel.com> Change-Id: Ic3671dc6369a64a4558e39bae333a78c3c60b5ad Reviewed-on: http://android.intel.com:8080/98806 Reviewed-by: Ding, Haitao <haitao.ding@intel.com> Tested-by: Ding, Haitao <haitao.ding@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
2014-07-21Fix klocwork issuesElaine Wang
BZ: 77254 Check the return value of calloc. Fix NULL pointer dereference risk. Signed-off-by: Elaine Wang <elaine.wang@intel.com> Change-Id: Ie877bf092e366f59ffa05f39f0d51d5c5d0c2199 Reviewed-on: http://android.intel.com:8080/83994 Reviewed-by: Wang, Elaine <elaine.wang@intel.com> Reviewed-by: Yuan, Shengquan <shengquan.yuan@intel.com> Reviewed-by: Shi, PingX <pingx.shi@intel.com> Tested-by: Shi, PingX <pingx.shi@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
2014-07-21REVERTME: Do not build libwsbm without IMG graphics enabledMark F. Brown
BZ: 49093 please disable it for MRFLD Change-Id: Ie6304ad369d67be9c2b65aa6474c9e1e866ab373 Signed-off-by: Mark F. Brown <mark.f.brown@intel.com> Signed-off-by: Yong Yao <yong.yao@intel.com> Reviewed-on: http://android.intel.com:8080/62274 Tested-by: Brouat, Claude <claude.brouat@intel.com> Reviewed-by: Brouat, Claude <claude.brouat@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
2014-07-21build: Clean up use of include filesBruce Beare
BZ: 43321 Projects should not refer to header files in other projects directly (since projects can be moved around). Instead... headers should be published into the out/ directory and found there when needed. Change-Id: I8e4d328db8366882db3633f7b86aaa07cc0646fe Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Reviewed-on: http://android.intel.com:8080/56273 Reviewed-by: Li, XiaojingX <xiaojingx.li@intel.com> Tested-by: Li, XiaojingX <xiaojingx.li@intel.com>
2014-07-21libwsbm: enable ICS graphic buffer decoding and rendering.Fei Jiang
BZ: 18370 This patch enabled to use external buffer for video decoding, will wrap a gralloc buffer to TTM buffer. Add function wsbmBODataUB and ttm_pool_ub_create to support wrap a GraphicBuffer to a TTM buffer. Change-Id: I73a3050142ccaa45e9ebe7feb771a6a3843f6172 Reviewed-on: http://android.intel.com:8080/27889 Reviewed-by: Yuan, Shengquan <shengquan.yuan@intel.com> Reviewed-by: Ding, Haitao <haitao.ding@intel.com> Tested-by: Ding, Haitao <haitao.ding@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
2014-07-21Enable video playback in libwsbmLiu, Shuo
Change-Id: I60d2578091ce74294c8b10757e3f43feaf5648b4 Signed-off-by: Liu, Shuo <shuo.liu@intel.com>
2014-07-21Fix module tags line$
Change-Id: Ieceea6ddbcc3f5491a8aefa37d906b4863e6a35b Signed-off-by: $ <bruce.j.beare@intel.com>
2014-07-21ajust to the new kernel include policiesmgross
Change-Id: Ibf497160b6e23e915e3afe657316f0a45d2a0f28
2014-07-21Copy the wind river 0329 build libwsbm code to here.root
Change-Id: Ic4cbcec2de408bc7525314da8da21d5f8284c83e
2014-07-21Dummy filegerrituser
2014-07-21Initial empty repositoryBaligh Uddin