]> git.proxmox.com Git - mirror_qemu.git/commit - hw/display/vga_int.h
vga: introduce VGADisplayParams
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 9 Jan 2015 09:47:33 +0000 (10:47 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jan 2024 09:43:13 +0000 (10:43 +0100)
commitf9b925fd41337027e959baeb23d714b5214cd5ff
tree55c2396d1a02d6f6e9182b8d5aaa0e47b65ce718
parent937de9a981a86be1e002cff58f02272610708fbb
vga: introduce VGADisplayParams

The next patches will introduce more parameters that cause a full
refresh.  Instead of adding arguments to get_offsets and lines to
update_basic_params, do everything through a struct.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/display/cirrus_vga.c
hw/display/vga.c
hw/display/vga_int.h