Searched refs:gc_l1_data_cache_size_per_sqc (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h255 uint32_t gc_l1_data_cache_size_per_sqc; member in struct:gc_info_v1_2
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.h236 uint32_t gc_l1_data_cache_size_per_sqc; member in struct:amdgpu_gfx_config
H A Damdgpu_discovery.c1505 adev->gfx.config.gc_l1_data_cache_size_per_sqc = le32_to_cpu(gc_info->v1_2.gc_l1_data_cache_size_per_sqc);
1535 adev->gfx.config.gc_l1_data_cache_size_per_sqc = le32_to_cpu(gc_info->v2_1.gc_scalar_data_cache_size_per_sqc);
H A Damdgpu_kms.c954 dev_info->sqc_data_cache_size = adev->gfx.config.gc_l1_data_cache_size_per_sqc;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1452 if (adev->gfx.config.gc_l1_data_cache_size_per_sqc) {
1453 pcache_info[i].cache_size = adev->gfx.config.gc_l1_data_cache_size_per_sqc;
1524 if (adev->gfx.config.gc_l1_data_cache_size_per_sqc) {
1525 pcache_info[i].cache_size = adev->gfx.config.gc_l1_data_cache_size_per_sqc;

Completed in 130 milliseconds