diff options
author | Frank Huang <frankr.huang@amd.com> | 2010-11-19 10:28:31 +0800 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2010-11-19 07:43:49 +0200 |
commit | 256356912bbc1d1e65db5c3c03c6ae25883a81fb (patch) | |
tree | 7c047f84e71a1a80a80a65440ea282c6f4f635d2 /src/lx_driver.c | |
parent | 50f9152e2087fd50dfc09e35505c2fbcdd3183b0 (diff) |
Print the panel mode BIOS uses
Signed-off-by: Frank Huang<frankr.huang@amd.com>
Diffstat (limited to 'src/lx_driver.c')
-rw-r--r-- | src/lx_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_driver.c b/src/lx_driver.c index 0fcd51e..477939d 100644 --- a/src/lx_driver.c +++ b/src/lx_driver.c @@ -452,7 +452,7 @@ LXPreInit(ScrnInfoPtr pScrni, int flags) pGeode->panelMode = LXGetManualPanelMode(pmode); if (pGeode->panelMode == NULL) - pGeode->panelMode = LXGetLegacyPanelMode(); + pGeode->panelMode = LXGetLegacyPanelMode(pScrni); if (pGeode->panelMode == NULL) pGeode->Output &= ~OUTPUT_PANEL; |