Searched refs:max_texture_channel_caches (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c780 adev->gfx.config.max_texture_channel_caches = gfx_info->v24.max_texture_channel_caches;
798 adev->gfx.config.max_texture_channel_caches = gfx_info->v27.max_texture_channel_caches;
819 adev->gfx.config.max_texture_channel_caches = gfx_info->v30.max_texture_channel_caches;
H A Damdgpu_gfx.h188 unsigned max_texture_channel_caches; member in struct:amdgpu_gfx_config
H A Dgfx_v6_0.c1577 adev->gfx.config.max_texture_channel_caches = 12;
1594 adev->gfx.config.max_texture_channel_caches = 8;
1611 adev->gfx.config.max_texture_channel_caches = 4;
1628 adev->gfx.config.max_texture_channel_caches = 4;
1645 adev->gfx.config.max_texture_channel_caches = 2;
H A Damdgpu_atombios.c730 adev->gfx.config.max_texture_channel_caches =
731 gfx_info->info.max_texture_channel_caches;
H A Dgfx_v8_0.c1667 adev->gfx.config.max_texture_channel_caches = 2;
1684 adev->gfx.config.max_texture_channel_caches = 16;
1731 adev->gfx.config.max_texture_channel_caches = 8;
1748 adev->gfx.config.max_texture_channel_caches = 2;
1765 adev->gfx.config.max_texture_channel_caches = 2;
1782 adev->gfx.config.max_texture_channel_caches = 4;
H A Damdgpu_discovery.c1482 adev->gfx.config.max_texture_channel_caches = le32_to_cpu(gc_info->v1.gc_num_gl2c);
1516 adev->gfx.config.max_texture_channel_caches = le32_to_cpu(gc_info->v2.gc_num_tccs);
H A Dgfx_v7_0.c4222 adev->gfx.config.max_texture_channel_caches = 4;
4239 adev->gfx.config.max_texture_channel_caches = 16;
4256 adev->gfx.config.max_texture_channel_caches = 4;
4275 adev->gfx.config.max_texture_channel_caches = 2;
H A Damdgpu_debugfs.c900 config[no_regs++] = adev->gfx.config.max_texture_channel_caches;
H A Damdgpu_kms.c930 dev_info->num_tcc_blocks = adev->gfx.config.max_texture_channel_caches;
H A Damdgpu_device.c2327 adev->gfx.config.max_texture_channel_caches =
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h1750 uint8_t max_texture_channel_caches; member in struct:atom_gfx_info_v2_2
1770 uint8_t max_texture_channel_caches; member in struct:atom_gfx_info_v2_3
1795 uint8_t max_texture_channel_caches; member in struct:atom_gfx_info_v2_4
1830 uint8_t max_texture_channel_caches; member in struct:atom_gfx_info_v2_7
1871 uint8_t max_texture_channel_caches; member in struct:atom_gfx_info_v3_0
H A Datombios.h5657 UCHAR max_texture_channel_caches; member in struct:_ATOM_GFX_INFO_V2_1
5670 UCHAR max_texture_channel_caches; member in struct:_ATOM_GFX_INFO_V2_3
/linux-master/drivers/gpu/drm/radeon/
H A Dni.c885 rdev->config.cayman.max_texture_channel_caches = 8;
963 rdev->config.cayman.max_texture_channel_caches = 2;
1132 for (i = 0; i < rdev->config.cayman.max_texture_channel_caches; i++)
H A Dradeon.h2089 unsigned max_texture_channel_caches; member in struct:cayman_asic
2128 unsigned max_texture_channel_caches; member in struct:si_asic
2159 unsigned max_texture_channel_caches; member in struct:cik_asic
H A Dsi.c3085 rdev->config.si.max_texture_channel_caches = 12;
3102 rdev->config.si.max_texture_channel_caches = 8;
3120 rdev->config.si.max_texture_channel_caches = 4;
3137 rdev->config.si.max_texture_channel_caches = 4;
3154 rdev->config.si.max_texture_channel_caches = 2;
H A Dcik.c3183 rdev->config.cik.max_texture_channel_caches = 4;
3200 rdev->config.cik.max_texture_channel_caches = 16;
3217 rdev->config.cik.max_texture_channel_caches = 4;
3236 rdev->config.cik.max_texture_channel_caches = 2;

Completed in 2860 milliseconds