aboutsummaryrefslogtreecommitdiff
path: root/hw/display/omap_lcdc.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé1-5/+4
2021-03-06hw/display/omap_lcdc: Delete unnecessary macroPeter Maydell1-3/+1
2021-03-06hw/display/omap_lcdc: Inline template header into C filePeter Maydell1-2/+125
2020-11-02hw/display/omap_lcdc: Fix potential NULL pointer dereferenceAlexChen1-3/+7
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé1-5/+5
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+2
2016-05-12omap_lcdc: Remove support for DEPTH != 32Pooja Dhannawat1-43/+5
2016-01-29hw/display: Clean up includesPeter Maydell1-0/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2015-07-24framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini1-2/+10
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+1
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-3/+6
2013-04-16console: simplify screendumpGerd Hoffmann1-85/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-5/+5
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-0/+493