Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dcik.c7556 u8 me_id, pipe_id, queue_id; in cik_irq_process() local
7942 me_id = (ring_id & 0x60) >> 5; in cik_irq_process()
7945 switch (me_id) { in cik_irq_process()
7951 if ((cp1_ring->me == me_id) & (cp1_ring->pipe == pipe_id)) in cik_irq_process()
7953 if ((cp2_ring->me == me_id) & (cp2_ring->pipe == pipe_id)) in cik_irq_process()
7961 me_id = (ring_id & 0x60) >> 5; in cik_irq_process()
7964 switch (me_id) { in cik_irq_process()
7984 me_id = (ring_id & 0x60) >> 5; in cik_irq_process()
7987 switch (me_id) { in cik_irq_process()
8006 me_id = (ring_id & 0x3) >> 0; in cik_irq_process()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c4511 u8 me_id, pipe_id, queue_id; in gfx_v9_0_eop_irq() local
4515 me_id = (entry->ring_id & 0x0c) >> 2; in gfx_v9_0_eop_irq()
4519 switch (me_id) { in gfx_v9_0_eop_irq()
4530 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id)) in gfx_v9_0_eop_irq()
4605 u8 me_id, pipe_id, queue_id; in gfx_v9_0_kiq_irq() local
4608 me_id = (entry->ring_id & 0x0c) >> 2; in gfx_v9_0_kiq_irq()
4612 me_id, pipe_id, queue_id); in gfx_v9_0_kiq_irq()
Dgfx_v8_0.c6925 u8 me_id, pipe_id, queue_id; in gfx_v8_0_eop_irq() local
6929 me_id = (entry->ring_id & 0x0c) >> 2; in gfx_v8_0_eop_irq()
6933 switch (me_id) { in gfx_v8_0_eop_irq()
6944 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id)) in gfx_v8_0_eop_irq()
7111 u8 me_id, pipe_id, queue_id; in gfx_v8_0_kiq_irq() local
7114 me_id = (entry->ring_id & 0x0c) >> 2; in gfx_v8_0_kiq_irq()
7118 me_id, pipe_id, queue_id); in gfx_v8_0_kiq_irq()
Dgfx_v7_0.c4955 u8 me_id, pipe_id; in gfx_v7_0_eop_irq() local
4960 me_id = (entry->ring_id & 0x0c) >> 2; in gfx_v7_0_eop_irq()
4962 switch (me_id) { in gfx_v7_0_eop_irq()
4970 if ((ring->me == me_id) && (ring->pipe == pipe_id)) in gfx_v7_0_eop_irq()