dri-devel Archive mirror
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Jani Nikula <jani.nikula@intel.com>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 00/15] drm: struct drm_edid conversions
Date: Tue, 7 May 2024 17:34:01 +0200	[thread overview]
Message-ID: <649cda91-767c-4683-b217-ff4e14ba3f30@suse.de> (raw)
In-Reply-To: <cover.1713273659.git.jani.nikula@intel.com>

Hi

Am 16.04.24 um 15:22 schrieb Jani Nikula:
> I've these laying in a branch for a while, maybe let's try to make some
> forward progress in this front.

Could you take another look at the udl patches at [1]? The second 
iteration of the patches is self-contained within the driver. So the 
most-controversial points should be resolved now.

Best regards
Thomas

[1] https://patchwork.freedesktop.org/series/132039/#rev2

>
> Build tested only, on x86, arm, and arm64.
>
> BR,
> Jani.
>
>
> Jani Nikula (15):
>    drm/panel: simple: switch to struct drm_edid
>    drm/panel-samsung-atna33xc20: switch to struct drm_edid
>    drm/panel-edp: switch to struct drm_edid
>    drm/bridge/analogix/anx6345: switch to struct drm_edid
>    drm/bridge/analogix/anx78xx: switch to struct drm_edid
>    drm/sun4i: hdmi: switch to struct drm_edid
>    drm/vc4: hdmi: switch to struct drm_edid
>    drm/bridge: anx7625: use struct drm_edid more
>    drm/gud: switch to struct drm_edid
>    drm/i2c: tda998x: switch to struct drm_edid
>    drm/bochs: switch to struct drm_edid
>    drm/virtio: switch to struct drm_edid
>    drm/rockchip: cdn-dp: switch to struct drm_edid
>    drm/rockchip: inno_hdmi: switch to struct drm_edid
>    drm/rockchip: rk3066_hdmi: switch to struct drm_edid
>
>   .../drm/bridge/analogix/analogix-anx6345.c    | 15 +++---
>   .../drm/bridge/analogix/analogix-anx78xx.c    | 23 +++++-----
>   drivers/gpu/drm/bridge/analogix/anx7625.c     | 26 +++++++----
>   drivers/gpu/drm/bridge/analogix/anx7625.h     | 10 +---
>   drivers/gpu/drm/gud/gud_connector.c           | 12 ++---
>   drivers/gpu/drm/i2c/tda998x_drv.c             | 19 ++++----
>   drivers/gpu/drm/panel/panel-edp.c             | 17 ++++---
>   .../gpu/drm/panel/panel-samsung-atna33xc20.c  | 13 ++++--
>   drivers/gpu/drm/panel/panel-simple.c          | 15 +++---
>   drivers/gpu/drm/rockchip/cdn-dp-core.c        | 33 +++++++------
>   drivers/gpu/drm/rockchip/cdn-dp-core.h        |  2 +-
>   drivers/gpu/drm/rockchip/inno_hdmi.c          | 12 ++---
>   drivers/gpu/drm/rockchip/rk3066_hdmi.c        | 12 ++---
>   drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c        | 18 +++++---
>   drivers/gpu/drm/tiny/bochs.c                  | 23 ++++------
>   drivers/gpu/drm/vc4/vc4_hdmi.c                | 46 ++++++++++---------
>   drivers/gpu/drm/virtio/virtgpu_display.c      | 10 ++--
>   drivers/gpu/drm/virtio/virtgpu_drv.h          |  2 +-
>   drivers/gpu/drm/virtio/virtgpu_vq.c           | 12 ++---
>   19 files changed, 167 insertions(+), 153 deletions(-)
>

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)


  parent reply	other threads:[~2024-05-07 15:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-16 13:22 [PATCH 00/15] drm: struct drm_edid conversions Jani Nikula
2024-04-16 13:22 ` [PATCH 01/15] drm/panel: simple: switch to struct drm_edid Jani Nikula
2024-04-16 17:41   ` Neil Armstrong
2024-04-16 13:22 ` [PATCH 02/15] drm/panel-samsung-atna33xc20: " Jani Nikula
2024-04-16 17:41   ` Neil Armstrong
2024-04-16 13:22 ` [PATCH 03/15] drm/panel-edp: " Jani Nikula
2024-04-16 17:43   ` Neil Armstrong
2024-04-16 13:22 ` [PATCH 04/15] drm/bridge/analogix/anx6345: " Jani Nikula
2024-04-16 13:22 ` [PATCH 05/15] drm/bridge/analogix/anx78xx: " Jani Nikula
2024-04-16 13:22 ` [PATCH 06/15] drm/sun4i: hdmi: " Jani Nikula
2024-04-18 11:51   ` Maxime Ripard
2024-04-16 13:22 ` [PATCH 07/15] drm/vc4: " Jani Nikula
2024-04-18 11:51   ` Maxime Ripard
2024-04-16 13:22 ` [PATCH 08/15] drm/bridge: anx7625: use struct drm_edid more Jani Nikula
2024-04-16 13:22 ` [PATCH 09/15] drm/gud: switch to struct drm_edid Jani Nikula
2024-04-17 15:26   ` Noralf Trønnes
2024-04-16 13:22 ` [PATCH 10/15] drm/i2c: tda998x: " Jani Nikula
2024-04-16 13:22 ` [PATCH 11/15] drm/bochs: " Jani Nikula
2024-04-16 13:22 ` [PATCH 12/15] drm/virtio: " Jani Nikula
2024-04-16 13:22 ` [PATCH 13/15] drm/rockchip: cdn-dp: " Jani Nikula
2024-04-19 10:58   ` Heiko Stuebner
2024-04-16 13:22 ` [PATCH 14/15] drm/rockchip: inno_hdmi: " Jani Nikula
2024-04-19 10:58   ` Heiko Stuebner
2024-04-16 13:22 ` [PATCH 15/15] drm/rockchip: rk3066_hdmi: " Jani Nikula
2024-04-19 10:58   ` Heiko Stuebner
2024-05-07 15:34 ` Thomas Zimmermann [this message]
2024-05-10 13:28   ` [PATCH 00/15] drm: struct drm_edid conversions Jani Nikula

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=649cda91-767c-4683-b217-ff4e14ba3f30@suse.de \
    --to=tzimmermann@suse.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).