Sign in
qemu
/
qemu
/
dbb6da8ba7e02105bdbb33b527e088249c9843c8
/
hw
/
display
/
pxa2xx_lcd.c
a89f364
Replace all occurances of __FUNCTION__ with __func__
by Alistair Francis
· 7 years ago
8ef94f0
arm: Clean up includes
by Peter Maydell
· 9 years ago
58f6d82
arm: explicitly mark device loads as little-endian
by Paolo Bonzini
· 9 years ago
c1076c3
framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer
by Paolo Bonzini
· 10 years ago
6ac285b
hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
by Peter Maydell
· 10 years ago
fc37b7a
hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formats
by Peter Maydell
· 11 years ago
8f1e884
savevm: Remove all the unneeded version_minimum_id_old (arm)
by Juan Quintela
· 11 years ago
5643706
console: add head to index to qemu consoles.
by Gerd Hoffmann
· 11 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
aa2beaa
console: add device link to QemuConsoles
by Gerd Hoffmann
· 12 years ago
e1fe50d
Remove unneeded type casts
by Stefan Weil
· 12 years ago
380cd05
console: add GraphicHwOps
by Gerd Hoffmann
· 12 years ago
2c62f08
console: simplify screendump
by Gerd Hoffmann
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
fc97bb5
hw: move display devices to hw/display/, configure via default-configs/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/pxa2xx_lcd.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
c78f713
console: stop using DisplayState in gfx hardware emulation
by Gerd Hoffmann
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
27424dc
hw/pxa2xx_lcd.c: drop target_phys_addr_t usage in device state
by Mitsyanko Igor
· 13 years ago
1673510
Remove screendump dummy functions.
by Gerd Hoffmann
· 13 years ago
4f56da6
pxa2xx_lcd: SRAM is valid location for the framebuffer
by Vasily Khoruzhick
· 13 years ago
7ab3aed
pxa2xx_lcd: fix palette parser
by Vasily Khoruzhick
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
75c9d6c
framebuffer: drop use of cpu_get_physical_page_desc()
by Avi Kivity
· 13 years ago
5a6fdd9
pxa2xx_lcd: convert to memory API
by Benoît Canet
· 13 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
9312805
pxa2xx_lcd: add proper rotation support
by Vasily Khoruzhick
· 14 years ago
9983836
vmstate: port pxa2xx_lcd
by Juan Quintela
· 14 years ago
4699540
pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t
by Juan Quintela
· 14 years ago
2b7251e
pxa2xx_lcd: name anonymous struct
by Juan Quintela
· 14 years ago
b2bf03a
pxa2xx_lcd: restore updating of display
by Dmitry Eremin-Solenikov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
b9d38e9
Fix Sparse warnings about using plain integer as NULL pointer
by Blue Swirl
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
bc24a22
Follow coding conventions
by Paul Brook
· 16 years ago
2ac7117
Replace cpu_abort with hw_error
by Paul Brook
· 16 years ago
b0457b6
Fix/remove bogus ram size checks.
by pbrook
· 16 years ago
d758525
More phys_ram_base elimination.
by pbrook
· 16 years ago
714fa30
Implement and use shared memory framebuffer device rendering reoutine.
by pbrook
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
de95659
Fix the PXA2xx LCD dirty page detection a little more.
by balrog
· 16 years ago
92fb73b
Fix PXA2xx framebuffer dirty checking.
by balrog
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
0e1f5a0
Introduce accessors for DisplayState (Stefano Stabellini)
by aliguori
· 16 years ago
c60e08d
Implement resolution switching in common console code.
by pbrook
· 17 years ago
4d3b6f6
Add an ncurses UI.
by balrog
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
38641a5
Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap, max7310 and s3c gpios).
by balrog
· 17 years ago
e27f01e
Use pixel_ops.h in PXA LCD screen drawing.
by balrog
· 18 years ago
187337f
Fix off-by-one memory region sizes.
by pbrook
· 18 years ago
aa941b9
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
by balrog
· 18 years ago
3f58226
Implement the PXA2xx I2C master controller.
by balrog
· 18 years ago
a07dec2
Correct NAND erase block size. Misc fixes in Spitz code.
by balrog
· 18 years ago
d95b2f8
Switch to qemu_ram_alloc() for memory allocation in PXA255/270.
by balrog
· 18 years ago
a171fe3
Add remaining PXA2xx on-chip peripherals except I2C master.
by balrog
· 18 years ago