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

/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h254 uint32_t gc_l1_instruction_cache_size_per_sqc; member in struct:gc_info_v1_2
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.h235 uint32_t gc_l1_instruction_cache_size_per_sqc; member in struct:amdgpu_gfx_config
H A Damdgpu_discovery.c1504 adev->gfx.config.gc_l1_instruction_cache_size_per_sqc = le32_to_cpu(gc_info->v1_2.gc_l1_instruction_cache_size_per_sqc);
1534 adev->gfx.config.gc_l1_instruction_cache_size_per_sqc = le32_to_cpu(gc_info->v2_1.gc_instruction_cache_size_per_sqc);
H A Damdgpu_kms.c955 dev_info->sqc_inst_cache_size = adev->gfx.config.gc_l1_instruction_cache_size_per_sqc;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1441 if (adev->gfx.config.gc_l1_instruction_cache_size_per_sqc) {
1443 adev->gfx.config.gc_l1_instruction_cache_size_per_sqc;
1513 if (adev->gfx.config.gc_l1_instruction_cache_size_per_sqc) {
1515 adev->gfx.config.gc_l1_instruction_cache_size_per_sqc;

Completed in 135 milliseconds