Searched defs:cmdq_pkt (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/include/linux/mailbox/ |
D | mtk-cmdq-mailbox.h | 73 struct cmdq_pkt { struct 74 void *va_base; 75 dma_addr_t pa_base; 76 size_t cmd_buf_size; /* command occupied size */ 77 size_t buf_size; /* real buffer size */ 78 void *cl;
|
/linux-6.1.9/drivers/gpu/drm/mediatek/ |
D | mtk_drm_ddp_comp.c | 69 void mtk_ddp_write(struct cmdq_pkt *cmdq_pkt, unsigned int value, in mtk_ddp_write() 82 void mtk_ddp_write_relaxed(struct cmdq_pkt *cmdq_pkt, unsigned int value, in mtk_ddp_write_relaxed() 95 void mtk_ddp_write_mask(struct cmdq_pkt *cmdq_pkt, unsigned int value, in mtk_ddp_write_mask() 130 unsigned int dither_en, struct cmdq_pkt *cmdq_pkt) in mtk_dither_set_common() 156 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_dither_config() 182 unsigned int cfg, struct cmdq_pkt *cmdq_pkt) in mtk_dither_set() 192 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_dsc_config() 222 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_od_config() 240 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_postmask_config()
|
D | mtk_disp_merge.c | 84 void mtk_merge_start_cmdq(struct device *dev, struct cmdq_pkt *cmdq_pkt) in mtk_merge_start_cmdq() 96 void mtk_merge_stop_cmdq(struct device *dev, struct cmdq_pkt *cmdq_pkt) in mtk_merge_stop_cmdq() 112 struct cmdq_pkt *cmdq_pkt) in mtk_merge_fifo_setting() 132 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_merge_config() 139 struct cmdq_pkt *cmdq_pkt) in mtk_merge_advance_config()
|
D | mtk_mdp_rdma.c | 136 static void mtk_mdp_rdma_fifo_config(struct device *dev, struct cmdq_pkt *cmdq_pkt) in mtk_mdp_rdma_fifo_config() 148 void mtk_mdp_rdma_start(struct device *dev, struct cmdq_pkt *cmdq_pkt) in mtk_mdp_rdma_start() 156 void mtk_mdp_rdma_stop(struct device *dev, struct cmdq_pkt *cmdq_pkt) in mtk_mdp_rdma_stop() 167 struct cmdq_pkt *cmdq_pkt) in mtk_mdp_rdma_config()
|
D | mtk_disp_ovl.c | 180 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_ovl_config() 235 struct cmdq_pkt *cmdq_pkt) in mtk_ovl_layer_on() 260 struct cmdq_pkt *cmdq_pkt) in mtk_ovl_layer_off() 308 struct cmdq_pkt *cmdq_pkt) in mtk_ovl_layer_config()
|
D | mtk_disp_ccorr.c | 64 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_ccorr_config() 117 struct cmdq_pkt *cmdq_pkt = NULL; in mtk_ccorr_ctm_set() local
|
D | mtk_drm_ddp_comp.h | 100 struct cmdq_pkt *cmdq_pkt) in mtk_ddp_comp_config() 174 struct cmdq_pkt *cmdq_pkt) in mtk_ddp_comp_layer_config()
|
D | mtk_disp_rdma.c | 156 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_rdma_config() 230 struct cmdq_pkt *cmdq_pkt) in mtk_rdma_layer_config()
|
D | mtk_disp_aal.c | 56 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_aal_config()
|
D | mtk_disp_color.c | 62 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_color_config()
|
D | mtk_disp_gamma.c | 104 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_gamma_config()
|
/linux-6.1.9/drivers/soc/mediatek/ |
D | mtk-mutex.c | 684 struct cmdq_pkt *cmdq_pkt = (struct cmdq_pkt *)pkt; in mtk_mutex_enable_by_cmdq() local
|