Searched refs:ih_node_to_logical_xcc (Results 1 – 3 of 3) sorted by relevance
305 int (*ih_node_to_logical_xcc)(struct amdgpu_device *adev, int ih_node); member
575 if (adev->gfx.funcs->ih_node_to_logical_xcc) { in gmc_v9_0_process_interrupt()576 xcc_id = adev->gfx.funcs->ih_node_to_logical_xcc(adev, in gmc_v9_0_process_interrupt()
675 .ih_node_to_logical_xcc = &gfx_v9_4_3_ih_to_xcc_inst,