And in video/vid_svga.c.
This commit is contained in:
@@ -658,7 +658,6 @@ svga_poll(void *p)
|
|||||||
uint32_t x, blink_delay;
|
uint32_t x, blink_delay;
|
||||||
int wx, wy;
|
int wx, wy;
|
||||||
int ret, old_ma;
|
int ret, old_ma;
|
||||||
int old_vc;
|
|
||||||
|
|
||||||
if (!vga_on && ibm8514_enabled && ibm8514_on) {
|
if (!vga_on && ibm8514_enabled && ibm8514_on) {
|
||||||
ibm8514_poll(&svga->dev8514, svga);
|
ibm8514_poll(&svga->dev8514, svga);
|
||||||
@@ -787,7 +786,6 @@ svga_poll(void *p)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
svga->vc++;
|
svga->vc++;
|
||||||
old_vc = svga->vc;
|
|
||||||
svga->vc &= 2047;
|
svga->vc &= 2047;
|
||||||
|
|
||||||
if (svga->vc == svga->split) {
|
if (svga->vc == svga->split) {
|
||||||
|
Reference in New Issue
Block a user