diff --git a/src/via_display.c b/src/via_display.c index 90c71d1..bf02a71 100644 --- a/src/via_display.c +++ b/src/via_display.c @@ -3018,6 +3018,8 @@ iga1_crtc_set_cursor_colors (xf86CrtcPtr crtc, int bg, int fg) return; switch(pVia->Chipset) { + case VIA_PM800: + case VIA_P4M800PRO: case VIA_CX700: case VIA_P4M890: case VIA_P4M900: @@ -3060,6 +3062,8 @@ iga1_crtc_set_cursor_position (xf86CrtcPtr crtc, int x, int y) } switch(pVia->Chipset) { + case VIA_PM800: + case VIA_P4M800PRO: case VIA_CX700: case VIA_P4M890: case VIA_P4M900: @@ -3085,6 +3089,8 @@ iga1_crtc_show_cursor (xf86CrtcPtr crtc) VIAPtr pVia = VIAPTR(pScrn); switch(pVia->Chipset) { + case VIA_PM800: + case VIA_P4M800PRO: case VIA_CX700: case VIA_P4M890: case VIA_P4M900: @@ -3111,6 +3117,8 @@ iga1_crtc_hide_cursor (xf86CrtcPtr crtc) CARD32 temp; switch(pVia->Chipset) { + case VIA_PM800: + case VIA_P4M800PRO: case VIA_CX700: case VIA_P4M890: case VIA_P4M900: @@ -3479,6 +3487,8 @@ iga2_crtc_set_cursor_colors(xf86CrtcPtr crtc, int bg, int fg) return; switch(pVia->Chipset) { + case VIA_PM800: + case VIA_P4M800PRO: case VIA_CX700: case VIA_P4M890: case VIA_P4M900: @@ -3553,6 +3563,8 @@ iga2_crtc_show_cursor(xf86CrtcPtr crtc) VIAPtr pVia = VIAPTR(pScrn); switch(pVia->Chipset) { + case VIA_PM800: + case VIA_P4M800PRO: case VIA_CX700: case VIA_P4M890: case VIA_P4M900: @@ -3580,6 +3592,8 @@ iga2_crtc_hide_cursor(xf86CrtcPtr crtc) CARD32 temp; switch(pVia->Chipset) { + case VIA_PM800: + case VIA_P4M800PRO: case VIA_CX700: case VIA_P4M890: case VIA_P4M900: