Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c6325 u32 wgp_idx, wgp_active_bitmap; in gfx_v11_0_get_cu_active_bitmap_per_sh() local
6331 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v11_0_get_cu_active_bitmap_per_sh()
6333 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v11_0_get_cu_active_bitmap_per_sh()
6334 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v11_0_get_cu_active_bitmap_per_sh()
H A Dgfx_v10_0.c9401 u32 wgp_idx, wgp_active_bitmap; in gfx_v10_0_get_cu_active_bitmap_per_sh() local
9407 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v10_0_get_cu_active_bitmap_per_sh()
9409 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v10_0_get_cu_active_bitmap_per_sh()
9410 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v10_0_get_cu_active_bitmap_per_sh()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_0.c8802 u32 wgp_idx, wgp_active_bitmap; in gfx_v10_0_get_cu_active_bitmap_per_sh() local
8808 for (wgp_idx = 0; wgp_idx < 16; wgp_idx++) { in gfx_v10_0_get_cu_active_bitmap_per_sh()
8810 cu_bitmap_per_wgp = 3 << (2 * wgp_idx); in gfx_v10_0_get_cu_active_bitmap_per_sh()
8811 if (wgp_active_bitmap & (1 << wgp_idx)) in gfx_v10_0_get_cu_active_bitmap_per_sh()

Completed in 30 milliseconds