diff options
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 6e08f241..f63eec7b 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -408,8 +408,6 @@ Bool RADEONGetLVDSInfoFromBIOS (xf86OutputPtr output) RADEONOutputPrivatePtr radeon_output = output->driver_private; unsigned long tmp, i; - ErrorF("grabbing LVDS from bios"); - if (!info->VBIOS) return FALSE; if (info->IsAtomBios) { @@ -551,8 +549,6 @@ Bool RADEONGetTMDSInfoFromBIOS (xf86OutputPtr output) CARD32 tmp, maxfreq; int i, n; - ErrorF("grabbing LVDS from bios"); - if (!info->VBIOS) return FALSE; if (info->IsAtomBios) { |