Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dni.c925 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
954 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
968 rdev->config.cayman.max_hw_contexts = 8; in cayman_gpu_init()
982 rdev->config.cayman.max_hw_contexts = 4; in cayman_gpu_init()
989 rdev->config.cayman.max_hw_contexts = 4; in cayman_gpu_init()
1569 radeon_ring_write(ring, rdev->config.cayman.max_hw_contexts - 1); in cayman_cp_start()
Drv770.c1198 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
1218 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
1242 rdev->config.rv770.max_hw_contexts = 4; in rv770_gpu_init()
1262 rdev->config.rv770.max_hw_contexts = 8; in rv770_gpu_init()
Devergreen.c3100 radeon_ring_write(ring, rdev->config.evergreen.max_hw_contexts - 1); in evergreen_cp_start()
3259 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3281 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3303 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3326 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3348 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3376 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3398 rdev->config.evergreen.max_hw_contexts = 4; in evergreen_gpu_init()
3420 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
3442 rdev->config.evergreen.max_hw_contexts = 8; in evergreen_gpu_init()
[all …]
Dradeon.h2028 unsigned max_hw_contexts; member
2050 unsigned max_hw_contexts; member
2077 unsigned max_hw_contexts; member
2110 unsigned max_hw_contexts; member
2143 unsigned max_hw_contexts; member
2174 unsigned max_hw_contexts; member
Dr600.c2002 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2018 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2036 rdev->config.r600.max_hw_contexts = 4; in r600_gpu_init()
2051 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init()
2698 radeon_ring_write(ring, rdev->config.rv770.max_hw_contexts - 1); in r600_cp_start()
2701 radeon_ring_write(ring, rdev->config.r600.max_hw_contexts - 1); in r600_cp_start()
Dsi.c3109 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3126 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3144 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3161 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3178 rdev->config.si.max_hw_contexts = 8; in si_gpu_init()
3572 radeon_ring_write(ring, rdev->config.si.max_hw_contexts - 1); in si_cp_start()
Dcik.c3574 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3591 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3635 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
3654 rdev->config.cik.max_hw_contexts = 8; in cik_gpu_init()
4392 WREG32(CP_MAX_CONTEXT, rdev->config.cik.max_hw_contexts - 1); in cik_cp_gfx_start()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c984 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1001 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1018 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1073 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1107 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
1124 adev->gfx.config.max_hw_contexts = 8; in gfx_v8_0_gpu_early_init()
3221 WREG32(mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1); in gfx_v8_0_cp_gfx_start()
Damdgpu_kms.c452 dev_info.num_hw_gfx_contexts = adev->gfx.config.max_hw_contexts; in amdgpu_info_ioctl()
Dgfx_v7_0.c2079 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_init()
2096 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_init()
2139 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_init()
2158 adev->gfx.config.max_hw_contexts = 8; in gfx_v7_0_gpu_init()
2839 WREG32(mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1); in gfx_v7_0_cp_gfx_start()
Damdgpu.h1151 unsigned max_hw_contexts; member