HomeSort by: relevance | last modified time | path
    Searched refs:max_hw_contexts (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 142 unsigned max_hw_contexts; member in struct:amdgpu_gfx_config
amdgpu_gfx_v6_0.c 1599 adev->gfx.config.max_hw_contexts = 8;
1616 adev->gfx.config.max_hw_contexts = 8;
1633 adev->gfx.config.max_hw_contexts = 8;
1650 adev->gfx.config.max_hw_contexts = 8;
1667 adev->gfx.config.max_hw_contexts = 8;
2044 amdgpu_ring_write(ring, adev->gfx.config.max_hw_contexts - 1);
amdgpu_gfx_v8_0.c 1703 adev->gfx.config.max_hw_contexts = 8;
1720 adev->gfx.config.max_hw_contexts = 8;
1735 adev->gfx.config.max_hw_contexts = 8;
1750 adev->gfx.config.max_hw_contexts = 8;
1767 adev->gfx.config.max_hw_contexts = 8;
1784 adev->gfx.config.max_hw_contexts = 8;
1801 adev->gfx.config.max_hw_contexts = 8;
1818 adev->gfx.config.max_hw_contexts = 8;
4177 WREG32(mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1);
amdgpu_debugfs.c 570 config[no_regs++] = adev->gfx.config.max_hw_contexts;
amdgpu_gfx_v9_0.c 2025 adev->gfx.config.max_hw_contexts = 8;
2033 adev->gfx.config.max_hw_contexts = 8;
2042 adev->gfx.config.max_hw_contexts = 8;
2056 adev->gfx.config.max_hw_contexts = 8;
2068 adev->gfx.config.max_hw_contexts = 8;
2078 adev->gfx.config.max_hw_contexts = 8;
3122 WREG32_SOC15(GC, 0, mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1);
amdgpu_gfx_v7_0.c 2539 WREG32(mmCP_MAX_CONTEXT, adev->gfx.config.max_hw_contexts - 1);
4283 adev->gfx.config.max_hw_contexts = 8;
4300 adev->gfx.config.max_hw_contexts = 8;
4317 adev->gfx.config.max_hw_contexts = 8;
4336 adev->gfx.config.max_hw_contexts = 8;
amdgpu_kms.c 719 dev_info.num_hw_gfx_contexts = adev->gfx.config.max_hw_contexts;
amdgpu_gfx_v10_0.c 1204 adev->gfx.config.max_hw_contexts = 8;
2667 adev->gfx.config.max_hw_contexts - 1);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ni.c 927 rdev->config.cayman.max_hw_contexts = 8;
956 rdev->config.cayman.max_hw_contexts = 8;
970 rdev->config.cayman.max_hw_contexts = 8;
984 rdev->config.cayman.max_hw_contexts = 4;
991 rdev->config.cayman.max_hw_contexts = 4;
1570 radeon_ring_write(ring, rdev->config.cayman.max_hw_contexts - 1);
radeon_rv770.c 1209 rdev->config.rv770.max_hw_contexts = 8;
1229 rdev->config.rv770.max_hw_contexts = 8;
1253 rdev->config.rv770.max_hw_contexts = 4;
1273 rdev->config.rv770.max_hw_contexts = 8;
radeon_evergreen.c 3016 radeon_ring_write(ring, rdev->config.evergreen.max_hw_contexts - 1);
3175 rdev->config.evergreen.max_hw_contexts = 8;
3197 rdev->config.evergreen.max_hw_contexts = 8;
3219 rdev->config.evergreen.max_hw_contexts = 8;
3242 rdev->config.evergreen.max_hw_contexts = 4;
3264 rdev->config.evergreen.max_hw_contexts = 4;
3292 rdev->config.evergreen.max_hw_contexts = 8;
3314 rdev->config.evergreen.max_hw_contexts = 4;
3336 rdev->config.evergreen.max_hw_contexts = 8;
3358 rdev->config.evergreen.max_hw_contexts = 8
    [all...]
radeon.h 2069 unsigned max_hw_contexts; member in struct:r600_asic
2091 unsigned max_hw_contexts; member in struct:rv770_asic
2118 unsigned max_hw_contexts; member in struct:evergreen_asic
2151 unsigned max_hw_contexts; member in struct:cayman_asic
2184 unsigned max_hw_contexts; member in struct:si_asic
2215 unsigned max_hw_contexts; member in struct:cik_asic
radeon_r600.c 2048 rdev->config.r600.max_hw_contexts = 8;
2064 rdev->config.r600.max_hw_contexts = 8;
2082 rdev->config.r600.max_hw_contexts = 4;
2097 rdev->config.r600.max_hw_contexts = 8;
2733 radeon_ring_write(ring, rdev->config.rv770.max_hw_contexts - 1);
2736 radeon_ring_write(ring, rdev->config.r600.max_hw_contexts - 1);
radeon_si.c 3119 rdev->config.si.max_hw_contexts = 8;
3136 rdev->config.si.max_hw_contexts = 8;
3154 rdev->config.si.max_hw_contexts = 8;
3171 rdev->config.si.max_hw_contexts = 8;
3188 rdev->config.si.max_hw_contexts = 8;
3582 radeon_ring_write(ring, rdev->config.si.max_hw_contexts - 1);
radeon_cik.c 3213 rdev->config.cik.max_hw_contexts = 8;
3230 rdev->config.cik.max_hw_contexts = 8;
3247 rdev->config.cik.max_hw_contexts = 8;
3266 rdev->config.cik.max_hw_contexts = 8;
4004 WREG32(CP_MAX_CONTEXT, rdev->config.cik.max_hw_contexts - 1);

Completed in 138 milliseconds