Searched refs:mdp_cmdq_cmd (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-comp.h | 243 int (*init_comp)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd); 244 int (*config_frame)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd, 247 struct mdp_cmdq_cmd *cmd, u32 index); 249 struct mdp_cmdq_cmd *cmd); 251 struct mdp_cmdq_cmd *cmd, u32 index); 252 int (*post_process)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd);
|
H A D | mtk-mdp3-comp.c | 59 static int init_rdma(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rdma() 87 struct mdp_cmdq_cmd *cmd, in config_rdma_frame() 288 struct mdp_cmdq_cmd *cmd, u32 index) in config_rdma_subfrm() 378 static int wait_rdma_event(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in wait_rdma_event() 408 static int init_rsz(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_rsz() 430 struct mdp_cmdq_cmd *cmd, in config_rsz_frame() 485 struct mdp_cmdq_cmd *cmd, u32 index) in config_rsz_subfrm() 619 struct mdp_cmdq_cmd *cmd, u32 index) in advance_rsz_subfrm() 652 static int init_wrot(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd) in init_wrot() 671 struct mdp_cmdq_cmd *cmd, in config_wrot_frame() [all …]
|
H A D | mtk-mdp3-cmdq.c | 144 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_require() 197 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_run() 299 static int mdp_path_config_subfrm(struct mdp_cmdq_cmd *cmd, in mdp_path_config_subfrm() 391 static int mdp_path_config(struct mdp_dev *mdp, struct mdp_cmdq_cmd *cmd, in mdp_path_config() 513 struct mdp_cmdq_cmd *cmd; in mdp_auto_release_work() 518 cmd = container_of(work, struct mdp_cmdq_cmd, auto_release_work); in mdp_auto_release_work() 550 struct mdp_cmdq_cmd *cmd; in mdp_handle_cmdq_callback() 562 cmd = container_of(data->pkt, struct mdp_cmdq_cmd, pkt); in mdp_handle_cmdq_callback() 589 static struct mdp_cmdq_cmd *mdp_cmdq_prepare(struct mdp_dev *mdp, in mdp_cmdq_prepare() 594 struct mdp_cmdq_cmd *cmd = NULL; in mdp_cmdq_prepare() [all …]
|
H A D | mtk-mdp3-cmdq.h | 27 struct mdp_cmdq_cmd { struct
|