Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dgfx_v11_0.c6303 u32 wgp_idx, wgp_active_bitmap; in gfx_v11_0_get_cu_active_bitmap_per_sh() local
6309 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v11_0_get_cu_active_bitmap_per_sh()
6311 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v11_0_get_cu_active_bitmap_per_sh()
6312 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v11_0_get_cu_active_bitmap_per_sh()
Dgfx_v10_0.c9590 u32 wgp_idx, wgp_active_bitmap; in gfx_v10_0_get_cu_active_bitmap_per_sh() local
9596 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v10_0_get_cu_active_bitmap_per_sh()
9598 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v10_0_get_cu_active_bitmap_per_sh()
9599 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v10_0_get_cu_active_bitmap_per_sh()