Home
last modified time | relevance | path

Searched refs:gcu_status (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c166 if (gcu_status & (GLB_IRQ_STATUS_LPU0 | GLB_IRQ_STATUS_LPU1)) in get_pipeline_event()
169 if (gcu_status & (GLB_IRQ_STATUS_CU0 | GLB_IRQ_STATUS_CU1)) in get_pipeline_event()
172 if (gcu_status & (GLB_IRQ_STATUS_DOU0 | GLB_IRQ_STATUS_DOU1)) in get_pipeline_event()
182 u32 status, gcu_status, raw_status; in d71_irq_handler() local
184 gcu_status = malidp_read32(d71->gcu_addr, GLB_IRQ_STATUS); in d71_irq_handler()
186 if (gcu_status & GLB_IRQ_STATUS_GCU) { in d71_irq_handler()
204 if (gcu_status & GLB_IRQ_STATUS_PIPE0) in d71_irq_handler()
205 evts->pipes[0] |= get_pipeline_event(d71->pipes[0], gcu_status); in d71_irq_handler()
207 if (gcu_status & GLB_IRQ_STATUS_PIPE1) in d71_irq_handler()
208 evts->pipes[1] |= get_pipeline_event(d71->pipes[1], gcu_status); in d71_irq_handler()
[all …]