Home
last modified time | relevance | path

Searched refs:active_sa_bitmap (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_1.c1680 u32 active_sa_bitmap; in gfx_v12_1_setup_rb() local
1688 active_sa_bitmap = gfx_v12_1_get_sa_active_bitmap(adev, xcc_id); in gfx_v12_1_setup_rb()
1698 if (active_sa_bitmap & (1 << i)) in gfx_v12_1_setup_rb()
H A Dgfx_v12_0.c1754 u32 active_sa_bitmap; in gfx_v12_0_setup_rb() local
1760 active_sa_bitmap = gfx_v12_0_get_sa_active_bitmap(adev); in gfx_v12_0_setup_rb()
1772 if (active_sa_bitmap & (1 << i)) in gfx_v12_0_setup_rb()
H A Dgfx_v11_0.c2079 u32 active_sa_bitmap; in gfx_v11_0_setup_rb() local
2085 active_sa_bitmap = gfx_v11_0_get_sa_active_bitmap(adev); in gfx_v11_0_setup_rb()
2097 if (active_sa_bitmap & (1 << i)) in gfx_v11_0_setup_rb()