Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro.h372 #define vpu_debug(level, fmt, args...) \ macro
392 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_write_relaxed()
398 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_write()
406 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vepu_read()
413 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_write_relaxed()
419 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_write()
434 vpu_debug(6, "0x%04x = 0x%08x\n", reg / 4, val); in vdpu_read()
H A Dhantro_v4l2.c192 vpu_debug(0, "unsupported bitstream format (%08x)\n", in vidioc_enum_framesizes()
204 vpu_debug(0, "invalid frame size index (expected 0, got %d)\n", in vidioc_enum_framesizes()
301 vpu_debug(4, "f->type = %d\n", f->type); in vidioc_g_fmt_out_mplane()
314 vpu_debug(4, "f->type = %d\n", f->type); in vidioc_g_fmt_cap_mplane()
332 vpu_debug(4, "trying format %p4cc\n", &pix_mp->pixelformat); in hantro_try_fmt()
582 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()
583 vpu_debug(0, "fmt - w: %d, h: %d\n", in hantro_set_fmt_out()
638 vpu_debug(0, "CAPTURE codec mode: %d\n", ctx->vpu_dst_fmt->codec_mode); in hantro_set_fmt_cap()
639 vpu_debug(0, "fmt - w: %d, h: %d\n", in hantro_set_fmt_cap()
848 vpu_debug(4, "plane %d size: %ld, sizeimage: %u\n", in hantro_buf_plane_check()
[all …]
H A Dhantro_g1_vp8_dec.c379 vpu_debug(0, "failed to find last frame ts=%llu\n", in cfg_ref()
387 vpu_debug(0, "failed to find golden frame ts=%llu\n", in cfg_ref()
397 vpu_debug(0, "failed to find alt frame ts=%llu\n", in cfg_ref()
H A Drockchip_vpu2_hw_vp8_dec.c455 vpu_debug(0, "failed to find last frame ts=%llu\n", in cfg_ref()
463 vpu_debug(0, "failed to find golden frame ts=%llu\n", in cfg_ref()
473 vpu_debug(0, "failed to find alt frame ts=%llu\n", in cfg_ref()
H A Dhantro_g2_hevc_dec.c38 vpu_debug(1, "Preparing tile sizes buffer for %dx%d CTBs (CTB size %d)\n", in prepare_tile_info_buffer()
44 vpu_debug(1, "Tiles enabled! %dx%d\n", num_tile_cols, num_tile_rows); in prepare_tile_info_buffer()
103 vpu_debug(1, "%s: no chroma!\n", __func__); in prepare_tile_info_buffer()
H A Dhantro_drv.c298 vpu_debug(1, "s_ctrl: id = %d, val = %d\n", ctrl->id, ctrl->val); in hantro_jpeg_s_ctrl()