Home
last modified time | relevance | path

Searched refs:ih_node (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_1.c857 static int gfx_v12_1_ih_to_xcc_inst(struct amdgpu_device *adev, int ih_node) in gfx_v12_1_ih_to_xcc_inst() argument
860 int xcc = (ih_node & 0x7) - 2 + (ih_node >> 3) * 4; in gfx_v12_1_ih_to_xcc_inst()
H A Dgfx_v9_4_3.c827 static int gfx_v9_4_3_ih_to_xcc_inst(struct amdgpu_device *adev, int ih_node) in gfx_v9_4_3_ih_to_xcc_inst() argument
831 xcc = hweight8(adev->gfx.xcc_mask & GENMASK(ih_node / 2, 0)); in gfx_v9_4_3_ih_to_xcc_inst()