Home
last modified time | relevance | path

Searched refs:mfc_err (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/samsung/s5p-mfc/ !
H A Ds5p_mfc_ctrl.c31 mfc_err("Attempting to allocate firmware when it seems that it is already loaded\n"); in s5p_mfc_alloc_firmware()
37 mfc_err("Allocating bitprocessor buffer failed\n"); in s5p_mfc_alloc_firmware()
75 mfc_err("Firmware is not present in the /lib/firmware directory nor compiled in kernel\n"); in s5p_mfc_load_firmware()
79 mfc_err("MFC firmware is too big to be loaded\n"); in s5p_mfc_load_firmware()
112 mfc_err("Timeout while resetting MFC.\n"); in s5p_mfc_bus_reset()
163 mfc_err("Timeout while resetting MFC\n"); in s5p_mfc_reset()
218 mfc_err("Firmware memory is not allocated.\n"); in s5p_mfc_init_hw()
228 mfc_err("Failed to reset MFC - timeout\n"); in s5p_mfc_init_hw()
250 mfc_err("Failed to load firmware\n"); in s5p_mfc_init_hw()
259 mfc_err("Faile in s5p_mfc_init_hw()
[all...]
H A Ds5p_mfc_dec.c397 mfc_err("Format could not be read\n"); in vidioc_g_fmt()
415 mfc_err("Unsupported format for source.\n"); in vidioc_try_fmt()
419 mfc_err("Unknown codec\n"); in vidioc_try_fmt()
423 mfc_err("Unsupported format by this MFC version.\n"); in vidioc_try_fmt()
429 mfc_err("Unsupported format for destination.\n"); in vidioc_try_fmt()
433 mfc_err("Unsupported format by this MFC version.\n"); in vidioc_try_fmt()
484 mfc_err("Wrong type error for S_FMT : %d", f->type); in vidioc_s_fmt()
512 mfc_err("Reqbufs called in an invalid state\n"); in reqbufs_output()
532 mfc_err("Buffers have already been requested\n"); in reqbufs_output()
538 mfc_err("Faile in reqbufs_output()
[all...]
H A Ds5p_mfc_intr.c30 mfc_err("Interrupt (dev->int_type:%d, command:%d) timed out\n", in s5p_mfc_wait_for_done_dev()
34 mfc_err("Interrupted by a signal\n"); in s5p_mfc_wait_for_done_dev()
68 mfc_err("Interrupt (ctx->int_type:%d, command:%d) timed out\n", in s5p_mfc_wait_for_done_ctx()
72 mfc_err("Interrupted by a signal\n"); in s5p_mfc_wait_for_done_ctx()
H A Ds5p_mfc_enc.c1425 mfc_err("invalid buf type\n"); in vidioc_g_fmt()
1440 mfc_err("failed to try output format\n"); in vidioc_try_fmt()
1444 mfc_err("Unsupported format by this MFC version.\n"); in vidioc_try_fmt()
1453 mfc_err("failed to try output format\n"); in vidioc_try_fmt()
1457 mfc_err("Unsupported format by this MFC version.\n"); in vidioc_try_fmt()
1467 mfc_err("invalid buf type\n"); in vidioc_try_fmt()
1522 mfc_err("invalid buf type\n"); in vidioc_s_fmt()
1552 mfc_err("invalid capture state: %d\n", in vidioc_reqbufs()
1558 mfc_err("error in vb2_reqbufs() for E(D)\n"); in vidioc_reqbufs()
1573 mfc_err("invali in vidioc_reqbufs()
[all...]
H A Ds5p_mfc_opr.c62 mfc_err("Invalid memory configuration - buffer (%pad) is below base memory address(%pad)\n", in s5p_mfc_alloc_priv_buf()
72 mfc_err("Allocating private buffer of size %zu failed\n", b->size); in s5p_mfc_alloc_priv_buf()
91 mfc_err("Allocating generic buffer of size %zu failed\n", b->size); in s5p_mfc_alloc_generic_buf()
H A Ds5p_mfc_opr_v5.c43 mfc_err("Failed to allocate temporary buffer\n"); in s5p_mfc_alloc_dec_temp_buffers_v5()
174 mfc_err("Failed to allocate Bank1 temporary buffer\n"); in s5p_mfc_alloc_codec_buffers_v5()
183 mfc_err("Failed to allocate Bank2 temporary buffer\n"); in s5p_mfc_alloc_codec_buffers_v5()
214 mfc_err("Failed to allocate instance buffer\n"); in s5p_mfc_alloc_instance_buffer_v5()
227 mfc_err("Failed to allocate shared memory buffer\n"); in s5p_mfc_alloc_instance_buffer_v5()
462 mfc_err("Unknown codec for decoding (%x)\n", in s5p_mfc_set_dec_frame_buffer_v5()
669 mfc_err("Unknown codec set for encoding: %d\n", in s5p_mfc_set_enc_ref_buffer_v5()
1121 mfc_err("Unknown codec for encoding (%x)\n", in s5p_mfc_init_encode_v5()
1295 mfc_err("It seems that not all destination buffers were mmapped\nMFC requires that all destination are mmapped before starting processing\n"); in s5p_mfc_run_init_dec_buffers()
1299 mfc_err("Heade in s5p_mfc_run_init_dec_buffers()
[all...]
H A Ds5p_mfc_debug.h33 #define mfc_err(fmt, args...) \ macro
H A Ds5p_mfc_opr_v6.c368 mfc_err("Failed to allocate Bank1 memory\n"); in s5p_mfc_alloc_codec_buffers_v6()
419 mfc_err("Codec type(%d) should be checked!\n", ctx->codec_mode); in s5p_mfc_alloc_instance_buffer_v6()
425 mfc_err("Failed to allocate instance buffer\n"); in s5p_mfc_alloc_instance_buffer_v6()
454 mfc_err("Failed to allocate device context buffer\n"); in s5p_mfc_alloc_dev_context_buffer_v6()
1329 mfc_err("Unsupported map type for FMO: %d\n", in s5p_mfc_set_enc_params_h264()
1852 mfc_err("Unsupported last frame arg.\n"); in s5p_mfc_decode_one_frame_v6()
1876 mfc_err("Unknown codec for encoding (%x).\n", in s5p_mfc_init_encode_v6()
2094 mfc_err("It seems that not all destination buffers were\n" in s5p_mfc_run_init_dec_buffers()
2103 mfc_err("Failed to alloc frame mem.\n"); in s5p_mfc_run_init_dec_buffers()
2116 mfc_err("Faile in s5p_mfc_run_init_enc_buffers()
[all...]