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

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c2350 struct atom_vram_info_header_v2_4 *info_v24; local
2353 info_v24 = GET_IMAGE(struct atom_vram_info_header_v2_4,
2356 if (info_v24 == NULL)
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;

Completed in 112 milliseconds