View | Details | Raw Unified | Return to bug 263199
Collapse All | Expand All

(-)a/src/radeon_driver.c (+4 lines)
Lines 2328-2334 static Bool RADEONPreInitModes(ScrnInfoP Link Here
2328
		
2328
		
2329
	    }
2329
	    }
2330
	}
2330
	}
2331
	else
2332
	    info->MergedFB = FALSE;
2331
    }
2333
    }
2334
    else
2335
	info->MergedFB = FALSE;
2332
2336
2333
    if (info->MergedFB) {
2337
    if (info->MergedFB) {
2334
       /* If no virtual dimension was given by the user,
2338
       /* If no virtual dimension was given by the user,

Return to bug 263199