Home
last modified time | relevance | path

Searched refs:vram_module (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3831 ATOM_VRAM_MODULE_V3 *vram_module = in radeon_atom_get_memory_info() local
3835 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() local
3852 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 …]
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c2413 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()
/linux/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3259 …struct atom_vram_module_v9 vram_module[16]; // just for allocation, real number of bloc… member
3304 struct atom_vram_module_v3_0 vram_module[8]; member
3386 …struct atom_vram_module_v10 vram_module[16]; // just for allocation, real number of bloc… member
3510 …struct atom_vram_module_v11 vram_module[16]; // just for allocation, real number of bloc… member
3527 struct atom_vram_module_v9 vram_module[16]; member