Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ni.c927 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
956 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
970 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
984 rdev->config.cayman.max_hw_contexts = 4; in cayman_gpu_init()
991 rdev->config.cayman.max_hw_contexts = 4; in cayman_gpu_init()
1570 radeon_ring_write(ring, rdev->config.cayman.max_hw_contexts - 1); in cayman_cp_start()
H A Dradeon_rv770.c1209 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
1229 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
1253 rdev->config.rv770.max_hw_contexts = 4; in rv770_gpu_init()
1273 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
H A Dradeon_evergreen.c3016 radeon_ring_write(ring, rdev->config.evergreen.max_hw_contexts - 1); in evergreen_cp_start()
3175 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3197 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3219 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3242 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3264 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3292 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3314 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3336 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3358 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
[all …]
H A Dradeon.h2069 unsigned max_hw_contexts; member
2091 unsigned max_hw_contexts; member
2118 unsigned max_hw_contexts; member
2151 unsigned max_hw_contexts; member
2184 unsigned max_hw_contexts; member
2215 unsigned max_hw_contexts; member
H A Dradeon_r600.c2048 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2064 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2082 rdev->config.r600.max_hw_contexts = 4; in r600_gpu_init()
2097 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2733 radeon_ring_write(ring, rdev->config.rv770.max_hw_contexts - 1); in r600_cp_start()
2736 radeon_ring_write(ring, rdev->config.r600.max_hw_contexts - 1); in r600_cp_start()
H A Dradeon_si.c3119 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3136 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3154 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3171 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3188 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3582 radeon_ring_write(ring, rdev->config.si.max_hw_contexts - 1); in si_cp_start()
H A Dradeon_cik.c3213 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3230 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3247 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3266 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
4004 WREG32(CP_MAX_CONTEXT, rdev->config.cik.max_hw_contexts - 1); in cik_cp_gfx_start()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx.h142 unsigned max_hw_contexts; member
H A Damdgpu_gfx_v6_0.c1599 adev->gfx.config.max_hw_contexts = 8; in gfx_v6_0_constants_init()
1616 adev->gfx.config.max_hw_contexts = 8; in gfx_v6_0_constants_init()
1633 adev->gfx.config.max_hw_contexts = 8; in gfx_v6_0_constants_init()
1650 adev->gfx.config.max_hw_contexts = 8; in gfx_v6_0_constants_init()
1667 adev->gfx.config.max_hw_contexts = 8; in gfx_v6_0_constants_init()
2044 amdgpu_ring_write(ring, adev->gfx.config.max_hw_contexts - 1); in gfx_v6_0_cp_gfx_start()
H A Damdgpu_gfx_v8_0.c1703 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1720 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1735 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1750 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1767 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1784 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1801 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()
4177 WREG32(mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1); in gfx_v8_0_cp_gfx_start()
H A Damdgpu_gfx_v7_0.c2539 WREG32(mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1); in gfx_v7_0_cp_gfx_start()
4283 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_early_init()
4300 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_early_init()
4317 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_early_init()
4336 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_early_init()
H A Damdgpu_gfx_v9_0.c2025 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
2033 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
2042 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
2056 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
2068 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
2078 adev->gfx.config.max_hw_contexts = 8; in gfx_v9_0_gpu_early_init()
3122 WREG32_SOC15(GC, 0, mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1); in gfx_v9_0_cp_gfx_start()
H A Damdgpu_debugfs.c570 config[no_regs++] = adev->gfx.config.max_hw_contexts; in amdgpu_debugfs_gca_config_read()
H A Damdgpu_kms.c719 dev_info.num_hw_gfx_contexts = adev->gfx.config.max_hw_contexts; in amdgpu_info_ioctl()
H A Damdgpu_gfx_v10_0.c1204 adev->gfx.config.max_hw_contexts = 8; in gfx_v10_0_gpu_early_init()
2667 adev->gfx.config.max_hw_contexts - 1); in gfx_v10_0_cp_gfx_start()