Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c5495 u32 wgp_idx, wgp_active_bitmap; in gfx_v12_0_get_cu_active_bitmap_per_sh() local
5501 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v12_0_get_cu_active_bitmap_per_sh()
5503 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v12_0_get_cu_active_bitmap_per_sh()
5504 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v12_0_get_cu_active_bitmap_per_sh()
H A Dgfx_v10_0.c9986 u32 wgp_idx, wgp_active_bitmap; in gfx_v10_0_get_cu_active_bitmap_per_sh() local
9992 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v10_0_get_cu_active_bitmap_per_sh()
9994 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v10_0_get_cu_active_bitmap_per_sh()
9995 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v10_0_get_cu_active_bitmap_per_sh()