commit | 7217ae7bea6d07bb0ea780d1a1710d2cce8fe1c1 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Oct 17 21:47:10 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Oct 27 11:00:32 2014 -0400 |
tree | 67e36e204b86d8af9b1e37e055c9a439780f2d2e | |
parent | f7f22630fdf50f6da973d9df210b7c8e32849975 [diff] |
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars() Now that a pointer to the current video mode info struct is cached in memory, it's not necessary to pass the struct into the vgafb code. The vgafb code can lookup the struct itself. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>