[COMMON] media: mfc: DRV4.0: update prefix [DRC]
authorAyoung Sim <a.sim@samsung.com>
Mon, 18 Jun 2018 02:22:37 +0000 (11:22 +0900)
committerSunyoung Kang <sy0816.kang@samsung.com>
Mon, 23 Jul 2018 06:18:33 +0000 (15:18 +0900)
Change-Id: Ib9379c00da450026723b1f76b2472ac60bd60be1
Signed-off-by: Ayoung Sim <a.sim@samsung.com>
drivers/media/platform/exynos/mfc/s5p_mfc_enc.c
drivers/media/platform/exynos/mfc/s5p_mfc_hwlock.c
drivers/media/platform/exynos/mfc/s5p_mfc_irq.c
drivers/media/platform/exynos/mfc/s5p_mfc_nal_q.c

index dff796d84238548dc0243eec5ae7e6055c98826d..8b413c80b117efff69f5d04d547fea72468d4c78 100644 (file)
@@ -430,7 +430,7 @@ static int vidioc_s_fmt_vid_out_mplane(struct file *file, void *priv,
 
        if (ctx->state == MFCINST_RUNNING) {
                s5p_mfc_change_state(ctx, MFCINST_GOT_INST);
-               mfc_info_ctx("Enc resolution is changed\n");
+               mfc_info_ctx("[DRC] Enc resolution is changed\n");
        }
 
        mfc_info_ctx("Enc input pixelformat : %s\n", ctx->src_fmt->name);
index 62ea0d64ab05e1a9d29d63684a2525164864c08c..b680f74bf83697a1b41e69393c290c703d70454f 100644 (file)
@@ -761,9 +761,9 @@ static int mfc_just_run_dec(struct s5p_mfc_ctx *ctx)
                ret = s5p_mfc_run_dec_last_frames(ctx);
                break;
        case MFCINST_RES_CHANGE_END:
-               mfc_debug(2, "Finished remaining frames after resolution change.\n");
+               mfc_debug(2, "[DRC] Finished remaining frames after resolution change\n");
                ctx->capture_state = QUEUE_FREE;
-               mfc_debug(2, "Will re-init the codec.\n");
+               mfc_debug(2, "[DRC] Will re-init the codec\n");
                ret = s5p_mfc_run_dec_init(ctx);
                break;
        case MFCINST_DPB_FLUSHING:
index fd5844c142ef047037eb16ef5e38c10f56e8496d..c3673df4102708b5ade6b6a1c1abc2797ddc6f9d 100644 (file)
@@ -623,15 +623,15 @@ static void mfc_handle_frame(struct s5p_mfc_ctx *ctx,
                s5p_mfc_change_state(ctx, MFCINST_RES_CHANGE_FLUSH);
 
        if (res_change) {
-               mfc_debug(2, "Resolution change set to %d\n", res_change);
+               mfc_debug(2, "[DRC] Resolution change set to %d\n", res_change);
                s5p_mfc_change_state(ctx, MFCINST_RES_CHANGE_INIT);
                ctx->wait_state = WAIT_DECODING;
-               mfc_debug(2, "Decoding waiting! : %d\n", ctx->wait_state);
+               mfc_debug(7, "[DRC] Decoding waiting! : %d\n", ctx->wait_state);
                return;
        }
 
        if (need_dpb_change || need_scratch_change)
-               mfc_debug(2, "Interframe resolution change is not supported\n");
+               mfc_debug(2, "[DRC] Interframe resolution change is not supported\n");
 
        if (s5p_mfc_is_queue_count_same(&ctx->buf_queue_lock, &ctx->src_buf_queue, 0) &&
                s5p_mfc_is_queue_count_same(&ctx->buf_queue_lock, &ctx->dst_buf_queue, 0)) {
@@ -656,7 +656,7 @@ static void mfc_handle_frame(struct s5p_mfc_ctx *ctx,
                if (ctx->state == MFCINST_RES_CHANGE_FLUSH) {
                        struct mfc_timestamp *temp_ts = NULL;
 
-                       mfc_debug(2, "Last frame received after resolution change.\n");
+                       mfc_debug(2, "[DRC] Last frame received after resolution change.\n");
                        mfc_handle_frame_all_extracted(ctx);
                        s5p_mfc_change_state(ctx, MFCINST_RES_CHANGE_END);
                        /* If there is no display frame after resolution change,
@@ -1175,7 +1175,7 @@ static int mfc_handle_seq_enc(struct s5p_mfc_ctx *ctx)
        s5p_mfc_clear_roi_enable(dev);
 
        if (!ctx->codec_buffer_allocated) {
-               mfc_debug(2, "previous codec buffer is exist\n");
+               mfc_debug(2, "[DRC] previous codec buffer is exist\n");
 
                if (dev->has_mmcache && dev->mmcache.is_on_status)
                        s5p_mfc_invalidate_mmcache(dev);
index 01ee2616061447b169cc097d4cf8322ea7c314b0..05a52897933b89608d9f42a5de735d4eb6fca436 100644 (file)
@@ -1512,15 +1512,15 @@ void mfc_nal_q_handle_frame(struct s5p_mfc_ctx *ctx, DecoderOutputStr *pOutStr)
                                dec->dynamic_used, pOutStr->UsedDpbFlagLower);
 
        if (ctx->state == MFCINST_RES_CHANGE_INIT) {
-               mfc_debug(2, "NAL Q: return until NAL-Q stopped in try_run\n");
+               mfc_debug(2, "NAL Q:[DRC] return until NAL-Q stopped in try_run\n");
                goto leave_handle_frame;
        }
        if (res_change) {
-               mfc_debug(2, "NAL Q: Resolution change set to %d\n", res_change);
+               mfc_debug(2, "NAL Q:[DRC] Resolution change set to %d\n", res_change);
                s5p_mfc_change_state(ctx, MFCINST_RES_CHANGE_INIT);
                ctx->wait_state = WAIT_DECODING;
                dev->nal_q_handle->nal_q_exception = 1;
-               mfc_info_ctx("NAL Q: nal_q_exception is set (res change)\n");
+               mfc_info_ctx("NAL Q:[DRC] nal_q_exception is set (res change)\n");
                goto leave_handle_frame;
        }
        if (need_empty_dpb) {
@@ -1531,9 +1531,9 @@ void mfc_nal_q_handle_frame(struct s5p_mfc_ctx *ctx, DecoderOutputStr *pOutStr)
                goto leave_handle_frame;
        }
        if (need_dpb_change || need_scratch_change) {
-               mfc_debug(2, "NAL Q: Interframe resolution change is not supported\n");
+               mfc_debug(2, "NAL Q:[DRC] Interframe resolution change is not supported\n");
                dev->nal_q_handle->nal_q_exception = 1;
-               mfc_info_ctx("NAL Q: nal_q_exception is set (interframe res change)\n");
+               mfc_info_ctx("NAL Q:[DRC] nal_q_exception is set (interframe res change)\n");
                goto leave_handle_frame;
        }
        if (is_interlaced) {