Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro.h308 #define vpu_debug(level, fmt, args...) \ macro
328 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_write_relaxed()
334 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_write()
342 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_read()
349 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_write_relaxed()
355 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_write()
363 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_read()
Dhantro_v4l2.c96 vpu_debug(0, "invalid frame size index (expected 0, got %d)\n", in vidioc_enum_framesizes()
104 vpu_debug(0, "unsupported bitstream format (%08x)\n", in vidioc_enum_framesizes()
174 vpu_debug(4, "f->type = %d\n", f->type); in vidioc_g_fmt_out_mplane()
187 vpu_debug(4, "f->type = %d\n", f->type); in vidioc_g_fmt_cap_mplane()
205 vpu_debug(4, "trying format %c%c%c%c\n", in vidioc_try_fmt()
423 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in vidioc_s_fmt_out_mplane()
424 vpu_debug(0, "fmt - w: %d, h: %d\n", in vidioc_s_fmt_out_mplane()
488 vpu_debug(0, "CAPTURE codec mode: %d\n", ctx->vpu_dst_fmt->codec_mode); in vidioc_s_fmt_cap_mplane()
489 vpu_debug(0, "fmt - w: %d, h: %d\n", in vidioc_s_fmt_cap_mplane()
570 vpu_debug(4, "plane %d size: %ld, sizeimage: %u\n", in hantro_buf_plane_check()
[all …]
Dhantro_drv.c274 vpu_debug(1, "s_ctrl: id = %d, val = %d\n", ctrl->id, ctrl->val); in hantro_s_ctrl()