Searched refs:vram_module (Results 1 – 2 of 2) sorted by relevance
3831 ATOM_VRAM_MODULE_V3 *vram_module = in radeon_atom_get_memory_info() local3835 if (le16_to_cpu(vram_module->usSize) == 0) in radeon_atom_get_memory_info()3837 vram_module = (ATOM_VRAM_MODULE_V3 *) in radeon_atom_get_memory_info()3838 ((u8 *)vram_module + le16_to_cpu(vram_module->usSize)); in radeon_atom_get_memory_info()3840 mem_info->mem_vendor = vram_module->asMemory.ucMemoryVenderID & 0xf; in radeon_atom_get_memory_info()3841 mem_info->mem_type = vram_module->asMemory.ucMemoryType & 0xf0; in radeon_atom_get_memory_info()3848 ATOM_VRAM_MODULE_V4 *vram_module = in radeon_atom_get_memory_info() local3852 if (le16_to_cpu(vram_module->usModuleSize) == 0) in radeon_atom_get_memory_info()3854 vram_module = (ATOM_VRAM_MODULE_V4 *) in radeon_atom_get_memory_info()3855 ((u8 *)vram_module + le16_to_cpu(vram_module->usModuleSize)); in radeon_atom_get_memory_info()[all …]
2525 info->num_chans = info_v23->vram_module[0].channel_num;2526 info->dram_channel_width_bytes = (1 << info_v23->vram_module[0].channel_width) / 8;2544 info->num_chans = info_v24->vram_module[0].channel_num; in get_integrated_info_v11() 2545 info->dram_channel_width_bytes = (1 << info_v24->vram_module[0].channel_width) / 8; in get_integrated_info_v11() 2563 info->num_chans = info_v25->vram_module[0].channel_num; in get_integrated_info_v11() 2564 info->dram_channel_width_bytes = (1 << info_v25->vram_module[0].channel_width) / 8; in get_integrated_info_v11()