diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-11-30 11:05:38 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-11-30 11:06:37 -0500 |
commit | 4d90dc3cb248e9d61c0c490bba80f6727fafd318 (patch) | |
tree | 31eb8fb43772f3bfaab9fa6376293040f03fc8a6 /src/radeon_modes.c | |
parent | a8dbf7c23481501987971a9c0b6cb0760f86127f (diff) |
atom: pull misc mode info for lvds panel mode from bios tables
sync polarity, etc. This will likely fix LVDS problems
on some laptops.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_modes.c')
-rw-r--r-- | src/radeon_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_modes.c b/src/radeon_modes.c index ec60cc9b..3e3d4c80 100644 --- a/src/radeon_modes.c +++ b/src/radeon_modes.c @@ -158,7 +158,7 @@ static DisplayModePtr RADEONFPNativeMode(xf86OutputPtr output) new->VSyncEnd = new->VSyncStart + native_mode->VSyncWidth; new->Clock = native_mode->DotClock; - new->Flags = 0; + new->Flags = native_mode->Flags; if (new) { new->type = M_T_DRIVER | M_T_PREFERRED; |