summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_lcd.c
Commit message (Expand)AuthorAgeFilesLines
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-2/+2
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-4/+4
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-10/+10
* hw/pxa2xx_lcd.c: drop target_phys_addr_t usage in device stateMitsyanko Igor2012-03-161-6/+6
* Remove screendump dummy functions.Gerd Hoffmann2012-02-241-6/+1
* pxa2xx_lcd: SRAM is valid location for the framebufferVasily Khoruzhick2012-02-171-4/+9
* pxa2xx_lcd: fix palette parserVasily Khoruzhick2012-01-171-23/+28
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* framebuffer: drop use of cpu_get_physical_page_desc()Avi Kivity2011-12-201-4/+6
* pxa2xx_lcd: convert to memory APIBenoƮt Canet2011-11-241-18/+14
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* pxa2xx_lcd: add proper rotation supportVasily Khoruzhick2011-07-041-12/+97
* vmstate: port pxa2xx_lcdJuan Quintela2011-04-221-67/+43
* pxa2xx_lcd: up field is used as a bool and migrated as an uint8_tJuan Quintela2011-04-221-1/+1
* pxa2xx_lcd: name anonymous structJuan Quintela2011-04-221-13/+15
* pxa2xx_lcd: restore updating of displayDmitry Eremin-Solenikov2011-01-201-2/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-11/+11
* Get rid of _t suffixmalc2009-10-011-11/+11
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Follow coding conventionsPaul Brook2009-05-101-27/+27
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Fix/remove bogus ram size checks.pbrook2009-04-111-2/+2
* More phys_ram_base elimination.pbrook2009-04-101-9/+7
* Implement and use shared memory framebuffer device rendering reoutine.pbrook2009-04-011-88/+29
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-9/+6
* Fix the PXA2xx LCD dirty page detection a little more.balrog2008-12-151-1/+1
* Fix PXA2xx framebuffer dirty checking.balrog2008-12-131-2/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-4/+4
* Implement resolution switching in common console code.pbrook2008-07-011-4/+6
* Add an ncurses UI.balrog2008-02-101-1/+1
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-1/+5
* Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog2007-11-171-8/+5
* Use pixel_ops.h in PXA LCD screen drawing.balrog2007-06-131-30/+1
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+79
* Implement the PXA2xx I2C master controller.balrog2007-05-231-2/+1
* Correct NAND erase block size. Misc fixes in Spitz code.balrog2007-05-121-2/+1
* Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog2007-05-081-6/+6
* Add remaining PXA2xx on-chip peripherals except I2C master.balrog2007-04-301-0/+1001
OpenPOWER on IntegriCloud