Searched refs:mfc_err (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_ctrl.c | 31 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("Failed to send command to MFC - timeout\n"); in s5p_mfc_init_hw() [all …]
|
H A D | s5p_mfc_intr.c | 30 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 D | s5p_mfc_cmd_v5.c | 26 mfc_err("Timeout while waiting for hardware\n"); in s5p_mfc_cmd_host2risc_v5() 118 mfc_err("Failed to create a new instance\n"); in s5p_mfc_open_inst_cmd_v5() 131 mfc_err("Instance already returned\n"); in s5p_mfc_close_inst_cmd_v5() 143 mfc_err("Failed to return an instance\n"); in s5p_mfc_close_inst_cmd_v5()
|
H A D | s5p_mfc_opr.c | 62 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 D | s5p_mfc_pm.c | 36 mfc_err("Failed to get clock: %s\n", in s5p_mfc_init_pm() 76 mfc_err("clock prepare failed for clock: %s\n", in s5p_mfc_power_on()
|
H A D | s5p_mfc_opr_v5.c | 43 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… in s5p_mfc_run_init_dec_buffers() 1299 mfc_err("Header has been deallocated in the middle of initialization\n"); in s5p_mfc_run_init_dec_buffers() [all …]
|
H A D | s5p_mfc_debug.h | 33 #define mfc_err(fmt, args...) \ macro
|
H A D | s5p_mfc_opr_v6.c | 368 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() 1328 mfc_err("Unsupported map type for FMO: %d\n", in s5p_mfc_set_enc_params_h264() 1851 mfc_err("Unsupported last frame arg.\n"); in s5p_mfc_decode_one_frame_v6() 1875 mfc_err("Unknown codec for encoding (%x).\n", in s5p_mfc_init_encode_v6() 2093 mfc_err("It seems that not all destination buffers were\n" in s5p_mfc_run_init_dec_buffers() 2102 mfc_err("Failed to alloc frame mem.\n"); in s5p_mfc_run_init_dec_buffers() 2115 mfc_err("Failed to allocate encoding buffers\n"); in s5p_mfc_run_init_enc_buffers() [all …]
|