Searched refs:vram_module (Results 1 – 3 of 3) sorted by relevance
164 mem_channel_number = vram_info->v23.vram_module[0].channel_num; in amdgpu_atomfirmware_get_vram_width()165 mem_channel_width = vram_info->v23.vram_module[0].channel_width; in amdgpu_atomfirmware_get_vram_width()168 mem_channel_number = vram_info->v24.vram_module[0].channel_num; in amdgpu_atomfirmware_get_vram_width()169 mem_channel_width = vram_info->v24.vram_module[0].channel_width; in amdgpu_atomfirmware_get_vram_width()260 mem_type = vram_info->v23.vram_module[0].memory_type; in amdgpu_atomfirmware_get_vram_type()263 mem_type = vram_info->v24.vram_module[0].memory_type; in amdgpu_atomfirmware_get_vram_type()
3843 ATOM_VRAM_MODULE_V3 *vram_module = in radeon_atom_get_memory_info() local3847 if (le16_to_cpu(vram_module->usSize) == 0) in radeon_atom_get_memory_info()3849 vram_module = (ATOM_VRAM_MODULE_V3 *) in radeon_atom_get_memory_info()3850 ((u8 *)vram_module + le16_to_cpu(vram_module->usSize)); in radeon_atom_get_memory_info()3852 mem_info->mem_vendor = vram_module->asMemory.ucMemoryVenderID & 0xf; in radeon_atom_get_memory_info()3853 mem_info->mem_type = vram_module->asMemory.ucMemoryType & 0xf0; in radeon_atom_get_memory_info()3860 ATOM_VRAM_MODULE_V4 *vram_module = in radeon_atom_get_memory_info() local3864 if (le16_to_cpu(vram_module->usModuleSize) == 0) in radeon_atom_get_memory_info()3866 vram_module = (ATOM_VRAM_MODULE_V4 *) in radeon_atom_get_memory_info()3867 ((u8 *)vram_module + le16_to_cpu(vram_module->usModuleSize)); in radeon_atom_get_memory_info()[all …]
2126 …struct atom_vram_module_v9 vram_module[16]; // just for allocation, real number of bloc… member2208 …struct atom_vram_module_v10 vram_module[16]; // just for allocation, real number of bloc… member