0

我的问题如下,我拥有最新的所有库和所有东西(包括内核)来让新的 Qualcomm ICS Adreno 驱动程序在 ICS 上工作。

构建后,我在logcat (*) 第 435 行收到一个已知错误。

我的手机是名为 Galaxy 5 或 Europa 的 ARMv6。

欢迎任何帮助解决 logcat 上的任何问题。

(*)

E/msm7x27.gralloc( 4574): We support 2 buffers

I/msm7x27.gralloc( 4574): using (fd=34)

I/msm7x27.gralloc( 4574): id           = msmfb30_30001

I/msm7x27.gralloc( 4574): xres         = 240 px

I/msm7x27.gralloc( 4574): yres         = 320 px

I/msm7x27.gralloc( 4574): xres_virtual = 240 px

I/msm7x27.gralloc( 4574): yres_virtual = 640 px

I/msm7x27.gralloc( 4574): bpp          = 32

I/msm7x27.gralloc( 4574): r            = 24:8

I/msm7x27.gralloc( 4574): g            = 16:8

I/msm7x27.gralloc( 4574): b            =  8:8

I/msm7x27.gralloc( 4574): width        = 38 mm (160.421051 dpi)

I/msm7x27.gralloc( 4574): height       = 51 mm (159.372543 dpi)

I/msm7x27.gralloc( 4574): refresh rate = 0.00 Hz

D/CALCFPS ( 4574): DEBUG_CALC_FPS: 0

D/CALCFPS ( 4574): period: 10

D/CALCFPS ( 4574): ignorethresh_us: 500000

D/CALCFPS ( 4574): DEBUG_CALC_FPS: 0

D/CALCFPS ( 4574): period: 10

D/CALCFPS ( 4574): ignorethresh_us: 500000

D/FramebufferNativeWindow( 4574): mNumBuffers = 2

**E/libgenlock( 4574): genlock_create_lock: open genlock device failed (err=No such file or directory)**
4

1 回答 1

1

这是一个迟到的回复,但看起来您的错误源于您的内核没有内置到内核中的同步锁相。您是否将同步锁定设备驱动程序反向移植/合并到内核中?

不确定你运行的是什么 CPU,但它显然是 MSM/QCOM ..

所以这是一个很好的起点。

https://github.com/ikarosdev/triumph-kernel-msm7x30/commit/d382ea0e23631bfce889425c0c3d7889df57bfbf

于 2012-10-17T03:19:18.180 回答