aboutsummaryrefslogtreecommitdiff
path: root/include/hw/display/bcm2835_fb.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-27hw/arm: Introduce Raspberry PI 4 machineSergey Kambalin1-0/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé1-1/+2
2018-08-24hw/display/bcm2835_fb: Validate config settingsPeter Maydell1-0/+8
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell1-2/+4
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell1-0/+22
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell1-0/+1
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell1-4/+0
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell1-3/+1
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell1-6/+20
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE1-0/+47