Home
last modified time | relevance | path

Searched refs:max_gprs (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Drv770.c1194 rdev->config.rv770.max_gprs = 256; in rv770_gpu_init()
1214 rdev->config.rv770.max_gprs = 128; in rv770_gpu_init()
1238 rdev->config.rv770.max_gprs = 256; in rv770_gpu_init()
1258 rdev->config.rv770.max_gprs = 256; in rv770_gpu_init()
1495 NUM_VS_GPRS((rdev->config.rv770.max_gprs * 24)/64) | in rv770_gpu_init()
1496 NUM_CLAUSE_TEMP_GPRS(((rdev->config.rv770.max_gprs * 24)/64)/2))); in rv770_gpu_init()
1499 NUM_ES_GPRS((rdev->config.rv770.max_gprs * 7)/64))); in rv770_gpu_init()
1516 sq_dyn_gpr_size_simd_ab_0 = (SIMDA_RING0((rdev->config.rv770.max_gprs * 38)/64) | in rv770_gpu_init()
1517 SIMDA_RING1((rdev->config.rv770.max_gprs * 38)/64) | in rv770_gpu_init()
1518 SIMDB_RING0((rdev->config.rv770.max_gprs * 38)/64) | in rv770_gpu_init()
[all …]
H A Devergreen.c3144 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3166 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3188 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3211 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3233 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3261 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3283 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3305 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3327 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
3349 rdev->config.evergreen.max_gprs = 256; in evergreen_gpu_init()
[all …]
H A Dradeon.h2030 unsigned max_gprs; member
2052 unsigned max_gprs; member
2079 unsigned max_gprs; member
2107 unsigned max_gprs; member
2146 unsigned max_gprs; member
2177 unsigned max_gprs; member
H A Dni.c922 rdev->config.cayman.max_gprs = 256; in cayman_gpu_init()
1000 rdev->config.cayman.max_gprs = 256; in cayman_gpu_init()
H A Dr600.c2002 rdev->config.r600.max_gprs = 256; in r600_gpu_init()
2018 rdev->config.r600.max_gprs = 128; in r600_gpu_init()
2036 rdev->config.r600.max_gprs = 128; in r600_gpu_init()
2051 rdev->config.r600.max_gprs = 192; in r600_gpu_init()
H A Dsi.c3096 rdev->config.si.max_gprs = 256; in si_gpu_init()
3113 rdev->config.si.max_gprs = 256; in si_gpu_init()
3131 rdev->config.si.max_gprs = 256; in si_gpu_init()
3148 rdev->config.si.max_gprs = 256; in si_gpu_init()
3165 rdev->config.si.max_gprs = 256; in si_gpu_init()
H A Dcik.c3217 rdev->config.cik.max_gprs = 256; in cik_gpu_init()
3234 rdev->config.cik.max_gprs = 256; in cik_gpu_init()
3251 rdev->config.cik.max_gprs = 256; in cik_gpu_init()
3270 rdev->config.cik.max_gprs = 256; in cik_gpu_init()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c350 adev->gfx.config.max_gprs = le16_to_cpu(gfx_info->v24.gc_num_gprs); in amdgpu_atomfirmware_get_gfx_info()
H A Damdgpu_debugfs.c491 config[no_regs++] = adev->gfx.config.max_gprs; in amdgpu_debugfs_gca_config_read()
H A Dgfx_v8_0.c1799 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
1816 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
1831 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
1846 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
1863 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
1880 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
1897 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
1914 adev->gfx.config.max_gprs = 256; in gfx_v8_0_gpu_early_init()
H A Damdgpu_kms.c644 dev_info.num_shader_visible_vgprs = adev->gfx.config.max_gprs; in amdgpu_info_ioctl()
H A Damdgpu.h817 unsigned max_gprs; member
H A Damdgpu_device.c1443 adev->gfx.config.max_gprs = le32_to_cpu(gpu_info_fw->gc_num_gprs); in amdgpu_device_parse_gpu_info_fw()