Lines Matching refs:v30
165 struct atom_vram_info_header_v3_0 v30; member
172 struct atom_vram_module_v3_0 v30; member
307 vram_module = (union vram_module *)vram_info->v30.vram_module; in amdgpu_atomfirmware_get_vram_info()
308 mem_vendor = (vram_module->v30.dram_vendor_id) & 0xF; in amdgpu_atomfirmware_get_vram_info()
311 mem_type = vram_info->v30.memory_type; in amdgpu_atomfirmware_get_vram_info()
314 mem_channel_number = vram_info->v30.channel_num; in amdgpu_atomfirmware_get_vram_info()
315 mem_channel_width = vram_info->v30.channel_width; in amdgpu_atomfirmware_get_vram_info()
570 struct atom_gfx_info_v3_0 v30; member
661 spll->reference_freq = le32_to_cpu(gfx_info->v30.golden_tsc_count_lower_refclk); in amdgpu_atomfirmware_get_clock_info()
732 adev->gfx.config.max_shader_engines = gfx_info->v30.max_shader_engines; in amdgpu_atomfirmware_get_gfx_info()
733 adev->gfx.config.max_cu_per_sh = gfx_info->v30.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
734 adev->gfx.config.max_sh_per_se = gfx_info->v30.max_sh_per_se; in amdgpu_atomfirmware_get_gfx_info()
735 adev->gfx.config.max_backends_per_se = gfx_info->v30.max_backends_per_se; in amdgpu_atomfirmware_get_gfx_info()
736 adev->gfx.config.max_texture_channel_caches = gfx_info->v30.max_texture_channel_caches; in amdgpu_atomfirmware_get_gfx_info()