[COMMON] media: mfc: DRV4.0: update prefix [OTF]
authorAyoung Sim <a.sim@samsung.com>
Thu, 21 Jun 2018 08:22:32 +0000 (17:22 +0900)
committerSunyoung Kang <sy0816.kang@samsung.com>
Mon, 23 Jul 2018 06:18:41 +0000 (15:18 +0900)
Change-Id: Ia4ff5d63a40fbceb00675eaac1ba736e34b9e8ab
Signed-off-by: Ayoung Sim <a.sim@samsung.com>
drivers/media/platform/exynos/mfc/s5p_mfc.c
drivers/media/platform/exynos/mfc/s5p_mfc_buf.c
drivers/media/platform/exynos/mfc/s5p_mfc_enc.c
drivers/media/platform/exynos/mfc/s5p_mfc_enc_param.c
drivers/media/platform/exynos/mfc/s5p_mfc_otf.c
drivers/media/platform/exynos/mfc/s5p_mfc_reg.c

index bb5fbcd1ec9a29c6e1e37c702b93e2e22beefb90..205df01034894c975e626c9f3df6deadfad9fa5c 100644 (file)
@@ -575,7 +575,7 @@ static int s5p_mfc_open(struct file *file)
        if (s5p_mfc_is_encoder_otf_node(node)) {
                ret = s5p_mfc_otf_create(ctx);
                if (ret)
-                       mfc_err_ctx("OTF: otf_create failed\n");
+                       mfc_err_ctx("[OTF] otf_create failed\n");
        }
 #endif
 
@@ -901,7 +901,7 @@ int s5p_mfc_sysmmu_fault_handler(struct iommu_domain *iodmn, struct device *devi
 
        dev = (struct s5p_mfc_dev *)param;
 
-       /* OTF: If AxID is 1 in SYSMMU1 fault info, it is TS-MUX fault */
+       /* [OTF] If AxID is 1 in SYSMMU1 fault info, it is TS-MUX fault */
        if (dev->has_hwfc && dev->has_2sysmmu) {
                if (MFC_MMU1_READL(MFC_MMU_INTERRUPT_STATUS) &&
                                ((MFC_MMU1_READL(MFC_MMU_FAULT_TRANS_INFO) &
index b63f9d7ab8124691e909ed93f1a96fc99298471d..2d2b5f9be82203c5f87eca033a8743575f783f2c 100644 (file)
@@ -549,10 +549,10 @@ int s5p_mfc_otf_alloc_stream_buf(struct s5p_mfc_ctx *ctx)
                buf->buftype = MFCBUF_NORMAL;
                buf->size = raw->total_plane_size;
                if (s5p_mfc_mem_ion_alloc(dev, buf)) {
-                       mfc_err_ctx("OTF: Allocating stream buffer failed\n");
+                       mfc_err_ctx("[OTF] Allocating stream buffer failed\n");
                        return -EINVAL;
                }
-               mfc_debug(2, "OTF:[MEMINFO] OTF stream buf[%d] size: %ld, daddr: 0x%08llx, vaddr: 0x%p\n",
+               mfc_debug(2, "[OTF][MEMINFO] OTF stream buf[%d] size: %ld, daddr: 0x%08llx, vaddr: 0x%p\n",
                                i, buf->size, buf->daddr, buf->vaddr);
                memset(buf->vaddr, 0, raw->total_plane_size);
        }
@@ -578,7 +578,7 @@ void s5p_mfc_otf_release_stream_buf(struct s5p_mfc_ctx *ctx)
                        s5p_mfc_mem_ion_free(dev, buf);
        }
 
-       mfc_debug(2, "OTF:[MEMINFO] Release the OTF stream buffer\n");
+       mfc_debug(2, "[OTF][MEMINFO] Release the OTF stream buffer\n");
        mfc_debug_leave();
 }
 
index 3032f3a44d9a9a956d7be12e0aab85879b126b79..e57824612cc325e71b0022bd1a042a2c2eee0c03 100644 (file)
@@ -319,11 +319,11 @@ static int vidioc_s_fmt_vid_cap_mplane(struct file *file, void *priv,
        if (ctx->otf_handle) {
                if (ctx->dst_fmt->fourcc != V4L2_PIX_FMT_H264 &&
                                ctx->dst_fmt->fourcc != V4L2_PIX_FMT_HEVC) {
-                       mfc_err_ctx("OTF: only H.264 and HEVC is supported\n");
+                       mfc_err_ctx("[OTF] only H.264 and HEVC is supported\n");
                        return -EINVAL;
                }
                if (s5p_mfc_otf_init(ctx)) {
-                       mfc_err_ctx("OTF: otf_init failed\n");
+                       mfc_err_ctx("[OTF] otf_init failed\n");
                        s5p_mfc_otf_destroy(ctx);
                        return -EINVAL;
                }
@@ -409,7 +409,7 @@ static int vidioc_s_fmt_vid_out_mplane(struct file *file, void *priv,
        }
 
        if (ctx->otf_handle) {
-               mfc_info_ctx("OTF: skip source s_fmt\n");
+               mfc_info_ctx("[OTF] skip source s_fmt\n");
                return 0;
        }
 
@@ -527,7 +527,7 @@ static int vidioc_reqbufs(struct file *file, void *priv,
        }
 
        if (ctx->otf_handle) {
-               mfc_info_ctx("OTF: skip reqbufs\n");
+               mfc_info_ctx("[OTF] skip reqbufs\n");
                return 0;
        }
 
@@ -590,7 +590,7 @@ static int vidioc_querybuf(struct file *file, void *priv,
        mfc_debug_enter();
 
        if (ctx->otf_handle) {
-               mfc_info_ctx("OTF: skip source querybuf\n");
+               mfc_info_ctx("[OTF] skip source querybuf\n");
                return 0;
        }
 
@@ -627,7 +627,7 @@ static int vidioc_qbuf(struct file *file, void *priv, struct v4l2_buffer *buf)
        mfc_debug_enter();
 
        if (ctx->otf_handle) {
-               mfc_info_ctx("OTF: skip qbuf\n");
+               mfc_info_ctx("[OTF] skip qbuf\n");
                return 0;
        }
 
@@ -673,7 +673,7 @@ static int vidioc_dqbuf(struct file *file, void *priv, struct v4l2_buffer *buf)
        mfc_debug_enter();
 
        if (ctx->otf_handle) {
-               mfc_info_ctx("OTF: skip dqbuf\n");
+               mfc_info_ctx("[OTF] skip dqbuf\n");
                return 0;
        }
 
@@ -702,7 +702,7 @@ static int vidioc_streamon(struct file *file, void *priv,
        mfc_debug_enter();
 
        if (ctx->otf_handle) {
-               mfc_info_ctx("OTF: skip streamon\n");
+               mfc_info_ctx("[OTF] skip streamon\n");
                return 0;
        }
 
@@ -736,7 +736,7 @@ static int vidioc_streamoff(struct file *file, void *priv,
        mfc_debug_enter();
 
        if (ctx->otf_handle) {
-               mfc_info_ctx("OTF: skip streamoff\n");
+               mfc_info_ctx("[OTF] skip streamoff\n");
                return 0;
        }
 
index bcf6fde88ba681f80f43821b80abf19bdd2299af..6cc8a21cfb893765ca5f0d7a144411aa002be0e5 100644 (file)
@@ -179,7 +179,7 @@ static void mfc_set_enc_params(struct s5p_mfc_ctx *ctx)
        reg &= ~(0x1 << 6);
        if (ctx->otf_handle) {
                reg |= (0x1 << 6);
-               mfc_debug(2, "OTF: SEQ_HEADER_GENERATION is disabled\n");
+               mfc_debug(2, "[OTF] SEQ_HEADER_GENERATION is disabled\n");
        }
        /* 'NON_REFERENCE_STORE_ENABLE' for debugging */
        reg &= ~(0x1 << 9);
@@ -458,7 +458,7 @@ void s5p_mfc_set_enc_params_h264(struct s5p_mfc_ctx *ctx)
        /* enable sps pps control in OTF scenario */
        if (ctx->otf_handle) {
                reg |= (0x1 << 29);
-               mfc_debug(2, "OTF: SPS_PPS_CONTROL enabled\n");
+               mfc_debug(2, "[OTF] SPS_PPS_CONTROL enabled\n");
        }
        /* VUI parameter disable */
        reg &= ~(0x1 << 30);
@@ -1172,7 +1172,7 @@ void s5p_mfc_set_enc_params_hevc(struct s5p_mfc_ctx *ctx)
        /* enable sps pps control in OTF scenario */
        if (ctx->otf_handle) {
                reg |= (0x1 << 26);
-               mfc_debug(2, "OTF: SPS_PPS_CONTROL enabled\n");
+               mfc_debug(2, "[OTF] SPS_PPS_CONTROL enabled\n");
        }
        /* Weighted Prediction enable */
        reg &= ~(0x1 << 28);
index b4b83ae54b1c5a7045ce4c187a743ba2e2ddd363..464ec70d013ab8601717133c78485f949042df54 100644 (file)
@@ -59,11 +59,11 @@ static int mfc_otf_set_buf_info(struct s5p_mfc_ctx *ctx)
 
        ctx->src_fmt = mfc_enc_hwfc_find_format(buf_info->pixel_format);
        if (!ctx->src_fmt) {
-               mfc_err_ctx("OTF: failed to set source format\n");
+               mfc_err_ctx("[OTF] failed to set source format\n");
                return -EINVAL;
        }
 
-       mfc_debug(2, "OTF:[FRAME] resolution w: %d, h: %d, format: %s, bufcnt: %d\n",
+       mfc_debug(2, "[OTF][FRAME] resolution w: %d, h: %d, format: %s, bufcnt: %d\n",
                        buf_info->width, buf_info->height,
                        ctx->src_fmt->name, buf_info->buffer_count);
 
@@ -94,13 +94,13 @@ static int mfc_otf_map_buf(struct s5p_mfc_ctx *ctx)
 
        mfc_debug_enter();
 
-       mfc_debug(2, "OTF: buffer count: %d\n", buf_info->buffer_count);
+       mfc_debug(2, "[OTF] buffer count: %d\n", buf_info->buffer_count);
        /* map buffers */
        for (i = 0; i < buf_info->buffer_count; i++) {
-               mfc_debug(2, "OTF: dma_buf: 0x%p\n", buf_info->bufs[i]);
+               mfc_debug(2, "[OTF] dma_buf: 0x%p\n", buf_info->bufs[i]);
                buf_addr->otf_buf_attach[i] = dma_buf_attach(buf_info->bufs[i], dev->device);
                if (IS_ERR(buf_addr->otf_buf_attach[i])) {
-                       mfc_err_ctx("OTF: Failed to get attachment (err %ld)",
+                       mfc_err_ctx("[OTF] Failed to get attachment (err %ld)",
                                PTR_ERR(buf_addr->otf_buf_attach[i]));
                        buf_addr->otf_buf_attach[i] = 0;
                        return -EINVAL;
@@ -108,7 +108,7 @@ static int mfc_otf_map_buf(struct s5p_mfc_ctx *ctx)
                buf_addr->otf_daddr[i][0] = ion_iovmm_map(buf_addr->otf_buf_attach[i], 0,
                                raw->total_plane_size, DMA_BIDIRECTIONAL, 0);
                if (IS_ERR_VALUE(buf_addr->otf_daddr[i][0])) {
-                       mfc_err_ctx("OTF: Failed to get daddr (0x%08llx)",
+                       mfc_err_ctx("[OTF] Failed to get daddr (0x%08llx)",
                                        buf_addr->otf_daddr[i][0]);
                        buf_addr->otf_daddr[i][0] = 0;
                        return -EINVAL;
@@ -117,10 +117,10 @@ static int mfc_otf_map_buf(struct s5p_mfc_ctx *ctx)
                        buf_addr->otf_daddr[i][1] = NV12N_CBCR_BASE(buf_addr->otf_daddr[i][0],
                                        ctx->img_width, ctx->img_height);
                } else {
-                       mfc_err_ctx("OTF: not supported format(0x%x)\n", ctx->src_fmt->fourcc);
+                       mfc_err_ctx("[OTF] not supported format(0x%x)\n", ctx->src_fmt->fourcc);
                        return -EINVAL;
                }
-               mfc_debug(2, "OTF: index: %d, addr[0]: 0x%08llx, addr[1]: 0x%08llx\n",
+               mfc_debug(2, "[OTF] index: %d, addr[0]: 0x%08llx, addr[1]: 0x%08llx\n",
                                i, buf_addr->otf_daddr[i][0], buf_addr->otf_daddr[i][1]);
        }
 
@@ -185,26 +185,26 @@ static int mfc_otf_init_hwfc_buf(struct s5p_mfc_ctx *ctx)
        shared_buf_info = (struct shared_buffer_info *)buf_info;
        /* request buffers */
        if (hwfc_request_buffer(shared_buf_info, 1)) {
-               mfc_err_dev("OTF: request_buffer failed\n");
+               mfc_err_dev("[OTF] request_buffer failed\n");
                return -EINVAL;
        }
 #endif
-       mfc_debug(2, "OTF: recieved buffer information\n");
+       mfc_debug(2, "[OTF] recieved buffer information\n");
 
        /* set buffer information to ctx, and calculate buffer size */
        if (mfc_otf_set_buf_info(ctx)) {
-               mfc_err_ctx("OTF: failed to set buffer information\n");
+               mfc_err_ctx("[OTF] failed to set buffer information\n");
                mfc_otf_put_buf(ctx);
                return -EINVAL;
        }
 
        if (mfc_otf_map_buf(ctx)) {
-               mfc_err_ctx("OTF: failed to map buffers\n");
+               mfc_err_ctx("[OTF] failed to map buffers\n");
                mfc_otf_unmap_buf(ctx);
                mfc_otf_put_buf(ctx);
                return -EINVAL;
        }
-       mfc_debug(2, "OTF: HWFC buffer initialized\n");
+       mfc_debug(2, "[OTF] HWFC buffer initialized\n");
 
        mfc_debug_leave();
 
@@ -217,7 +217,7 @@ static void mfc_otf_deinit_hwfc_buf(struct s5p_mfc_ctx *ctx)
 
        mfc_otf_unmap_buf(ctx);
        mfc_otf_put_buf(ctx);
-       mfc_debug(2, "OTF: HWFC buffer de-initialized\n");
+       mfc_debug(2, "[OTF] HWFC buffer de-initialized\n");
 
        mfc_debug_leave();
 }
@@ -229,16 +229,16 @@ static int mfc_otf_create_handle(struct s5p_mfc_ctx *ctx)
        mfc_debug_enter();
 
        if (!ctx) {
-               mfc_err_dev("OTF: no mfc context to run\n");
+               mfc_err_dev("[OTF] no mfc context to run\n");
                return -EINVAL;
        }
 
        ctx->otf_handle = kzalloc(sizeof(*otf_handle), GFP_KERNEL);
        if (!ctx->otf_handle) {
-               mfc_err_dev("OTF: no otf_handle\n");
+               mfc_err_dev("[OTF] no otf_handle\n");
                return -EINVAL;
        }
-       mfc_debug(2, "OTF: otf_handle created\n");
+       mfc_debug(2, "[OTF] otf_handle created\n");
 
        mfc_debug_leave();
 
@@ -250,13 +250,13 @@ static void mfc_otf_destroy_handle(struct s5p_mfc_ctx *ctx)
        mfc_debug_enter();
 
        if (!ctx) {
-               mfc_err_dev("OTF: no mfc context to run\n");
+               mfc_err_dev("[OTF] no mfc context to run\n");
                return;
        }
 
        kfree(ctx->otf_handle);
        ctx->otf_handle = NULL;
-       mfc_debug(2, "OTF: otf_handle destroyed\n");
+       mfc_debug(2, "[OTF] otf_handle destroyed\n");
 
        mfc_debug_leave();
 }
@@ -269,37 +269,37 @@ int s5p_mfc_otf_create(struct s5p_mfc_ctx *ctx)
        mfc_debug_enter();
 
        if (!ctx) {
-               mfc_err_dev("OTF: no mfc context to run\n");
+               mfc_err_dev("[OTF] no mfc context to run\n");
                return -EINVAL;
        }
 
        dev = ctx->dev;
        if (!dev) {
-               mfc_err_dev("OTF: no mfc device to run\n");
+               mfc_err_dev("[OTF] no mfc device to run\n");
                return -EINVAL;
        }
 
        for (i = 0; i < MFC_NUM_CONTEXTS; i++) {
                if (dev->ctx[i] && dev->ctx[i]->otf_handle) {
-                       mfc_err_dev("OTF: otf_handle is already created, ctx: %d\n", i);
+                       mfc_err_dev("[OTF] otf_handle is already created, ctx: %d\n", i);
                        return -EINVAL;
                }
        }
 
        if (mfc_otf_create_handle(ctx)) {
-               mfc_err_dev("OTF: otf_handle is not created\n");
+               mfc_err_dev("[OTF] otf_handle is not created\n");
                return -EINVAL;
        }
 
        if (otf_dump) {
                /* It is for debugging. Do not return error */
                if (s5p_mfc_otf_alloc_stream_buf(ctx)) {
-                       mfc_err_dev("OTF: stream buffer allocation failed\n");
+                       mfc_err_dev("[OTF] stream buffer allocation failed\n");
                        s5p_mfc_otf_release_stream_buf(ctx);
                }
        }
 
-       mfc_debug(2, "OTF: otf_create is completed\n");
+       mfc_debug(2, "[OTF] otf_create is completed\n");
 
        mfc_debug_leave();
 
@@ -311,13 +311,13 @@ void s5p_mfc_otf_destroy(struct s5p_mfc_ctx *ctx)
        mfc_debug_enter();
 
        if (!ctx) {
-               mfc_err_dev("OTF: no mfc context to run\n");
+               mfc_err_dev("[OTF] no mfc context to run\n");
                return;
        }
 
        s5p_mfc_otf_release_stream_buf(ctx);
        mfc_otf_destroy_handle(ctx);
-       mfc_debug(2, "OTF: otf_destroy is completed\n");
+       mfc_debug(2, "[OTF] otf_destroy is completed\n");
 
        mfc_debug_leave();
 }
@@ -327,21 +327,21 @@ int s5p_mfc_otf_init(struct s5p_mfc_ctx *ctx)
        mfc_debug_enter();
 
        if (!ctx) {
-               mfc_err_dev("OTF: no mfc context to run\n");
+               mfc_err_dev("[OTF] no mfc context to run\n");
                return -EINVAL;
        }
 
        if (!ctx->otf_handle) {
-               mfc_err_dev("OTF: otf_handle was not created\n");
+               mfc_err_dev("[OTF] otf_handle was not created\n");
                return -EINVAL;
        }
 
        if (mfc_otf_init_hwfc_buf(ctx)) {
-               mfc_err_dev("OTF: HWFC init failed\n");
+               mfc_err_dev("[OTF] HWFC init failed\n");
                return -EINVAL;
        }
 
-       mfc_debug(2, "OTF: otf_init is completed\n");
+       mfc_debug(2, "[OTF] otf_init is completed\n");
 
        mfc_debug_leave();
 
@@ -353,12 +353,12 @@ void s5p_mfc_otf_deinit(struct s5p_mfc_ctx *ctx)
        mfc_debug_enter();
 
        if (!ctx) {
-               mfc_err_dev("OTF: no mfc context to run\n");
+               mfc_err_dev("[OTF] no mfc context to run\n");
                return;
        }
 
        mfc_otf_deinit_hwfc_buf(ctx);
-       mfc_debug(2, "OTF: deinit_otf is completed\n");
+       mfc_debug(2, "[OTF] deinit_otf is completed\n");
 
        mfc_debug_leave();
 }
@@ -375,7 +375,7 @@ int s5p_mfc_otf_ctx_ready(struct s5p_mfc_ctx *ctx)
 
        handle = ctx->otf_handle;
 
-       mfc_debug(1, "OTF: [c:%d] state = %d, otf_work_bit = %d\n",
+       mfc_debug(1, "[OTF] [c:%d] state = %d, otf_work_bit = %d\n",
                        ctx->num, ctx->state, handle->otf_work_bit);
        /* If shutdown is called, do not try any cmd */
        if (dev->shutdown)
@@ -391,7 +391,7 @@ int s5p_mfc_otf_ctx_ready(struct s5p_mfc_ctx *ctx)
 
        if (ctx->state == MFCINST_RUNNING && handle->otf_work_bit)
                return 1;
-       mfc_debug(2, "OTF: ctx is not ready.\n");
+       mfc_debug(2, "[OTF] ctx is not ready.\n");
 
        mfc_debug_leave();
 
@@ -424,18 +424,18 @@ int s5p_mfc_otf_run_enc_frame(struct s5p_mfc_ctx *ctx)
        raw = &ctx->raw_buf;
 
        if (!handle) {
-               mfc_err_ctx("OTF: There is no otf_handle, handle: 0x%p\n", handle);
+               mfc_err_ctx("[OTF] There is no otf_handle, handle: 0x%p\n", handle);
                return -EINVAL;
        }
 
        if (!handle->otf_work_bit) {
-               mfc_err_ctx("OTF: Can't run OTF encoder, otf_work_bit: %d\n",
+               mfc_err_ctx("[OTF] Can't run OTF encoder, otf_work_bit: %d\n",
                                handle->otf_work_bit);
                return -EINVAL;
        }
 
        if (!dev->has_hwfc) {
-               mfc_err_ctx("OTF: HWFC register didn't mapped\n");
+               mfc_err_ctx("[OTF] HWFC register didn't mapped\n");
                return -EINVAL;
        }
 
@@ -448,7 +448,7 @@ int s5p_mfc_otf_run_enc_frame(struct s5p_mfc_ctx *ctx)
        if (call_cop(ctx, to_buf_ctrls, ctx, &ctx->src_ctrls[handle->otf_buf_index]) < 0)
                mfc_err_ctx("failed in to_buf_ctrls\n");
        if (call_cop(ctx, set_buf_ctrls_val, ctx, &ctx->src_ctrls[handle->otf_buf_index]) < 0)
-               mfc_err_ctx("OTF: failed in set_buf_ctrls_val\n");
+               mfc_err_ctx("[OTF] failed in set_buf_ctrls_val\n");
 
        /* Change timestamp usec -> nsec */
        s5p_mfc_qos_update_last_framerate(ctx, handle->otf_time_stamp * 1000);
@@ -473,16 +473,16 @@ int s5p_mfc_otf_handle_seq(struct s5p_mfc_ctx *ctx)
        enc->header_size = s5p_mfc_get_enc_strm_size();
        ctx->dpb_count = s5p_mfc_get_enc_dpb_count();
        ctx->scratch_buf_size = s5p_mfc_get_enc_scratch_size();
-       mfc_debug(2, "OTF:[STREAM] encoded slice type: %d, header size: %d, display order: %d\n",
+       mfc_debug(2, "[OTF][STREAM] encoded slice type: %d, header size: %d, display order: %d\n",
                        s5p_mfc_get_enc_slice_type(), enc->header_size,
                        s5p_mfc_get_enc_pic_count());
-       mfc_debug(2, "OTF: cpb_count: %d, scratch size: %zu\n",
+       mfc_debug(2, "[OTF] cpb_count: %d, scratch size: %zu\n",
                        ctx->dpb_count, ctx->scratch_buf_size);
 
        s5p_mfc_change_state(ctx, MFCINST_HEAD_PARSED);
 
        if (s5p_mfc_alloc_codec_buffers(ctx)) {
-               mfc_err_ctx("OTF: Failed to allocate encoding buffers.\n");
+               mfc_err_ctx("[OTF] Failed to allocate encoding buffers.\n");
                return -EINVAL;
        }
 
@@ -517,7 +517,7 @@ int s5p_mfc_otf_handle_stream(struct s5p_mfc_ctx *ctx)
        pic_count = s5p_mfc_get_enc_pic_count();
        strm_size = s5p_mfc_get_enc_strm_size();
 
-       mfc_debug(2, "OTF:[STREAM] encoded slice type: %d, size: %d, display order: %d\n",
+       mfc_debug(2, "[OTF][STREAM] encoded slice type: %d, size: %d, display order: %d\n",
                        slice_type, strm_size, pic_count);
 
        /* set encoded frame type */
@@ -528,15 +528,15 @@ int s5p_mfc_otf_handle_stream(struct s5p_mfc_ctx *ctx)
                s5p_mfc_get_enc_frame_buffer(ctx, &enc_addr[0], raw->num_planes);
 
                for (i = 0; i < raw->num_planes; i++)
-                       mfc_debug(2, "OTF:[BUFINFO] ctx[%d] get src addr[%d]: 0x%08llx\n",
+                       mfc_debug(2, "[OTF][BUFINFO] ctx[%d] get src addr[%d]: 0x%08llx\n",
                                        ctx->num, i, enc_addr[i]);
                if (enc_addr[0] !=  buf_addr->otf_daddr[handle->otf_buf_index][0]) {
-                       mfc_err_ctx("OTF: address is not matched. 0x%08llx != 0x%08llx\n",
+                       mfc_err_ctx("[OTF] address is not matched. 0x%08llx != 0x%08llx\n",
                                        enc_addr[0], buf_addr->otf_daddr[handle->otf_buf_index][0]);
                        enc_ret = -HWFC_ERR_MFC;
                }
        } else {
-               mfc_err_ctx("OTF: stream size is zero\n");
+               mfc_err_ctx("[OTF] stream size is zero\n");
                enc_ret = -HWFC_ERR_MFC;
        }
 
@@ -557,10 +557,10 @@ int s5p_mfc_otf_handle_stream(struct s5p_mfc_ctx *ctx)
 
        if (call_cop(ctx, recover_buf_ctrls_val, ctx,
                                &ctx->src_ctrls[handle->otf_buf_index]) < 0)
-               mfc_err_ctx("OTF: failed in recover_buf_ctrls_val\n");
+               mfc_err_ctx("[OTF] failed in recover_buf_ctrls_val\n");
        if (call_cop(ctx, cleanup_buf_ctrls, ctx,
                                MFC_CTRL_TYPE_SRC, handle->otf_buf_index) < 0)
-               mfc_err_ctx("OTF: failed in cleanup_buf_ctrls\n");
+               mfc_err_ctx("[OTF] failed in cleanup_buf_ctrls\n");
 
        handle->otf_work_bit = 0;
        handle->otf_buf_index = 0;
@@ -584,7 +584,7 @@ void s5p_mfc_otf_handle_error(struct s5p_mfc_ctx *ctx,
 
        mfc_debug_enter();
 
-       mfc_err_ctx("OTF: Interrupt Error: display: %d, decoded: %d\n",
+       mfc_err_ctx("[OTF] Interrupt Error: display: %d, decoded: %d\n",
                        s5p_mfc_get_warn(err), s5p_mfc_get_err(err));
        err = s5p_mfc_get_err(err);
 
@@ -594,19 +594,19 @@ void s5p_mfc_otf_handle_error(struct s5p_mfc_ctx *ctx,
        case MFCINST_INIT:
        case MFCINST_RETURN_INST:
        case MFCINST_HEAD_PARSED:
-               mfc_err_ctx("OTF: error happened during init/de-init\n");
+               mfc_err_ctx("[OTF] error happened during init/de-init\n");
                break;
        case MFCINST_RUNNING:
                if (err == S5P_FIMV_ERR_MFC_TIMEOUT) {
-                       mfc_err_ctx("OTF: MFC TIMEOUT. go to error state\n");
+                       mfc_err_ctx("[OTF] MFC TIMEOUT. go to error state\n");
                        s5p_mfc_change_state(ctx, MFCINST_ERROR);
                        enc_ret = -HWFC_ERR_MFC_TIMEOUT;
                } else if (err == S5P_FIMV_ERR_TS_MUX_TIMEOUT ||
                                err == S5P_FIMV_ERR_G2D_TIMEOUT) {
-                       mfc_err_ctx("OTF: TS-MUX or G2D TIMEOUT. skip this frame\n");
+                       mfc_err_ctx("[OTF] TS-MUX or G2D TIMEOUT. skip this frame\n");
                        enc_ret = -HWFC_ERR_MFC_TIMEOUT;
                } else {
-                       mfc_err_ctx("OTF: MFC ERROR. skip this frame\n");
+                       mfc_err_ctx("[OTF] MFC ERROR. skip this frame\n");
                        enc_ret = -HWFC_ERR_MFC;
                }
 
@@ -616,10 +616,10 @@ void s5p_mfc_otf_handle_error(struct s5p_mfc_ctx *ctx,
 
                if (call_cop(ctx, recover_buf_ctrls_val, ctx,
                                        &ctx->src_ctrls[handle->otf_buf_index]) < 0)
-                       mfc_err_ctx("OTF: failed in recover_buf_ctrls_val\n");
+                       mfc_err_ctx("[OTF] failed in recover_buf_ctrls_val\n");
                if (call_cop(ctx, cleanup_buf_ctrls, ctx,
                                        MFC_CTRL_TYPE_SRC, handle->otf_buf_index) < 0)
-                       mfc_err_ctx("OTF: failed in cleanup_buf_ctrls\n");
+                       mfc_err_ctx("[OTF] failed in cleanup_buf_ctrls\n");
 
 #ifdef CONFIG_VIDEO_EXYNOS_REPEATER
                hwfc_encoding_done(enc_ret);
@@ -644,15 +644,15 @@ int mfc_hwfc_check_run(struct s5p_mfc_ctx *ctx)
        mfc_debug_enter();
 
        if (!handle) {
-               mfc_err_ctx("OTF: there is no handle for OTF\n");
+               mfc_err_ctx("[OTF] there is no handle for OTF\n");
                return -EINVAL;
        }
        if (handle->otf_work_bit) {
-               mfc_err_ctx("OTF: OTF is already working\n");
+               mfc_err_ctx("[OTF] OTF is already working\n");
                return -EINVAL;
        }
        if (ctx->state != MFCINST_RUNNING) {
-               mfc_err_ctx("OTF: mfc is not running state\n");
+               mfc_err_ctx("[OTF] mfc is not running state\n");
                return -EINVAL;
        }
 
@@ -685,21 +685,21 @@ int s5p_mfc_hwfc_encode(int buf_index, int job_id, struct encoding_param *param)
        }
 
        if (!ctx) {
-               mfc_err_dev("OTF: there is no context to run\n");
+               mfc_err_dev("[OTF] there is no context to run\n");
                return -HWFC_ERR_MFC_NOT_PREPARED;
        }
 
        if (mfc_hwfc_check_run(ctx)) {
-               mfc_err_dev("OTF: mfc is not prepared\n");
+               mfc_err_dev("[OTF] mfc is not prepared\n");
                return -HWFC_ERR_MFC_NOT_PREPARED;
        }
 
 #ifdef CONFIG_VIDEO_EXYNOS_TSMUX
        packet_param.time_stamp = param->time_stamp;
        if (debug_ts == 1)
-               mfc_info_ctx("OTF:[TS] timestamp: %llu\n", param->time_stamp);
+               mfc_info_ctx("[OTF][TS] timestamp: %llu\n", param->time_stamp);
        if (packetize(&packet_param)) {
-               mfc_err_dev("OTF: packetize failed\n");
+               mfc_err_dev("[OTF] packetize failed\n");
                return -HWFC_ERR_TSMUX;
        }
 #endif
index 665e98054e3dee3af96dccd9b3f4c1c82af68f1a..1cec5ff4f03617ee65679a873d7fcac9692a1bb7 100644 (file)
@@ -45,7 +45,7 @@ void s5p_mfc_otf_set_frame_addr(struct s5p_mfc_ctx *ctx, int num_planes)
        int i;
 
        for (i = 0; i < num_planes; i++) {
-               mfc_debug(2, "OTF:[FRAME] set frame buffer[%d], 0x%08llx)\n",
+               mfc_debug(2, "[OTF][FRAME] set frame buffer[%d], 0x%08llx)\n",
                                i, buf_addr->otf_daddr[index][i]);
                MFC_WRITEL(buf_addr->otf_daddr[index][i],
                                S5P_FIMV_E_SOURCE_FIRST_ADDR + (i * 4));
@@ -59,13 +59,13 @@ void s5p_mfc_otf_set_stream_size(struct s5p_mfc_ctx *ctx, unsigned int size)
        struct _otf_debug *debug = &handle->otf_debug;
        struct s5p_mfc_special_buf *buf;
 
-       mfc_debug(2, "OTF: set stream buffer full size, %u\n", size);
+       mfc_debug(2, "[OTF] set stream buffer full size, %u\n", size);
        MFC_WRITEL(size, S5P_FIMV_E_STREAM_BUFFER_SIZE);
 
        if (otf_dump && !ctx->is_drm) {
                buf = &debug->stream_buf[debug->frame_cnt];
-               mfc_debug(2, "OTF: set stream addr for debugging\n");
-               mfc_debug(2, "OTF:[STREAM] buf[%d] daddr: 0x%08llx\n",
+               mfc_debug(2, "[OTF] set stream addr for debugging\n");
+               mfc_debug(2, "[OTF][STREAM] buf[%d] daddr: 0x%08llx\n",
                                debug->frame_cnt, buf->daddr);
                MFC_WRITEL(buf->daddr, S5P_FIMV_E_STREAM_BUFFER_ADDR);
        }
@@ -75,7 +75,7 @@ void s5p_mfc_otf_set_hwfc_index(struct s5p_mfc_ctx *ctx, int job_id)
 {
        struct s5p_mfc_dev *dev = ctx->dev;
 
-       mfc_debug(2, "OTF: set hwfc index, %d\n", job_id);
+       mfc_debug(2, "[OTF] set hwfc index, %d\n", job_id);
        HWFC_WRITEL(job_id, HWFC_ENCODING_IDX);
 }