summaryrefslogtreecommitdiffstats
path: root/hw/display/sm501.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-3/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* sm501: Fix and optimize overlap checkBALATON Zoltan2020-06-301-10/+16
* sm501: Convert debug printfs to tracesBALATON Zoltan2020-06-301-37/+13Star
* sm501: Do not allow guest to set invalid formatBALATON Zoltan2020-06-301-0/+3
* sm501: Use stn_he_p/ldn_he_p instead of switch/caseBALATON Zoltan2020-06-301-11/+1Star
* sm501: Optimise 1 pixel 2d opsBALATON Zoltan2020-06-301-3/+16
* sm501: Introduce variable for commonly used value for better readabilityBALATON Zoltan2020-06-301-20/+21
* sm501: Ignore no-op blitsBALATON Zoltan2020-06-301-0/+5
* sm501: Drop unneded variableBALATON Zoltan2020-06-301-3/+2Star
* sm501: Fix bounds checksBALATON Zoltan2020-06-301-4/+4
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3Markus Armbruster2020-06-151-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-3/+2Star
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* display/sm501 display/ati: Fix to realize "i2c-ddc"Markus Armbruster2020-06-151-0/+2
* sm501: Remove obsolete changelog and todo commentBALATON Zoltan2020-05-281-18/+1Star
* sm501: Optimize small overlapping blitsBALATON Zoltan2020-05-281-4/+11
* sm501: Replace hand written implementation with pixman where possibleBALATON Zoltan2020-05-281-88/+119
* sm501: Clean up local variables in sm501_2d_operationBALATON Zoltan2020-05-281-15/+16
* sm501: Use BIT(x) macro to shorten constantBALATON Zoltan2020-05-281-3/+2Star
* sm501: Shorten long variable names in sm501_2d_operationBALATON Zoltan2020-05-281-23/+22Star
* sm501: Convert printf + abort to qemu_log_maskBALATON Zoltan2020-05-281-30/+27Star
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* sm501: make SerialMM a child, export chardev propertyMarc-André Lureau2020-01-071-8/+21
* hw/display/sm501: Always map the UART0Philippe Mathieu-Daudé2020-01-071-5/+3Star
* hw/display/sm501: Remove unused includePhilippe Mathieu-Daudé2019-08-211-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* i2c-ddc: move it to hw/displayPaolo Bonzini2019-05-071-1/+1
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* sm501: Adjust endianness of pixel value in rectangle fillMarcus Comstedt2018-09-251-0/+3
* sm501: Fix warning about unreachable codeBALATON Zoltan2018-07-161-1/+1
* sm501: Update screen on frame buffer address changeBALATON Zoltan2018-07-161-0/+2
* sm501: Set updated region dirty after 2D operationBALATON Zoltan2018-07-071-2/+15
* sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan2018-07-071-3/+16
* sm501: Log unimplemented raster operation modesSebastian Bauer2018-07-071-0/+23
* sm501: Implement negated destination raster operation modeSebastian Bauer2018-07-071-1/+11
* sm501: Use values from the pitch register for 2D operationsSebastian Bauer2018-07-071-2/+2
* sm501: Perform a full update after palette changeSebastian Bauer2018-07-071-0/+8
* sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan2018-07-071-4/+143
* hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-7/+7
* sm501: Fix hardware cursor color conversionSebastian Bauer2018-06-211-3/+3