Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Dgfx_v11_0.c6317 u32 wgp_idx, wgp_active_bitmap; in gfx_v11_0_get_cu_active_bitmap_per_sh() local
6323 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v11_0_get_cu_active_bitmap_per_sh()
6325 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v11_0_get_cu_active_bitmap_per_sh()
6326 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v11_0_get_cu_active_bitmap_per_sh()
Dgfx_v10_0.c9406 u32 wgp_idx, wgp_active_bitmap; in gfx_v10_0_get_cu_active_bitmap_per_sh() local
9412 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v10_0_get_cu_active_bitmap_per_sh()
9414 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v10_0_get_cu_active_bitmap_per_sh()
9415 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v10_0_get_cu_active_bitmap_per_sh()