Lines Matching refs:me
2398 switch (ring->me) { in gfx_v7_0_ring_emit_hdp_flush()
3319 int me = (i < 4) ? 1 : 2; in gfx_v7_0_cp_compute_resume() local
3324 cik_srbm_select(adev, me, pipe, 0, 0); in gfx_v7_0_cp_compute_resume()
3388 cik_srbm_select(adev, ring->me, in gfx_v7_0_cp_compute_resume()
4291 int me, i, max_me = 4; in gfx_v7_0_init_cp_pg_table() local
4303 for (me = 0; me < max_me; me++) { in gfx_v7_0_init_cp_pg_table()
4304 if (me == 0) { in gfx_v7_0_init_cp_pg_table()
4312 } else if (me == 1) { in gfx_v7_0_init_cp_pg_table()
4320 } else if (me == 2) { in gfx_v7_0_init_cp_pg_table()
4328 } else if (me == 3) { in gfx_v7_0_init_cp_pg_table()
4795 ring->me = 1; /* first MEC */ in gfx_v7_0_sw_init()
4798 sprintf(ring->name, "comp %d.%d.%d", ring->me, ring->pipe, ring->queue); in gfx_v7_0_sw_init()
5083 int me = (i < 4) ? 1 : 2; in gfx_v7_0_print_status() local
5087 dev_info(adev->dev, " me: %d, pipe: %d\n", me, pipe); in gfx_v7_0_print_status()
5088 cik_srbm_select(adev, me, pipe, 0, 0); in gfx_v7_0_print_status()
5099 cik_srbm_select(adev, me, pipe, queue, 0); in gfx_v7_0_print_status()
5291 int me, int pipe, in gfx_v7_0_set_compute_eop_interrupt_state() argument
5302 if (me == 1) { in gfx_v7_0_set_compute_eop_interrupt_state()
5312 DRM_DEBUG("invalid me %d\n", me); in gfx_v7_0_set_compute_eop_interrupt_state()
5440 if ((ring->me == me_id) && (ring->pipe == pipe_id)) in gfx_v7_0_eop_irq()