Home
last modified time | relevance | path

Searched refs:vpu_debug (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro.h312 #define vpu_debug(level, fmt, args...) \ macro
332 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_write_relaxed()
338 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_write()
346 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_read()
353 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_write_relaxed()
359 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_write()
367 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_read()
H A Dhantro_v4l2.c120 vpu_debug(0, "invalid frame size index (expected 0, got %d)\n", in vidioc_enum_framesizes()
127 vpu_debug(0, "unsupported bitstream format (%08x)\n", in vidioc_enum_framesizes()
215 vpu_debug(4, "f->type = %d\n", f->type); in vidioc_g_fmt_out_mplane()
228 vpu_debug(4, "f->type = %d\n", f->type); in vidioc_g_fmt_cap_mplane()
245 vpu_debug(4, "trying format %c%c%c%c\n", in hantro_try_fmt()
464 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()
465 vpu_debug(0, "fmt - w: %d, h: %d\n", in hantro_set_fmt_out()
524 vpu_debug(0, "CAPTURE codec mode: %d\n", ctx->vpu_dst_fmt->codec_mode); in hantro_set_fmt_cap()
525 vpu_debug(0, "fmt - w: %d, h: %d\n", in hantro_set_fmt_cap()
618 vpu_debug(4, "plane %d size: %ld, sizeimage: %u\n", in hantro_buf_plane_check()
[all …]
H A Dhantro_g1_vp8_dec.c381 vpu_debug(0, "failed to find last frame ts=%llu\n", in cfg_ref()
389 vpu_debug(0, "failed to find golden frame ts=%llu\n", in cfg_ref()
399 vpu_debug(0, "failed to find alt frame ts=%llu\n", in cfg_ref()
H A Drk3399_vpu_hw_vp8_dec.c458 vpu_debug(0, "failed to find last frame ts=%llu\n", in cfg_ref()
466 vpu_debug(0, "failed to find golden frame ts=%llu\n", in cfg_ref()
476 vpu_debug(0, "failed to find alt frame ts=%llu\n", in cfg_ref()
H A Dhantro_drv.c268 vpu_debug(1, "s_ctrl: id = %d, val = %d\n", ctrl->id, ctrl->val); in hantro_jpeg_s_ctrl()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu.c58 static RK_U32 vpu_debug = 0; variable
163 mpp_env_get_u32("vpu_debug", &vpu_debug, 0); in VPUClientInit()
196 if (vpu_debug) { in VPUClientSendReg()
309 if (vpu_debug) { in VPUClientWaitResult()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep.h67 #define iep_debug_enter() vpu_debug(4, "enter\n")
68 #define iep_debug_leave() vpu_debug(4, "leave\n")