Statistics
| Branch: | Revision:

root / hw / display @ 284d1c6b

Name Size
Makefile.objs 1.1 kB
ads7846.c 4.2 kB
blizzard.c 28.4 kB
blizzard_template.h 4 kB
cirrus_vga.c 89.3 kB
cirrus_vga_rop.h 5.5 kB
cirrus_vga_rop2.h 7.9 kB
cirrus_vga_template.h 2.9 kB
exynos4210_fimd.c 67.8 kB
framebuffer.c 3.3 kB
framebuffer.h 499 Bytes
g364fb.c 16.2 kB
jazz_led.c 9.1 kB
milkymist-tmu2.c 13.3 kB
milkymist-vgafb.c 8.1 kB
milkymist-vgafb_template.h 2.5 kB
omap_dss.c 31.9 kB
omap_lcd_template.h 4.9 kB
omap_lcdc.c 11.2 kB
pl110.c 13.4 kB
pl110_template.h 9.3 kB
pxa2xx_lcd.c 30 kB
pxa2xx_template.h 11.3 kB
qxl-logger.c 8.6 kB
qxl-render.c 8.9 kB
qxl.c 75.8 kB
qxl.h 4.8 kB
sm501.c 41.4 kB
sm501_template.h 3.8 kB
ssd0303.c 9 kB
ssd0323.c 9.8 kB
tc6393xb.c 18 kB
tc6393xb_template.h 2.2 kB
tcx.c 17.4 kB
vga-isa-mm.c 4.2 kB
vga-isa.c 3.2 kB
vga-pci.c 6.5 kB
vga.c 70.4 kB
vga.h 6.5 kB
vga_int.h 7.3 kB
vga_template.h 14.2 kB
vmware_vga.c 36.8 kB
xenfb.c 29.6 kB

Latest revisions

# Date Author Comment
dea1b0bd 04/16/2013 10:26 am Gerd Hoffmann

xen: re-enable refresh interval reporting for xenfb

xenfb informs the guest about the gui refresh interval so it can avoid
pointless work. That logic was temporarely disabled for the
DisplayState reorganization. Restore it now, with a proper interface
for it....

284d1c6b 04/16/2013 10:26 am Gerd Hoffmann

console: allow pinning displaychangelisteners to consoles

DisplayChangeListener gets a new QemuConsole field, which can be set to
non-NULL before registering. This will pin the QemuConsole, so that
particular DisplayChangeListener will not follow console switches....

380cd056 04/16/2013 10:03 am Gerd Hoffmann

console: add GraphicHwOps

Pass a single GraphicHwOps struct pointer to graphic_console_init,
instead of a bunch of function pointers.

Signed-off-by: Gerd Hoffmann <>

1dbfa005 04/16/2013 10:03 am Gerd Hoffmann

console: rename vga_hw_*, add QemuConsole param

Add QemuConsole parameter to vga_hw_*, so the interface allows to update
non-active consoles (the actual code can't handle this yet, see next
patch). Passing NULL is allowed and updates the active console, like...

2c62f08d 04/16/2013 10:03 am Gerd Hoffmann

console: simplify screendump

Screendumps are alot simpler as we can update non-active
QemuConsoles now. So we only need to update the QemuConsole
we want write out, then dump the DisplaySurface content into
a ppm file. Done.

No console switching needed. No special support code in the...

7a6404cd 04/16/2013 10:03 am Gerd Hoffmann

hw/vmware_vga.c: add tracepoints for mmio reads+writes

Signed-off-by: Gerd Hoffmann <>

eb2f9b02 04/16/2013 10:03 am Gerd Hoffmann

hw/vmware_vga.c: various vmware vga fixes.

Hardcode depth to 32 bpp. It effectively was that way before because
that is the default surface depth, this just makes it explicit in the
code.

Rename depth to new_depth to make it consistent with the new_width +...

522fccbe 04/16/2013 10:03 am Igor Mitsyanko

exynos4210_fimd.c: fix display resize bug introduced after console revamp

In exynos4210 display update function, we were acquiring DisplaySurface
pointer before calling screen resize function, not paying attention that resize
procedure can replace current DisplaySurface with newly allocated one....

17866fc8 04/16/2013 10:03 am Igor Mitsyanko

hw/vmware_vga.c: fix screen resize bug introduced after console revamp

In vmsvga display update function, a pointer to DisplaySurface must be acquired
after a call to vmsvga_check_size since this function might replace current
DisplaySurface with a new one....

dccfcd0e 04/15/2013 07:19 pm Paolo Bonzini

sysemu: avoid proliferation of include/ subdirectories

Signed-off-by: Paolo Bonzini <>

View revisions

Also available in: Atom