[SeaBIOS] [PATCH 04/13] geodevga: make use of geode specific mode setting function

Christian Gmeiner christian.gmeiner at gmail.com
Fri Oct 5 18:07:27 CEST 2012


I will enable this only for LX systems as I dont have access
to a GX system.

Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
---
 vgasrc/vgahw.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vgasrc/vgahw.h b/vgasrc/vgahw.h
index 044cd32..43cfaee 100644
--- a/vgasrc/vgahw.h
+++ b/vgasrc/vgahw.h
@@ -22,6 +22,8 @@ static inline int vgahw_set_mode(struct vgamode_s *vmode_g, int flags) {
         return clext_set_mode(vmode_g, flags);
     if (CONFIG_VGA_BOCHS)
         return bochsvga_set_mode(vmode_g, flags);
+    if (CONFIG_VGA_GEODELX)
+        return geodevga_set_mode(vmode_g, flags);
     return stdvga_set_mode(vmode_g, flags);
 }
 
-- 
1.7.12.2.421.g261b511




More information about the SeaBIOS mailing list