Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd.c420 cu_info->cu_ao_mask = acu_info.ao_cu_mask; in get_cu_info()
Dgfx_v6_0.c2807 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask); in gfx_v6_0_init_ao_cu_mask()
3567 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v6_0_get_cu_info() local
3604 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v6_0_get_cu_info()
3613 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v6_0_get_cu_info()
Dgfx_v7_0.c3918 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask); in gfx_v7_0_init_ao_cu_mask()
5191 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v7_0_get_cu_info() local
5228 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v7_0_get_cu_info()
5236 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v7_0_get_cu_info()
Dgfx_v9_0.c4875 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v9_0_get_cu_info() local
4906 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v9_0_get_cu_info()
4914 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v9_0_get_cu_info()
Damdgpu_kms.c635 dev_info.cu_ao_mask = adev->gfx.cu_info.ao_cu_mask; in amdgpu_info_ioctl()
Dgfx_v8_0.c4163 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask); in gfx_v8_0_init_pg()
7371 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; in gfx_v8_0_get_cu_info() local
7408 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8)); in gfx_v8_0_get_cu_info()
7416 cu_info->ao_cu_mask = ao_cu_mask; in gfx_v8_0_get_cu_info()
Damdgpu.h854 uint32_t ao_cu_mask; member