07.12

Posted by SHNa
2015. 7. 12. 19:12 Mobile & Embedded/베가아이언2





삼성 Lollipop 과 같은 CAF revision으로 병합. 

<6>[   35.214699 / 07-12 19:11:01.890]-CPU:0  [       Binder_1: 1017] pil_venus fdce0000.qcom,venus: venus: loading from 0x07500000 to 0x07a00000
<6>[   35.286149 / 07-12 19:11:01.960]-CPU:1  [       Binder_1: 1017] pil_venus fdce0000.qcom,venus: venus: Brought out of reset
<7>[   35.302630 / 07-12 19:11:01.980]-CPU:3  [       Binder_1: 1017] msm_vidc: 1: No more formats found
<7>[   35.302707 / 07-12 19:11:01.980]-CPU:3  [       Binder_1: 1017] msm_vidc: 1: No more formats found
<7>[   35.815219 / 07-12 19:11:02.490]-CPU:2  [       Binder_1: 1017] msm_vidc: 2: AXI bus port halt timeout
<7>[   35.815237 / 07-12 19:11:02.490]-CPU:2  [       Binder_1: 1017] msm_vidc: 2: Failed to halt AXI
<6>[   35.816833 / 07-12 19:11:02.490]-CPU:2  [       Binder_1: 1017] msm_vidc: 4: Closed video instance: f1d04000
<6>[   36.090022 / 07-12 19:11:02.770]-CPU:1  [    CodecLooper: 3059] msm_vidc: 4: Opening video instance: f2ffa000, 0
<6>[   36.136729 / 07-12 19:11:02.810]-CPU:0  [    CodecLooper: 3059] pil_venus fdce0000.qcom,venus: venus: loading from 0x07500000 to 0x07a00000
<6>[   36.239845 / 07-12 19:11:02.920]-CPU:1  [    CodecLooper: 3059] pil_venus fdce0000.qcom,venus: venus: Brought out of reset
<7>[   36.252609 / 07-12 19:11:02.930]-CPU:1  [    CodecLooper: 3059] msm_vidc: 1: No more formats found
<7>[   36.252640 / 07-12 19:11:02.930]-CPU:1  [    CodecLooper: 3059] msm_vidc: 1: No more formats found
<7>[   36.623473 / 07-12 19:11:03.300]-CPU:2  [VideoEncMsgThre: 3064] msm_vidc: 1: Failed to qbuf, -22
<7>[   36.628523 / 07-12 19:11:03.300]-CPU:2  [    kworker/u:4:  168] msm_vidc: 1: HFI Error: -2147483642
<7>[   36.899574 / 07-12 19:11:03.580]-CPU:1 I[      swapper/1:    0] wlan0: no IPv6 routers present
<7>[   37.162384 / 07-12 19:11:03.840]-CPU:3  [    CodecLooper: 3059] msm_vidc: 2: AXI bus port halt timeout
<7>[   37.162427 / 07-12 19:11:03.840]-CPU:3  [    CodecLooper: 3059] msm_vidc: 2: Failed to halt AXI
<6>[   37.164557 / 07-12 19:11:03.840]-CPU:3  [    CodecLooper: 3059] msm_vidc: 4: Closed video instance: f2ffa000


vidc venus 쪽 수정중...



+++++++++++++++++++++++++++++++++++++++++

22:00

-	num_buffers = min_t(unsigned int, req->count, VB2_MAX_FRAME);
+	num_buffers = min_t(unsigned int, req->count, VIDEO_MAX_FRAME);
 	memset(q->plane_sizes, 0, sizeof(q->plane_sizes));
 	memset(q->alloc_ctx, 0, sizeof(q->alloc_ctx));
 	q->memory = req->memory;
 		return -EINVAL;
 	}
 
-	if (q->num_buffers == VB2_MAX_FRAME) {
+	if (q->num_buffers == VIDEO_MAX_FRAME) {
 		dprintk(1, "%s(): maximum number of buffers 


FIXED


'Mobile & Embedded > 베가아이언2' 카테고리의 다른 글

16.08.26  (0) 2016.08.26
16.07.17 밝기조절  (0) 2016.07.17
07.11  (0) 2015.07.11
Dokdo-Project 6.4.1 Patch Note  (0) 2015.07.02
06.27  (0) 2015.06.27