Searched defs:cmdq_pkt (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/include/linux/mailbox/ |
A 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.3-rc2/drivers/gpu/drm/mediatek/ |
A 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()
|
A 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()
|
A 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()
|
A D | mtk_disp_ovl.c | 184 static void mtk_ovl_set_afbc(struct mtk_disp_ovl *ovl, struct cmdq_pkt *cmdq_pkt, in mtk_ovl_set_afbc() 194 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_ovl_config() 249 struct cmdq_pkt *cmdq_pkt) in mtk_ovl_layer_on() 274 struct cmdq_pkt *cmdq_pkt) in mtk_ovl_layer_off() 322 struct cmdq_pkt *cmdq_pkt) in mtk_ovl_layer_config()
|
A D | mtk_disp_ccorr.c | 65 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_ccorr_config() 118 struct cmdq_pkt *cmdq_pkt = NULL; in mtk_ccorr_ctm_set() local
|
A 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()
|
A D | mtk_disp_rdma.c | 157 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_rdma_config() 231 struct cmdq_pkt *cmdq_pkt) in mtk_rdma_layer_config()
|
A D | mtk_disp_aal.c | 57 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_aal_config()
|
A D | mtk_disp_color.c | 63 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_color_config()
|
A D | mtk_disp_gamma.c | 105 unsigned int bpc, struct cmdq_pkt *cmdq_pkt) in mtk_gamma_config()
|
/linux-6.3-rc2/drivers/soc/mediatek/ |
A D | mtk-mmsys.c | 130 struct cmdq_pkt *cmdq_pkt) in mtk_mmsys_update_bits() 182 struct cmdq_pkt *cmdq_pkt) in mtk_mmsys_merge_async_config() 190 struct cmdq_pkt *cmdq_pkt) in mtk_mmsys_hdr_config() 198 u8 mode, u32 biwidth, struct cmdq_pkt *cmdq_pkt) in mtk_mmsys_mixer_in_config() 212 struct cmdq_pkt *cmdq_pkt) in mtk_mmsys_mixer_in_channel_swap()
|
A D | mtk-mutex.c | 772 struct cmdq_pkt *cmdq_pkt = (struct cmdq_pkt *)pkt; in mtk_mutex_enable_by_cmdq() local
|
Completed in 27 milliseconds