mbox series

[v3,0/7] Misc sm501 improvements

Message ID cover.1530697258.git.balaton@eik.bme.hu
Headers show
Series Misc sm501 improvements | expand

Message

BALATON Zoltan July 4, 2018, 9:40 a.m. UTC
Version 3 with changes to 1/7 suggested by Philippe Mathieu-Daudé.
Hopefully this haven't missed 3.0 yet.

BALATON Zoltan (3):
  sm501: Implement i2c part for reading monitor EDID
  sm501: Fix support for non-zero frame buffer start address
  sm501: Set updated region dirty after 2D operation

Sebastian Bauer (4):
  sm501: Perform a full update after palette change
  sm501: Use values from the pitch register for 2D operations
  sm501: Implement negated destination raster operation mode
  sm501: Log unimplemented raster operation modes

 default-configs/ppc-softmmu.mak    |   1 +
 default-configs/ppcemb-softmmu.mak |   1 +
 default-configs/sh4-softmmu.mak    |   2 +
 default-configs/sh4eb-softmmu.mak  |   2 +
 hw/display/sm501.c                 | 230 +++++++++++++++++++++++++++++++++++--
 5 files changed, 224 insertions(+), 12 deletions(-)

Comments

David Gibson July 4, 2018, 10:04 a.m. UTC | #1
On Wed, Jul 04, 2018 at 11:40:58AM +0200, BALATON Zoltan wrote:
> Version 3 with changes to 1/7 suggested by Philippe Mathieu-Daudé.
> Hopefully this haven't missed 3.0 yet.

It has, sorry.  Applied to ppc-for-3.1.

> 
> BALATON Zoltan (3):
>   sm501: Implement i2c part for reading monitor EDID
>   sm501: Fix support for non-zero frame buffer start address
>   sm501: Set updated region dirty after 2D operation
> 
> Sebastian Bauer (4):
>   sm501: Perform a full update after palette change
>   sm501: Use values from the pitch register for 2D operations
>   sm501: Implement negated destination raster operation mode
>   sm501: Log unimplemented raster operation modes
> 
>  default-configs/ppc-softmmu.mak    |   1 +
>  default-configs/ppcemb-softmmu.mak |   1 +
>  default-configs/sh4-softmmu.mak    |   2 +
>  default-configs/sh4eb-softmmu.mak  |   2 +
>  hw/display/sm501.c                 | 230 +++++++++++++++++++++++++++++++++++--
>  5 files changed, 224 insertions(+), 12 deletions(-)
>