Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c5528 u32 wgp_idx, wgp_active_bitmap; in gfx_v12_0_get_cu_active_bitmap_per_sh() local
5534 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v12_0_get_cu_active_bitmap_per_sh()
5536 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v12_0_get_cu_active_bitmap_per_sh()
5537 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v12_0_get_cu_active_bitmap_per_sh()
H A Dgfx_v11_0.c7106 u32 wgp_idx, wgp_active_bitmap; in gfx_v11_0_get_cu_active_bitmap_per_sh() local
7112 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v11_0_get_cu_active_bitmap_per_sh()
7114 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v11_0_get_cu_active_bitmap_per_sh()
7115 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v11_0_get_cu_active_bitmap_per_sh()
H A Dgfx_v10_0.c10043 u32 wgp_idx, wgp_active_bitmap; in gfx_v10_0_get_cu_active_bitmap_per_sh() local
10049 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v10_0_get_cu_active_bitmap_per_sh()
10051 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v10_0_get_cu_active_bitmap_per_sh()
10052 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v10_0_get_cu_active_bitmap_per_sh()