search for: vga_accelerate

Displaying 1 result from an estimated 1 matches for "vga_accelerate".

2006 Jun 02
1
Re: [Xen-changelog] [xen-unstable] [IA64][HVM] Enable CGA acceleration for VTI.
...9,6 @@ static int unset_vram_mapping(unsigned l > return 0; > } > > -#elif defined(__ia64__) > -static void * set_vram_mapping(unsigned long addr, unsigned long end) {} > -static int unset_vram_mapping(unsigned long addr, unsigned long end) {} > -#endif > extern int vga_accelerate; > > /* Compute the memory access functions */ > diff -r 639ad22eb7c8 -r e67432187b88 tools/ioemu/hw/vga.c > --- a/tools/ioemu/hw/vga.c Fri Jun 02 09:15:51 2006 +0100 > +++ b/tools/ioemu/hw/vga.c Fri Jun 02 09:20:58 2006 +0100 > @@ -1995,6 +1995,7 @@ void vga_common_init(VGASta...