| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/ |
| D | mtk_vpu.c | 23 * VPU (video processor unit) is a tiny processor controlling video hardware 25 * VPU interfaces with other blocks by share memory and interrupt. 43 /* the size of share buffer between Host and VPU */ 63 /* vpu inter-processor communication interrupt */ 67 * enum vpu_fw_type - VPU firmware type 79 * struct vpu_mem - VPU extended program/data memory information 81 * @va: the kernel virtual memory address of VPU extended memory 82 * @pa: the physical memory address of VPU extended memory 91 * struct vpu_regs - VPU TCM and configuration registers 93 * @tcm: the register for VPU Tightly-Coupled Memory [all …]
|
| D | mtk_vpu.h | 13 * VPU (video processor unit) is a tiny processor controlling video hardware 15 * VPU interfaces with other blocks by share memory and interrupt. 25 * @IPI_VPU_INIT: The interrupt from vpu is to notfiy kernel 26 * VPU initialization completed. 27 * IPI_VPU_INIT is sent from VPU when firmware is 29 * command to VPU. 31 * to VPU to trigger the interrupt. 32 * @IPI_VDEC_H264: The interrupt from vpu is to notify kernel to 40 * @IPI_VDEC_VP9: The interrupt from vpu is to notify kernel to 44 * @IPI_VENC_H264: The interrupt from vpu is to notify kernel to [all …]
|
| /kernel/linux/linux-4.19/drivers/media/platform/mtk-vpu/ |
| D | mtk_vpu.c | 31 * VPU (video processor unit) is a tiny processor controlling video hardware 33 * VPU interfaces with other blocks by share memory and interrupt. 51 /* the size of share buffer between Host and VPU */ 69 /* vpu inter-processor communication interrupt */ 73 * enum vpu_fw_type - VPU firmware type 85 * struct vpu_mem - VPU extended program/data memory information 87 * @va: the kernel virtual memory address of VPU extended memory 88 * @pa: the physical memory address of VPU extended memory 97 * struct vpu_regs - VPU TCM and configuration registers 99 * @tcm: the register for VPU Tightly-Coupled Memory [all …]
|
| D | mtk_vpu.h | 21 * VPU (video processor unit) is a tiny processor controlling video hardware 23 * VPU interfaces with other blocks by share memory and interrupt. 33 * @IPI_VPU_INIT: The interrupt from vpu is to notfiy kernel 34 * VPU initialization completed. 35 * IPI_VPU_INIT is sent from VPU when firmware is 37 * command to VPU. 39 * to VPU to trigger the interrupt. 40 * @IPI_VDEC_H264: The interrupt from vpu is to notify kernel to 48 * @IPI_VDEC_VP9: The interrupt from vpu is to notify kernel to 52 * @IPI_VENC_H264: The interrupt from vpu is to notify kernel to [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
| D | vdec_vpu_if.c | 15 struct vdec_vpu_inst *vpu = (struct vdec_vpu_inst *) in handle_init_ack_msg() local 18 mtk_vcodec_debug(vpu, "+ ap_inst_addr = 0x%llx", msg->ap_inst_addr); in handle_init_ack_msg() 20 /* mapping VPU address to kernel virtual address */ in handle_init_ack_msg() 21 /* the content in vsi is initialized to 0 in VPU */ in handle_init_ack_msg() 22 vpu->vsi = mtk_vcodec_fw_map_dm_addr(vpu->ctx->dev->fw_handler, in handle_init_ack_msg() 24 vpu->inst_addr = msg->vpu_inst_addr; in handle_init_ack_msg() 26 mtk_vcodec_debug(vpu, "- vpu_inst_addr = 0x%x", vpu->inst_addr); in handle_init_ack_msg() 30 * vpu_dec_ipi_handler - Handler for VPU ipi message. 37 * from VPU. 42 struct vdec_vpu_inst *vpu = (struct vdec_vpu_inst *) in vpu_dec_ipi_handler() local [all …]
|
| D | venc_vpu_if.c | 12 static void handle_enc_init_msg(struct venc_vpu_inst *vpu, const void *data) in handle_enc_init_msg() argument 16 vpu->inst_addr = msg->vpu_inst_addr; in handle_enc_init_msg() 17 vpu->vsi = mtk_vcodec_fw_map_dm_addr(vpu->ctx->dev->fw_handler, in handle_enc_init_msg() 21 if (vpu->ctx->dev->venc_pdata->chip == MTK_MT8173) in handle_enc_init_msg() 25 mtk_vcodec_debug(vpu, "firmware version: 0x%x\n", in handle_enc_init_msg() 31 mtk_vcodec_err(vpu, "unhandled firmware version 0x%x\n", in handle_enc_init_msg() 33 vpu->failure = 1; in handle_enc_init_msg() 38 static void handle_enc_encode_msg(struct venc_vpu_inst *vpu, const void *data) in handle_enc_encode_msg() argument 42 vpu->state = msg->state; in handle_enc_encode_msg() 43 vpu->bs_size = msg->bs_size; in handle_enc_encode_msg() [all …]
|
| D | vdec_vpu_if.h | 15 * struct vdec_vpu_inst - VPU instance for video codec 17 * @vsi : driver structure allocated by VPU side and shared to AP side 19 * @failure : VPU execution result status, 0: success, others: fail 20 * @inst_addr : VPU decoder instance address 21 * @signaled : 1 - Host has received ack message from VPU, 0 - not received 23 * @dev : platform device of VPU 24 * @wq : wait queue to wait VPU message ack 39 * vpu_dec_init - init decoder instance and allocate required resource in VPU. 41 * @vpu: instance for vdec_vpu_inst 43 int vpu_dec_init(struct vdec_vpu_inst *vpu); [all …]
|
| D | venc_ipi_msg.h | 16 * enum venc_ipi_msg_id - message id between AP and VPU 18 * @AP_IPIMSG_ENC_XXX: AP to VPU cmd message id 19 * @VPU_IPIMSG_ENC_XXX_DONE: VPU ack AP cmd message id 34 * struct venc_ap_ipi_msg_init - AP to VPU init cmd structure 36 * @reserved: reserved for future use. vpu is running in 32bit. Without 38 * will be different between kernel and vpu 49 * struct venc_ap_ipi_msg_set_param - AP to VPU set_param cmd structure 51 * @vpu_inst_addr: VPU encoder instance addr 71 * struct venc_ap_ipi_msg_enc - AP to VPU enc cmd structure 73 * @vpu_inst_addr: VPU encoder instance addr [all …]
|
| /kernel/linux/linux-4.19/drivers/media/platform/mtk-vcodec/ |
| D | vdec_vpu_if.c | 22 struct vdec_vpu_inst *vpu = (struct vdec_vpu_inst *) in handle_init_ack_msg() local 25 mtk_vcodec_debug(vpu, "+ ap_inst_addr = 0x%llx", msg->ap_inst_addr); in handle_init_ack_msg() 27 /* mapping VPU address to kernel virtual address */ in handle_init_ack_msg() 28 /* the content in vsi is initialized to 0 in VPU */ in handle_init_ack_msg() 29 vpu->vsi = vpu_mapping_dm_addr(vpu->dev, msg->vpu_inst_addr); in handle_init_ack_msg() 30 vpu->inst_addr = msg->vpu_inst_addr; in handle_init_ack_msg() 32 mtk_vcodec_debug(vpu, "- vpu_inst_addr = 0x%x", vpu->inst_addr); in handle_init_ack_msg() 37 * from VPU. 42 struct vdec_vpu_inst *vpu = (struct vdec_vpu_inst *) in vpu_dec_ipi_handler() local 45 mtk_vcodec_debug(vpu, "+ id=%X", msg->msg_id); in vpu_dec_ipi_handler() [all …]
|
| D | venc_vpu_if.c | 20 static void handle_enc_init_msg(struct venc_vpu_inst *vpu, void *data) in handle_enc_init_msg() argument 24 vpu->inst_addr = msg->vpu_inst_addr; in handle_enc_init_msg() 25 vpu->vsi = vpu_mapping_dm_addr(vpu->dev, msg->vpu_inst_addr); in handle_enc_init_msg() 28 static void handle_enc_encode_msg(struct venc_vpu_inst *vpu, void *data) in handle_enc_encode_msg() argument 32 vpu->state = msg->state; in handle_enc_encode_msg() 33 vpu->bs_size = msg->bs_size; in handle_enc_encode_msg() 34 vpu->is_key_frm = msg->is_key_frm; in handle_enc_encode_msg() 40 struct venc_vpu_inst *vpu = in vpu_enc_ipi_handler() local 43 mtk_vcodec_debug(vpu, "msg_id %x inst %p status %d", in vpu_enc_ipi_handler() 44 msg->msg_id, vpu, msg->status); in vpu_enc_ipi_handler() [all …]
|
| D | vdec_vpu_if.h | 21 * struct vdec_vpu_inst - VPU instance for video codec 23 * @vsi : driver structure allocated by VPU side and shared to AP side 25 * @failure : VPU execution result status, 0: success, others: fail 26 * @inst_addr : VPU decoder instance address 27 * @signaled : 1 - Host has received ack message from VPU, 0 - not received 29 * @dev : platform device of VPU 30 * @wq : wait queue to wait VPU message ack 46 * vpu_dec_init - init decoder instance and allocate required resource in VPU. 48 * @vpu: instance for vdec_vpu_inst 50 int vpu_dec_init(struct vdec_vpu_inst *vpu); [all …]
|
| D | venc_ipi_msg.h | 25 * enum venc_ipi_msg_id - message id between AP and VPU 27 * @AP_IPIMSG_ENC_XXX: AP to VPU cmd message id 28 * @VPU_IPIMSG_ENC_XXX_DONE: VPU ack AP cmd message id 43 * struct venc_ap_ipi_msg_init - AP to VPU init cmd structure 45 * @reserved: reserved for future use. vpu is running in 32bit. Without 47 * will be different between kernel and vpu 58 * struct venc_ap_ipi_msg_set_param - AP to VPU set_param cmd structure 60 * @vpu_inst_addr: VPU encoder instance addr 75 * struct venc_ap_ipi_msg_enc - AP to VPU enc cmd structure 77 * @vpu_inst_addr: VPU encoder instance addr [all …]
|
| /kernel/linux/linux-5.10/drivers/remoteproc/ |
| D | ingenic_rproc.c | 48 * struct vpu - Ingenic VPU remoteproc private structure 50 * @clks: pointers to the VPU and AUX clocks 56 struct vpu { struct 66 struct vpu *vpu = rproc->priv; in ingenic_rproc_prepare() argument 70 ret = clk_bulk_prepare_enable(ARRAY_SIZE(vpu->clks), vpu->clks); in ingenic_rproc_prepare() 72 dev_err(vpu->dev, "Unable to start clocks: %d\n", ret); in ingenic_rproc_prepare() 79 struct vpu *vpu = rproc->priv; in ingenic_rproc_unprepare() local 81 clk_bulk_disable_unprepare(ARRAY_SIZE(vpu->clks), vpu->clks); in ingenic_rproc_unprepare() 88 struct vpu *vpu = rproc->priv; in ingenic_rproc_start() local 91 enable_irq(vpu->irq); in ingenic_rproc_start() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
| D | hantro_drv.c | 3 * Hantro VPU codec driver 31 #define DRIVER_NAME "hantro-vpu" 59 static void hantro_job_finish_no_pm(struct hantro_dev *vpu, in hantro_job_finish_no_pm() argument 80 static void hantro_job_finish(struct hantro_dev *vpu, in hantro_job_finish() argument 84 pm_runtime_mark_last_busy(vpu->dev); in hantro_job_finish() 85 pm_runtime_put_autosuspend(vpu->dev); in hantro_job_finish() 87 clk_bulk_disable(vpu->variant->num_clocks, vpu->clocks); in hantro_job_finish() 89 hantro_job_finish_no_pm(vpu, ctx, result); in hantro_job_finish() 92 void hantro_irq_done(struct hantro_dev *vpu, in hantro_irq_done() argument 96 v4l2_m2m_get_curr_priv(vpu->m2m_dev); in hantro_irq_done() [all …]
|
| D | imx8m_vpu_hw.c | 3 * Hantro VPU codec driver 27 static void imx8m_soft_reset(struct hantro_dev *vpu, u32 reset_bits) in imx8m_soft_reset() argument 32 val = readl(vpu->ctrl_base + CTRL_SOFT_RESET); in imx8m_soft_reset() 34 writel(val, vpu->ctrl_base + CTRL_SOFT_RESET); in imx8m_soft_reset() 39 val = readl(vpu->ctrl_base + CTRL_SOFT_RESET); in imx8m_soft_reset() 41 writel(val, vpu->ctrl_base + CTRL_SOFT_RESET); in imx8m_soft_reset() 44 static void imx8m_clk_enable(struct hantro_dev *vpu, u32 clock_bits) in imx8m_clk_enable() argument 48 val = readl(vpu->ctrl_base + CTRL_CLOCK_ENABLE); in imx8m_clk_enable() 50 writel(val, vpu->ctrl_base + CTRL_CLOCK_ENABLE); in imx8m_clk_enable() 53 static int imx8mq_runtime_resume(struct hantro_dev *vpu) in imx8mq_runtime_resume() argument [all …]
|
| D | hantro_postproc.c | 15 #define HANTRO_PP_REG_WRITE(vpu, reg_name, val) \ argument 17 hantro_reg_write(vpu, \ 18 &(vpu)->variant->postproc_regs->reg_name, \ 22 #define HANTRO_PP_REG_WRITE_S(vpu, reg_name, val) \ argument 24 hantro_reg_write_s(vpu, \ 25 &(vpu)->variant->postproc_regs->reg_name, \ 55 struct hantro_dev *vpu = ctx->dev; in hantro_postproc_enable() local 60 if (!vpu->variant->postproc_regs) in hantro_postproc_enable() 64 HANTRO_PP_REG_WRITE_S(vpu, pipeline_en, 0x1); in hantro_postproc_enable() 82 HANTRO_PP_REG_WRITE(vpu, clk_gate, 0x1); in hantro_postproc_enable() [all …]
|
| D | rk3399_vpu_hw_jpeg_enc.c | 3 * Hantro VPU codec driver 9 * The VPU JPEG encoder produces JPEG baseline sequential format. 35 static void rk3399_vpu_set_src_img_ctrl(struct hantro_dev *vpu, in rk3399_vpu_set_src_img_ctrl() argument 46 vepu_write_relaxed(vpu, reg, VEPU_REG_INPUT_LUMA_INFO); in rk3399_vpu_set_src_img_ctrl() 56 vepu_write_relaxed(vpu, reg, VEPU_REG_ENC_OVER_FILL_STRM_OFFSET); in rk3399_vpu_set_src_img_ctrl() 59 vepu_write_relaxed(vpu, reg, VEPU_REG_ENC_CTRL1); in rk3399_vpu_set_src_img_ctrl() 62 static void rk3399_vpu_jpeg_enc_set_buffers(struct hantro_dev *vpu, in rk3399_vpu_jpeg_enc_set_buffers() argument 71 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.dma, in rk3399_vpu_jpeg_enc_set_buffers() 73 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.size, in rk3399_vpu_jpeg_enc_set_buffers() 78 vepu_write_relaxed(vpu, src[0], VEPU_REG_ADDR_IN_PLANE_0); in rk3399_vpu_jpeg_enc_set_buffers() [all …]
|
| D | hantro_h1_jpeg_enc.c | 3 * Hantro VPU codec driver 18 static void hantro_h1_set_src_img_ctrl(struct hantro_dev *vpu, in hantro_h1_set_src_img_ctrl() argument 28 vepu_write_relaxed(vpu, reg, H1_REG_IN_IMG_CTRL); in hantro_h1_set_src_img_ctrl() 31 static void hantro_h1_jpeg_enc_set_buffers(struct hantro_dev *vpu, in hantro_h1_jpeg_enc_set_buffers() argument 40 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.dma, in hantro_h1_jpeg_enc_set_buffers() 42 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.size, in hantro_h1_jpeg_enc_set_buffers() 48 vepu_write_relaxed(vpu, src[0], H1_REG_ADDR_IN_PLANE_0); in hantro_h1_jpeg_enc_set_buffers() 52 vepu_write_relaxed(vpu, src[0], H1_REG_ADDR_IN_PLANE_0); in hantro_h1_jpeg_enc_set_buffers() 53 vepu_write_relaxed(vpu, src[1], H1_REG_ADDR_IN_PLANE_1); in hantro_h1_jpeg_enc_set_buffers() 58 vepu_write_relaxed(vpu, src[0], H1_REG_ADDR_IN_PLANE_0); in hantro_h1_jpeg_enc_set_buffers() [all …]
|
| D | rk3399_vpu_hw.c | 3 * Hantro VPU codec driver 93 struct hantro_dev *vpu = dev_id; in rk3399_vepu_irq() local 97 status = vepu_read(vpu, VEPU_REG_INTERRUPT); in rk3399_vepu_irq() 101 vepu_write(vpu, 0, VEPU_REG_INTERRUPT); in rk3399_vepu_irq() 102 vepu_write(vpu, 0, VEPU_REG_AXI_CTRL); in rk3399_vepu_irq() 104 hantro_irq_done(vpu, state); in rk3399_vepu_irq() 111 struct hantro_dev *vpu = dev_id; in rk3399_vdpu_irq() local 115 status = vdpu_read(vpu, VDPU_REG_INTERRUPT); in rk3399_vdpu_irq() 119 vdpu_write(vpu, 0, VDPU_REG_INTERRUPT); in rk3399_vdpu_irq() 120 vdpu_write(vpu, 0, VDPU_REG_AXI_CTRL); in rk3399_vdpu_irq() [all …]
|
| D | rk3288_vpu_hw.c | 3 * Hantro VPU codec driver 114 struct hantro_dev *vpu = dev_id; in rk3288_vepu_irq() local 118 status = vepu_read(vpu, H1_REG_INTERRUPT); in rk3288_vepu_irq() 122 vepu_write(vpu, 0, H1_REG_INTERRUPT); in rk3288_vepu_irq() 123 vepu_write(vpu, 0, H1_REG_AXI_CTRL); in rk3288_vepu_irq() 125 hantro_irq_done(vpu, state); in rk3288_vepu_irq() 132 struct hantro_dev *vpu = dev_id; in rk3288_vdpu_irq() local 136 status = vdpu_read(vpu, G1_REG_INTERRUPT); in rk3288_vdpu_irq() 140 vdpu_write(vpu, 0, G1_REG_INTERRUPT); in rk3288_vdpu_irq() 141 vdpu_write(vpu, G1_REG_CONFIG_DEC_CLK_GATE_E, G1_REG_CONFIG); in rk3288_vdpu_irq() [all …]
|
| D | rk3399_vpu_hw_vp8_dec.c | 3 * Rockchip VPU codec vp8 decode driver 281 struct hantro_dev *vpu = ctx->dev; in cfg_lf() local 286 hantro_reg_write(vpu, &vp8_dec_lf_level[0], lf->level); in cfg_lf() 292 hantro_reg_write(vpu, &vp8_dec_lf_level[i], lf_level); in cfg_lf() 296 hantro_reg_write(vpu, &vp8_dec_lf_level[i], in cfg_lf() 303 vdpu_write_relaxed(vpu, reg, VDPU_REG_FILTER_MB_ADJ); in cfg_lf() 307 hantro_reg_write(vpu, &vp8_dec_mb_adj[i], in cfg_lf() 309 hantro_reg_write(vpu, &vp8_dec_ref_adj[i], in cfg_lf() 320 struct hantro_dev *vpu = ctx->dev; in cfg_qp() local 324 hantro_reg_write(vpu, &vp8_dec_quant[0], q->y_ac_qi); in cfg_qp() [all …]
|
| D | hantro_g1_h264_dec.c | 3 * Rockchip RK3288 VPU codec driver 29 struct hantro_dev *vpu = ctx->dev; in set_params() local 50 vdpu_write_relaxed(vpu, reg, G1_REG_DEC_CTRL0); in set_params() 56 vdpu_write_relaxed(vpu, reg, G1_REG_DEC_CTRL1); in set_params() 66 vdpu_write_relaxed(vpu, reg, G1_REG_DEC_CTRL2); in set_params() 72 vdpu_write_relaxed(vpu, reg, G1_REG_DEC_CTRL3); in set_params() 86 vdpu_write_relaxed(vpu, reg, G1_REG_DEC_CTRL4); in set_params() 101 vdpu_write_relaxed(vpu, reg, G1_REG_DEC_CTRL5); in set_params() 108 vdpu_write_relaxed(vpu, reg, G1_REG_DEC_CTRL6); in set_params() 111 vdpu_write_relaxed(vpu, 0, G1_REG_ERR_CONC); in set_params() [all …]
|
| D | rk3399_vpu_hw_mpeg2_dec.c | 3 * Hantro VPU codec driver 87 rk3399_vpu_mpeg2_dec_set_quantization(struct hantro_dev *vpu, in rk3399_vpu_mpeg2_dec_set_quantization() argument 95 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, in rk3399_vpu_mpeg2_dec_set_quantization() 100 rk3399_vpu_mpeg2_dec_set_buffers(struct hantro_dev *vpu, in rk3399_vpu_mpeg2_dec_set_buffers() argument 123 vdpu_write_relaxed(vpu, addr, VDPU_REG_RLC_VLC_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 131 vdpu_write_relaxed(vpu, addr, VDPU_REG_DEC_OUT_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 145 vdpu_write_relaxed(vpu, forward_addr, VDPU_REG_REFER0_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 146 vdpu_write_relaxed(vpu, forward_addr, VDPU_REG_REFER1_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 148 vdpu_write_relaxed(vpu, forward_addr, VDPU_REG_REFER0_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() 149 vdpu_write_relaxed(vpu, current_addr, VDPU_REG_REFER1_BASE); in rk3399_vpu_mpeg2_dec_set_buffers() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_vpu.c | 13 static inline struct mtk_mdp_ctx *vpu_to_ctx(struct mtk_mdp_vpu *vpu) in vpu_to_ctx() argument 15 return container_of(vpu, struct mtk_mdp_ctx, vpu); in vpu_to_ctx() 20 struct mtk_mdp_vpu *vpu = (struct mtk_mdp_vpu *) in mtk_mdp_vpu_handle_init_ack() local 23 /* mapping VPU address to kernel virtual address */ in mtk_mdp_vpu_handle_init_ack() 24 vpu->vsi = (struct mdp_process_vsi *) in mtk_mdp_vpu_handle_init_ack() 25 vpu_mapping_dm_addr(vpu->pdev, msg->vpu_inst_addr); in mtk_mdp_vpu_handle_init_ack() 26 vpu->inst_addr = msg->vpu_inst_addr; in mtk_mdp_vpu_handle_init_ack() 34 struct mtk_mdp_vpu *vpu = (struct mtk_mdp_vpu *) in mtk_mdp_vpu_ipi_handler() local 38 vpu->failure = msg->status; in mtk_mdp_vpu_ipi_handler() 39 if (!vpu->failure) { in mtk_mdp_vpu_ipi_handler() [all …]
|
| /kernel/linux/linux-4.19/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_vpu.c | 21 static inline struct mtk_mdp_ctx *vpu_to_ctx(struct mtk_mdp_vpu *vpu) in vpu_to_ctx() argument 23 return container_of(vpu, struct mtk_mdp_ctx, vpu); in vpu_to_ctx() 28 struct mtk_mdp_vpu *vpu = (struct mtk_mdp_vpu *) in mtk_mdp_vpu_handle_init_ack() local 31 /* mapping VPU address to kernel virtual address */ in mtk_mdp_vpu_handle_init_ack() 32 vpu->vsi = (struct mdp_process_vsi *) in mtk_mdp_vpu_handle_init_ack() 33 vpu_mapping_dm_addr(vpu->pdev, msg->vpu_inst_addr); in mtk_mdp_vpu_handle_init_ack() 34 vpu->inst_addr = msg->vpu_inst_addr; in mtk_mdp_vpu_handle_init_ack() 41 struct mtk_mdp_vpu *vpu = (struct mtk_mdp_vpu *) in mtk_mdp_vpu_ipi_handler() local 45 vpu->failure = msg->status; in mtk_mdp_vpu_ipi_handler() 46 if (!vpu->failure) { in mtk_mdp_vpu_ipi_handler() [all …]
|