All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] ati-vga: Add DDC reg names for debug
@ 2019-06-21 18:12 BALATON Zoltan
  2019-07-01 13:36 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: BALATON Zoltan @ 2019-06-21 18:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Incremental patch to squash into last series

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/display/ati_dbg.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/display/ati_dbg.c b/hw/display/ati_dbg.c
index b045f81d06..88b3a11315 100644
--- a/hw/display/ati_dbg.c
+++ b/hw/display/ati_dbg.c
@@ -19,6 +19,8 @@ static struct ati_regdesc ati_reg_names[] = {
     {"CRTC_GEN_CNTL", 0x0050},
     {"CRTC_EXT_CNTL", 0x0054},
     {"DAC_CNTL", 0x0058},
+    {"GPIO_VGA_DDC", 0x0060},
+    {"GPIO_DVI_DDC", 0x0064},
     {"GPIO_MONID", 0x0068},
     {"I2C_CNTL_1", 0x0094},
     {"PALETTE_INDEX", 0x00b0},
-- 
2.13.7



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] ati-vga: Add DDC reg names for debug
  2019-06-21 18:12 [Qemu-devel] [PATCH] ati-vga: Add DDC reg names for debug BALATON Zoltan
@ 2019-07-01 13:36 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-07-01 13:36 UTC (permalink / raw)
  To: BALATON Zoltan, qemu-devel; +Cc: Gerd Hoffmann

On 6/21/19 8:12 PM, BALATON Zoltan wrote:
> Incremental patch to squash into last series
> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>  hw/display/ati_dbg.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/hw/display/ati_dbg.c b/hw/display/ati_dbg.c
> index b045f81d06..88b3a11315 100644
> --- a/hw/display/ati_dbg.c
> +++ b/hw/display/ati_dbg.c
> @@ -19,6 +19,8 @@ static struct ati_regdesc ati_reg_names[] = {
>      {"CRTC_GEN_CNTL", 0x0050},
>      {"CRTC_EXT_CNTL", 0x0054},
>      {"DAC_CNTL", 0x0058},
> +    {"GPIO_VGA_DDC", 0x0060},
> +    {"GPIO_DVI_DDC", 0x0064},
>      {"GPIO_MONID", 0x0068},
>      {"I2C_CNTL_1", 0x0094},
>      {"PALETTE_INDEX", 0x00b0},
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-01 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 18:12 [Qemu-devel] [PATCH] ati-vga: Add DDC reg names for debug BALATON Zoltan
2019-07-01 13:36 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.