Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/include/
H A Ddiscovery.h254 uint32_t gc_l1_instruction_cache_size_per_sqc; member
288 uint32_t gc_l1_instruction_cache_size_per_sqc; member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1442 if (adev->gfx.config.gc_l1_instruction_cache_size_per_sqc) { in kfd_fill_gpu_cache_info_from_gfx_config()
1444 adev->gfx.config.gc_l1_instruction_cache_size_per_sqc; in kfd_fill_gpu_cache_info_from_gfx_config()
1519 if (adev->gfx.config.gc_l1_instruction_cache_size_per_sqc) { in kfd_fill_gpu_cache_info_from_gfx_config_v2()
1521 adev->gfx.config.gc_l1_instruction_cache_size_per_sqc; in kfd_fill_gpu_cache_info_from_gfx_config_v2()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.h240 uint32_t gc_l1_instruction_cache_size_per_sqc; member
H A Damdgpu_discovery.c1556 …adev->gfx.config.gc_l1_instruction_cache_size_per_sqc = le32_to_cpu(gc_info->v1_2.gc_l1_instructio… in amdgpu_discovery_get_gfx_info()
1596 …adev->gfx.config.gc_l1_instruction_cache_size_per_sqc = le32_to_cpu(gc_info->v2_1.gc_instruction_c… in amdgpu_discovery_get_gfx_info()
H A Damdgpu_kms.c950 dev_info->sqc_inst_cache_size = adev->gfx.config.gc_l1_instruction_cache_size_per_sqc; in amdgpu_info_ioctl()