We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa55f15 commit ce3e437Copy full SHA for ce3e437
rEFIt_UEFI/Platform/ati.cpp
@@ -1839,7 +1839,7 @@ XBool load_vbios_file(UINT16 vendor_id, UINT16 device_id)
1839
void get_vram_size(void)
1840
{
1841
//check card->vram_size in bytes!
1842
- ati_chip_family_t chip_family = CHIP_FAMILY_UNKNOW; //card->info->chip_family;
+ ati_chip_family_t chip_family = card->info->chip_family;
1843
1844
card->vram_size = 128 << 20; //default 128Mb, this is minimum for OS
1845
if (gSettings.Graphics.VRAM != 0) {
0 commit comments