Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c73 mfc_debug(2, "Luma size:%d Chroma size:%d MV size:%d\n", in s5p_mfc_alloc_codec_buffers_v6()
75 mfc_debug(2, "Totals bufs: %d\n", ctx->total_dpb_count); in s5p_mfc_alloc_codec_buffers_v6()
160 mfc_debug(2, "recon luma size: %zu chroma size: %zu\n", in s5p_mfc_alloc_codec_buffers_v6()
171 mfc_debug(2, "Use min scratch buffer size\n"); in s5p_mfc_alloc_codec_buffers_v6()
190 mfc_debug(2, "Use min scratch buffer size\n"); in s5p_mfc_alloc_codec_buffers_v6()
210 mfc_debug(2, "Use min scratch buffer size\n"); in s5p_mfc_alloc_codec_buffers_v6()
227 mfc_debug(2, "Use min scratch buffer size\n"); in s5p_mfc_alloc_codec_buffers_v6()
239 mfc_debug(2, "Use min scratch buffer size\n"); in s5p_mfc_alloc_codec_buffers_v6()
255 mfc_debug(2, "Use min scratch buffer size\n"); in s5p_mfc_alloc_codec_buffers_v6()
261 mfc_debug(2, "Use min scratch buffer size\n"); in s5p_mfc_alloc_codec_buffers_v6()
[all …]
H A Ds5p_mfc_ctrl.c184 mfc_debug(2, "Base Address : %pad\n", in s5p_mfc_init_memctrl()
191 mfc_debug(2, "Bank1: %pad, Bank2: %pad\n", in s5p_mfc_init_memctrl()
223 mfc_debug(2, "MFC reset..\n"); in s5p_mfc_init_hw()
231 mfc_debug(2, "Done MFC reset..\n"); in s5p_mfc_init_hw()
248 mfc_debug(2, "Will now wait for completion of firmware transfer\n"); in s5p_mfc_init_hw()
264 mfc_debug(2, "Ok, now will wait for completion of hardware init\n"); in s5p_mfc_init_hw()
286 mfc_debug(2, "MFC F/W version : %02xyy, %02xmm, %02xdd\n", in s5p_mfc_init_hw()
346 mfc_debug(2, "Write command to wakeup MFCV8\n"); in s5p_mfc_v8_wait_wakeup()
392 mfc_debug(2, "MFC reset..\n"); in s5p_mfc_wakeup()
401 mfc_debug(2, "Done MFC reset..\n"); in s5p_mfc_wakeup()
[all …]
H A Ds5p_mfc_debug.h20 #define mfc_debug(level, fmt, args...) \ macro
27 #define mfc_debug(level, fmt, args...) macro
30 #define mfc_debug_enter() mfc_debug(5, "enter\n")
31 #define mfc_debug_leave() mfc_debug(5, "leave\n")
H A Ds5p_mfc_opr_v5.c70 mfc_debug(2, "Luma size:%d Chroma size:%d MV size:%d\n", in s5p_mfc_alloc_codec_buffers_v5()
72 mfc_debug(2, "Totals bufs: %d\n", ctx->total_dpb_count); in s5p_mfc_alloc_codec_buffers_v5()
93 mfc_debug(2, "recon luma size: %d chroma size: %d\n", in s5p_mfc_alloc_codec_buffers_v5()
280 mfc_debug(2, in s5p_mfc_dec_calc_dpb_size_v5()
469 mfc_debug(2, "Frm size: %d ch: %d mv: %d\n", frame_size_lu, frame_size_ch, in s5p_mfc_set_dec_frame_buffer_v5()
473 mfc_debug(2, "Luma %d: %zx\n", i, in s5p_mfc_set_dec_frame_buffer_v5()
477 mfc_debug(2, "\tChroma %d: %zx\n", i, in s5p_mfc_set_dec_frame_buffer_v5()
482 mfc_debug(2, "\tBuf2: %zx, size: %d\n", in s5p_mfc_set_dec_frame_buffer_v5()
490 mfc_debug(2, "Buf1: %zu, buf_size1: %d\n", buf_addr1, buf_size1); in s5p_mfc_set_dec_frame_buffer_v5()
491 mfc_debug(2, "Buf 1/2 size after: %d/%d (frames %d)\n", in s5p_mfc_set_dec_frame_buffer_v5()
[all …]
H A Ds5p_mfc_opr.c42 mfc_debug(3, "Allocating priv: %zu\n", b->size); in s5p_mfc_alloc_priv_buf()
69 mfc_debug(3, "Allocated addr %p %pad\n", b->virt, &b->dma); in s5p_mfc_alloc_priv_buf()
81 mfc_debug(3, "Allocating generic buf: %zu\n", b->size); in s5p_mfc_alloc_generic_buf()
88 mfc_debug(3, "Allocated addr %p %pad\n", b->virt, &b->dma); in s5p_mfc_alloc_generic_buf()
H A Ds5p_mfc_intr.c37 mfc_debug(1, "Finished waiting (dev->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_dev()
75 mfc_debug(1, "Finished waiting (ctx->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_ctx()
H A Ds5p_mfc_cmd_v6.c20 mfc_debug(2, "Issue the command: %d\n", cmd); in s5p_mfc_cmd_host2risc_v6()
73 mfc_debug(2, "Requested codec mode: %d\n", ctx->codec_mode); in s5p_mfc_open_inst_cmd_v6()
H A Ds5p_mfc_cmd_v5.c78 mfc_debug(2, "Getting instance number (codec: %d)\n", ctx->codec_mode); in s5p_mfc_open_inst_cmd_v5()
136 mfc_debug(2, "Returning instance number %d\n", ctx->inst_no); in s5p_mfc_close_inst_cmd_v5()