Searched refs:G2D_BIT_ENGINE_BUSY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 150 G2D_BIT_ENGINE_BUSY, enumerator 265 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_hw_reset() 811 set_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_dma_start() 880 if (test_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags)) in g2d_runqueue_worker() 955 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_irq_handler() 1489 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 151 G2D_BIT_ENGINE_BUSY, enumerator 267 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_hw_reset() 806 set_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_dma_start() 875 if (test_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags)) in g2d_runqueue_worker() 958 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_irq_handler() 1491 clear_bit(G2D_BIT_ENGINE_BUSY, &g2d->flags); in g2d_probe()
|
Completed in 5 milliseconds