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

/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c2331 struct atom_vram_info_header_v2_3 *info_v23; local
2334 info_v23 = GET_IMAGE(struct atom_vram_info_header_v2_3,
2337 if (info_v23 == NULL)
2340 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;

Completed in 101 milliseconds