Searched refs:mdp_cmdq_cmd (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/media/platform/mediatek/mdp3/ |
| D | mtk-mdp3-comp.h | 162 int (*init_comp)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd); 163 int (*config_frame)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd, 166 struct mdp_cmdq_cmd *cmd, u32 index); 168 struct mdp_cmdq_cmd *cmd); 170 struct mdp_cmdq_cmd *cmd, u32 index); 171 int (*post_process)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd);
|
| D | mtk-mdp3-comp.c | 43 static int init_rdma(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rdma() 66 struct mdp_cmdq_cmd *cmd, in config_rdma_frame() 141 struct mdp_cmdq_cmd *cmd, u32 index) in config_rdma_subfrm() 190 static int wait_rdma_event(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in wait_rdma_event() 214 static int init_rsz(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rsz() 228 struct mdp_cmdq_cmd *cmd, in config_rsz_frame() 253 struct mdp_cmdq_cmd *cmd, u32 index) in config_rsz_subfrm() 294 struct mdp_cmdq_cmd *cmd, u32 index) in advance_rsz_subfrm() 319 static int init_wrot(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_wrot() 333 struct mdp_cmdq_cmd *cmd, in config_wrot_frame() [all …]
|
| D | mtk-mdp3-cmdq.c | 40 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_require() 86 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_run() 147 static int mdp_path_config_subfrm(struct mdp_cmdq_cmd *cmd, in mdp_path_config_subfrm() 206 static int mdp_path_config(struct mdp_dev *mdp, struct mdp_cmdq_cmd *cmd, in mdp_path_config() 288 struct mdp_cmdq_cmd *cmd; in mdp_auto_release_work() 291 cmd = container_of(work, struct mdp_cmdq_cmd, auto_release_work); in mdp_auto_release_work() 310 struct mdp_cmdq_cmd *cmd; in mdp_handle_cmdq_callback() 321 cmd = container_of(data->pkt, struct mdp_cmdq_cmd, pkt); in mdp_handle_cmdq_callback() 357 struct mdp_cmdq_cmd *cmd = NULL; in mdp_cmdq_send()
|
| D | mtk-mdp3-cmdq.h | 27 struct mdp_cmdq_cmd { struct
|