Lines Matching refs:v30
228 struct atom_vram_info_header_v3_0 v30; member
235 struct atom_vram_module_v3_0 v30; member
377 vram_module = (union vram_module *)vram_info->v30.vram_module; in amdgpu_atomfirmware_get_vram_info()
378 mem_vendor = (vram_module->v30.dram_vendor_id) & 0xF; in amdgpu_atomfirmware_get_vram_info()
381 mem_type = vram_info->v30.memory_type; in amdgpu_atomfirmware_get_vram_info()
384 mem_channel_number = vram_info->v30.channel_num; in amdgpu_atomfirmware_get_vram_info()
385 mem_channel_width = vram_info->v30.channel_width; in amdgpu_atomfirmware_get_vram_info()
653 struct atom_gfx_info_v3_0 v30; member
744 spll->reference_freq = le32_to_cpu(gfx_info->v30.golden_tsc_count_lower_refclk); in amdgpu_atomfirmware_get_clock_info()
815 adev->gfx.config.max_shader_engines = gfx_info->v30.max_shader_engines; in amdgpu_atomfirmware_get_gfx_info()
816 adev->gfx.config.max_cu_per_sh = gfx_info->v30.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
817 adev->gfx.config.max_sh_per_se = gfx_info->v30.max_sh_per_se; in amdgpu_atomfirmware_get_gfx_info()
818 adev->gfx.config.max_backends_per_se = gfx_info->v30.max_backends_per_se; in amdgpu_atomfirmware_get_gfx_info()
819 adev->gfx.config.max_texture_channel_caches = gfx_info->v30.max_texture_channel_caches; in amdgpu_atomfirmware_get_gfx_info()