Searched refs:ipu_channel (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-dmfc.c | 40 int ipu_channel; member 49 .ipu_channel = IPUV3_CHANNEL_MEM_BG_SYNC, 55 .ipu_channel = 24, 61 .ipu_channel = IPUV3_CHANNEL_MEM_FG_SYNC, 67 .ipu_channel = IPUV3_CHANNEL_MEM_DC_SYNC, 73 .ipu_channel = 29, 155 struct dmfc_channel *ipu_dmfc_get(struct ipu_soc *ipu, int ipu_channel) in ipu_dmfc_get() argument 161 if (dmfcdata[i].ipu_channel == ipu_channel) in ipu_dmfc_get() 197 if (dmfcdata[i].ipu_channel == IPUV3_CHANNEL_MEM_BG_SYNC || in ipu_dmfc_init() 198 dmfcdata[i].ipu_channel == IPUV3_CHANNEL_MEM_FG_SYNC || in ipu_dmfc_init() [all …]
|
/openbmc/linux/include/linux/dma/ |
H A D | ipu-dma.h | 16 enum ipu_channel { enum 155 enum ipu_channel link; /* input channel, linked to the output */
|
/openbmc/u-boot/drivers/video/ |
H A D | mx3fb.c | 25 enum ipu_channel { enum 526 static uint32_t dma_param_addr(enum ipu_channel channel) in dma_param_addr() 532 static void ipu_init_channel_buffer(enum ipu_channel channel, void *fbmem) in ipu_init_channel_buffer() 566 static void ipu_channel_set_priority(enum ipu_channel channel, in ipu_channel_set_priority() 584 static int ipu_enable_channel(enum ipu_channel channel) in ipu_enable_channel() 605 static int ipu_update_channel_buffer(enum ipu_channel channel, void *buf) in ipu_update_channel_buffer() 620 static int idmac_tx_submit(enum ipu_channel channel, void *buf) in idmac_tx_submit()
|
H A D | ipu.h | 132 struct ipu_channel { struct
|