Lines Matching refs:v30
230 struct atom_vram_info_header_v3_0 v30; member
237 struct atom_vram_module_v3_0 v30; member
429 vram_module = (union vram_module *)vram_info->v30.vram_module; in amdgpu_atomfirmware_get_vram_info()
430 mem_vendor = (vram_module->v30.dram_vendor_id) & 0xF; in amdgpu_atomfirmware_get_vram_info()
433 mem_type = vram_info->v30.memory_type; in amdgpu_atomfirmware_get_vram_info()
436 mem_channel_number = vram_info->v30.channel_num; in amdgpu_atomfirmware_get_vram_info()
437 mem_channel_width = vram_info->v30.channel_width; in amdgpu_atomfirmware_get_vram_info()
711 struct atom_gfx_info_v3_0 v30; member
802 spll->reference_freq = le32_to_cpu(gfx_info->v30.golden_tsc_count_lower_refclk); in amdgpu_atomfirmware_get_clock_info()
873 adev->gfx.config.max_shader_engines = gfx_info->v30.max_shader_engines; in amdgpu_atomfirmware_get_gfx_info()
874 adev->gfx.config.max_cu_per_sh = gfx_info->v30.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
875 adev->gfx.config.max_sh_per_se = gfx_info->v30.max_sh_per_se; in amdgpu_atomfirmware_get_gfx_info()
876 adev->gfx.config.max_backends_per_se = gfx_info->v30.max_backends_per_se; in amdgpu_atomfirmware_get_gfx_info()
877 adev->gfx.config.max_texture_channel_caches = gfx_info->v30.max_texture_channel_caches; in amdgpu_atomfirmware_get_gfx_info()