HomeSort by: relevance | last modified time | path
    Searched defs:me_id (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v10_0.c 4952 u8 me_id, pipe_id, queue_id; local in function:gfx_v10_0_eop_irq
4956 me_id = (entry->ring_id & 0x0c) >> 2;
4960 switch (me_id) {
4974 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id))
5022 u8 me_id, pipe_id, queue_id; local in function:gfx_v10_0_handle_priv_fault
5026 me_id = (entry->ring_id & 0x0c) >> 2;
5030 switch (me_id) {
5035 if (ring->me == me_id && ring->pipe == pipe_id)
5043 if (ring->me == me_id && ring->pipe == pipe_id &&
5120 u8 me_id, pipe_id, queue_id local in function:gfx_v10_0_kiq_irq
    [all...]
amdgpu_gfx_v7_0.c 4876 u8 me_id, pipe_id; local in function:gfx_v7_0_eop_irq
4881 me_id = (entry->ring_id & 0x0c) >> 2;
4883 switch (me_id) {
4891 if ((ring->me == me_id) && (ring->pipe == pipe_id))
4903 u8 me_id, pipe_id; local in function:gfx_v7_0_fault
4906 me_id = (entry->ring_id & 0x0c) >> 2;
4908 switch (me_id) {
4916 if ((ring->me == me_id) && (ring->pipe == pipe_id))
amdgpu_gfx_v8_0.c 6705 u8 me_id, pipe_id, queue_id; local in function:gfx_v8_0_eop_irq
6709 me_id = (entry->ring_id & 0x0c) >> 2;
6713 switch (me_id) {
6724 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id))
6735 u8 me_id, pipe_id, queue_id; local in function:gfx_v8_0_fault
6739 me_id = (entry->ring_id & 0x0c) >> 2;
6743 switch (me_id) {
6751 if (ring->me == me_id && ring->pipe == pipe_id &&
amdgpu_gfx_v9_0.c 5567 u8 me_id, pipe_id, queue_id; local in function:gfx_v9_0_eop_irq
5571 me_id = (entry->ring_id & 0x0c) >> 2;
5575 switch (me_id) {
5586 if ((ring->me == me_id) && (ring->pipe == pipe_id) && (ring->queue == queue_id))
5597 u8 me_id, pipe_id, queue_id; local in function:gfx_v9_0_fault
5601 me_id = (entry->ring_id & 0x0c) >> 2;
5605 switch (me_id) {
5613 if (ring->me == me_id && ring->pipe == pipe_id &&
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c 7542 * ME_ID [1:0], PIPE_ID[1:0], QUEUE_ID[2:0]
7545 * ME_ID - 0 = gfx, 1 = first 4 CS pipes, 2 = second 4 CS pipes
7573 u8 me_id, pipe_id, queue_id; local in function:cik_irq_process
8001 me_id = (ring_id & 0x60) >> 5;
8004 switch (me_id) {
8010 if ((cp1_ring->me == me_id) & (cp1_ring->pipe == pipe_id))
8012 if ((cp2_ring->me == me_id) & (cp2_ring->pipe == pipe_id))
8020 me_id = (ring_id & 0x60) >> 5;
8023 switch (me_id) {
8043 me_id = (ring_id & 0x60) >> 5
    [all...]

Completed in 32 milliseconds