Searched refs:mdp_cmdq_cmd (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-comp.h | 240 int (*init_comp)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd); 241 int (*config_frame)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd, 244 struct mdp_cmdq_cmd *cmd, u32 index); 246 struct mdp_cmdq_cmd *cmd); 248 struct mdp_cmdq_cmd *cmd, u32 index); 249 int (*post_process)(struct mdp_comp_ctx *ctx, struct mdp_cmdq_cmd *cmd);
|
| H A D | mtk-mdp3-comp.c | 87 struct mdp_cmdq_cmd *cmd, in config_rdma_frame() 416 struct mdp_cmdq_cmd *cmd, in config_rsz_frame() 469 struct mdp_cmdq_cmd *cmd, u32 index) in config_rsz_subfrm() 649 struct mdp_cmdq_cmd *cmd, in config_wrot_frame() 880 struct mdp_cmdq_cmd *cmd, in config_wdma_frame() 1022 struct mdp_cmdq_cmd *cmd, in config_tdshp_frame() 1097 struct mdp_cmdq_cmd *cmd, in config_color_frame() 1191 struct mdp_cmdq_cmd *cmd, in config_aal_frame() 1251 struct mdp_cmdq_cmd *cmd, in config_hdr_frame() 1331 struct mdp_cmdq_cmd *cmd, in config_fg_frame() [all …]
|
| H A D | mtk-mdp3-cmdq.c | 140 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_require() 193 struct mdp_cmdq_cmd *cmd, in mdp_path_subfrm_run() 295 static int mdp_path_config_subfrm(struct mdp_cmdq_cmd *cmd, in mdp_path_config_subfrm() 385 static int mdp_path_config(struct mdp_dev *mdp, struct mdp_cmdq_cmd *cmd, in mdp_path_config() 470 struct mdp_cmdq_cmd *cmd; in mdp_auto_release_work() 475 cmd = container_of(work, struct mdp_cmdq_cmd, auto_release_work); in mdp_auto_release_work() 507 struct mdp_cmdq_cmd *cmd; in mdp_handle_cmdq_callback() 519 cmd = container_of(data->pkt, struct mdp_cmdq_cmd, pkt); in mdp_handle_cmdq_callback() 546 static struct mdp_cmdq_cmd *mdp_cmdq_prepare(struct mdp_dev *mdp, in mdp_cmdq_prepare() 551 struct mdp_cmdq_cmd *cmd = NULL; in mdp_cmdq_prepare() [all …]
|
| H A D | mtk-mdp3-cmdq.h | 27 struct mdp_cmdq_cmd { struct
|