HomeSort by: relevance | last modified time | path
    Searched defs:ao_cu_mask (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 187 uint32_t ao_cu_mask; member in struct:amdgpu_cu_info
amdgpu_gfx_v6_0.c 2792 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask);
3580 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; local in function:gfx_v6_0_get_cu_info
3617 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8));
3626 cu_info->ao_cu_mask = ao_cu_mask;
amdgpu_gfx_v10_0.c 5392 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; local in function:gfx_v10_0_get_cu_info
5423 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8));
5431 cu_info->ao_cu_mask = ao_cu_mask;
amdgpu_gfx_v7_0.c 3849 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask);
5118 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; local in function:gfx_v7_0_get_cu_info
5155 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8));
5163 cu_info->ao_cu_mask = ao_cu_mask;
amdgpu_gfx_v8_0.c 4065 WREG32(mmRLC_PG_ALWAYS_ON_CU_MASK, adev->gfx.cu_info.ao_cu_mask);
7104 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; local in function:gfx_v8_0_get_cu_info
7141 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8));
7149 cu_info->ao_cu_mask = ao_cu_mask;
amdgpu_gfx_v9_0.c 6700 u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; local in function:gfx_v9_0_get_cu_info
6752 ao_cu_mask |= (ao_bitmap << (i * 16 + j * 8));
6760 cu_info->ao_cu_mask = ao_cu_mask;

Completed in 31 milliseconds