Searched refs:vram_module (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c231 union vram_module { union
302 union vram_module *vram_module; local
377 vram_module = (union vram_module *)vram_info->v30.vram_module;
378 mem_vendor = (vram_module->v30.dram_vendor_id) & 0xF;
398 vram_module = (union vram_module *)vram_info->v23.vram_module;
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3843 ATOM_VRAM_MODULE_V3 *vram_module = local
3847 if (le16_to_cpu(vram_module->usSize) == 0)
3849 vram_module = (ATOM_VRAM_MODULE_V3 *)
3850 ((u8 *)vram_module + le16_to_cpu(vram_module->usSize));
3852 mem_info->mem_vendor = vram_module->asMemory.ucMemoryVenderID & 0xf;
3853 mem_info->mem_type = vram_module->asMemory.ucMemoryType & 0xf0;
3860 ATOM_VRAM_MODULE_V4 *vram_module = local
3864 if (le16_to_cpu(vram_module->usModuleSize) == 0)
3866 vram_module
3884 ATOM_VRAM_MODULE_V7 *vram_module = local
3938 ATOM_VRAM_MODULE_V4 *vram_module = local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c2340 info->num_chans = info_v23->vram_module[0].channel_num;
2341 info->dram_channel_width_bytes = (1 << info_v23->vram_module[0].channel_width) / 8;
2359 info->num_chans = info_v24->vram_module[0].channel_num;
2360 info->dram_channel_width_bytes = (1 << info_v24->vram_module[0].channel_width) / 8;
2378 info->num_chans = info_v25->vram_module[0].channel_num;
2379 info->dram_channel_width_bytes = (1 << info_v25->vram_module[0].channel_width) / 8;
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3210 struct atom_vram_module_v9 vram_module[16]; // just for allocation, real number of blocks is in ucNumOfVRAMModule; member in struct:atom_vram_info_header_v2_3
3255 struct atom_vram_module_v3_0 vram_module[8]; member in struct:atom_vram_info_header_v3_0
3337 struct atom_vram_module_v10 vram_module[16]; // just for allocation, real number of blocks is in ucNumOfVRAMModule; member in struct:atom_vram_info_header_v2_4
3461 struct atom_vram_module_v11 vram_module[16]; // just for allocation, real number of blocks is in ucNumOfVRAMModule; member in struct:atom_vram_info_header_v2_5
3478 struct atom_vram_module_v9 vram_module[16]; member in struct:atom_vram_info_header_v2_6

Completed in 542 milliseconds