Home
last modified time | relevance | path

Searched refs:max_hw_contexts (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dni.c930 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
959 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
973 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
987 rdev->config.cayman.max_hw_contexts = 4; in cayman_gpu_init()
994 rdev->config.cayman.max_hw_contexts = 4; in cayman_gpu_init()
1572 radeon_ring_write(ring, rdev->config.cayman.max_hw_contexts - 1); in cayman_cp_start()
H A Drv770.c1197 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
1217 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
1241 rdev->config.rv770.max_hw_contexts = 4; in rv770_gpu_init()
1261 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
H A Devergreen.c2993 radeon_ring_write(ring, rdev->config.evergreen.max_hw_contexts - 1); in evergreen_cp_start()
3152 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3174 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3196 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3219 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3241 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3269 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3291 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3313 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3335 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
[all …]
H A Dradeon.h2033 unsigned max_hw_contexts; member
2055 unsigned max_hw_contexts; member
2082 unsigned max_hw_contexts; member
2115 unsigned max_hw_contexts; member
2148 unsigned max_hw_contexts; member
2179 unsigned max_hw_contexts; member
H A Dr600.c2005 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2021 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2039 rdev->config.r600.max_hw_contexts = 4; in r600_gpu_init()
2054 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2710 radeon_ring_write(ring, rdev->config.rv770.max_hw_contexts - 1); in r600_cp_start()
2713 radeon_ring_write(ring, rdev->config.r600.max_hw_contexts - 1); in r600_cp_start()
H A Dsi.c3098 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3115 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3133 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3150 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3167 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3561 radeon_ring_write(ring, rdev->config.si.max_hw_contexts - 1); in si_cp_start()
H A Dcik.c3219 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3236 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3253 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3272 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
4017 WREG32(CP_MAX_CONTEXT, rdev->config.cik.max_hw_contexts - 1); in cik_cp_gfx_start()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dgfx_v8_0.c1801 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1818 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1833 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1848 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1865 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1882 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1899 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1916 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
4381 WREG32(mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1); in gfx_v8_0_cp_gfx_start()
H A Damdgpu_debugfs.c493 config[no_regs++] = adev->gfx.config.max_hw_contexts; in amdgpu_debugfs_gca_config_read()
H A Dgfx_v9_0.c1178 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
1186 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
1195 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
1209 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
2398 WREG32_SOC15(GC, 0, mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1); in gfx_v9_0_cp_gfx_start()
H A Damdgpu_kms.c594 dev_info.num_hw_gfx_contexts = adev->gfx.config.max_hw_contexts; in amdgpu_info_ioctl()
H A Damdgpu.h819 unsigned max_hw_contexts; member