Searched refs:vram_module (Results 1 – 3 of 3) 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 …]
2413 info->num_chans = info_v23->vram_module[0].channel_num; in get_vram_info_v23()2414 info->dram_channel_width_bytes = (1 << info_v23->vram_module[0].channel_width) / 8; in get_vram_info_v23()2432 info->num_chans = info_v24->vram_module[0].channel_num; in get_vram_info_v24()2433 info->dram_channel_width_bytes = (1 << info_v24->vram_module[0].channel_width) / 8; in get_vram_info_v24()2451 info->num_chans = info_v25->vram_module[0].channel_num; in get_vram_info_v25()2452 info->dram_channel_width_bytes = (1 << info_v25->vram_module[0].channel_width) / 8; in get_vram_info_v25()
3259 …struct atom_vram_module_v9 vram_module[16]; // just for allocation, real number of bloc… member3304 struct atom_vram_module_v3_0 vram_module[8]; member3386 …struct atom_vram_module_v10 vram_module[16]; // just for allocation, real number of bloc… member3510 …struct atom_vram_module_v11 vram_module[16]; // just for allocation, real number of bloc… member3527 struct atom_vram_module_v9 vram_module[16]; member