Home
last modified time | relevance | path

Searched refs:ao_cu_mask (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gfx.h202 uint32_t ao_cu_mask; member
A Dgfx_v6_0.c2784 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask); in gfx_v6_0_init_ao_cu_mask()
3593 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v6_0_get_cu_info() local
3630 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v6_0_get_cu_info()
3639 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v6_0_get_cu_info()
A Damdgpu_amdkfd.c463 cu_info->cu_ao_mask = acu_info.ao_cu_mask; in amdgpu_amdkfd_get_cu_info()
A Dgfx_v7_0.c3858 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask); in gfx_v7_0_init_ao_cu_mask()
5168 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v7_0_get_cu_info() local
5205 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v7_0_get_cu_info()
5213 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v7_0_get_cu_info()
A Dgfx_v8_0.c4080 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask); in gfx_v8_0_init_pg()
7140 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v8_0_get_cu_info() local
7177 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v8_0_get_cu_info()
7185 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v8_0_get_cu_info()
A Damdgpu_kms.c858 dev_info->cu_ao_mask = adev->gfx.cu_info.ao_cu_mask; in amdgpu_info_ioctl()
A Dgfx_v9_0.c7177 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v9_0_get_cu_info() local
7229 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v9_0_get_cu_info()
7237 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v9_0_get_cu_info()
A Dgfx_v10_0.c9624 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v10_0_get_cu_info() local
9660 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v10_0_get_cu_info()
9668 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v10_0_get_cu_info()

Completed in 126 milliseconds