Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c161 static u64 get_pipeline_event(struct d71_pipeline *d71_pipeline, u32 gcu_status) in get_pipeline_event() argument
165 if (gcu_status & (GLB_IRQ_STATUS_LPU0 | GLB_IRQ_STATUS_LPU1)) in get_pipeline_event()
168 if (gcu_status & (GLB_IRQ_STATUS_CU0 | GLB_IRQ_STATUS_CU1)) in get_pipeline_event()
171 if (gcu_status & (GLB_IRQ_STATUS_DOU0 | GLB_IRQ_STATUS_DOU1)) in get_pipeline_event()
181 u32 status, gcu_status, raw_status; in d71_irq_handler() local
183 gcu_status = malidp_read32(d71->gcu_addr, GLB_IRQ_STATUS); in d71_irq_handler()
185 if (gcu_status & GLB_IRQ_STATUS_GCU) { in d71_irq_handler()
203 if (gcu_status & GLB_IRQ_STATUS_PIPE0) in d71_irq_handler()
204 evts->pipes[0] |= get_pipeline_event(d71->pipes[0], gcu_status); in d71_irq_handler()
206 if (gcu_status in d71_irq_handler()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c162 static u64 get_pipeline_event(struct d71_pipeline *d71_pipeline, u32 gcu_status) in get_pipeline_event() argument
166 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 in d71_irq_handler()
[all...]

Completed in 2 milliseconds