From: Jani Nikula <jani.nikula@intel.com>
To: Thomas Zimmermann <tzimmermann@suse.de>, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 00/15] drm: struct drm_edid conversions
Date: Fri, 10 May 2024 16:28:45 +0300 [thread overview]
Message-ID: <87le4hhk36.fsf@intel.com> (raw)
In-Reply-To: <649cda91-767c-4683-b217-ff4e14ba3f30@suse.de>
On Tue, 07 May 2024, Thomas Zimmermann <tzimmermann@suse.de> wrote:
> 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.
Done.
I've also resent the remaining patches from this series [2]. With [1]
and [2] merged, we could remove drm_do_get_edid() interface altogether.
BR,
Jani.
[2] https://lore.kernel.org/r/cover.1715347488.git.jani.nikula@intel.com
>
> 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(-)
>>
--
Jani Nikula, Intel
prev parent reply other threads:[~2024-05-10 13:28 UTC|newest]
Thread overview: 41+ 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-16 13:22 ` Jani Nikula
2024-04-18 11:51 ` Maxime Ripard
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-16 13:22 ` Jani Nikula
2024-04-16 13:22 ` Jani Nikula
2024-04-19 10:58 ` Heiko Stuebner
2024-04-19 10:58 ` Heiko Stuebner
2024-04-19 10:58 ` Heiko Stuebner
2024-04-16 13:22 ` [PATCH 14/15] drm/rockchip: inno_hdmi: " Jani Nikula
2024-04-16 13:22 ` Jani Nikula
2024-04-16 13:22 ` Jani Nikula
2024-04-19 10:58 ` Heiko Stuebner
2024-04-19 10:58 ` Heiko Stuebner
2024-04-19 10:58 ` Heiko Stuebner
2024-04-16 13:22 ` [PATCH 15/15] drm/rockchip: rk3066_hdmi: " Jani Nikula
2024-04-16 13:22 ` Jani Nikula
2024-04-16 13:22 ` Jani Nikula
2024-04-19 10:58 ` Heiko Stuebner
2024-04-19 10:58 ` Heiko Stuebner
2024-04-19 10:58 ` Heiko Stuebner
2024-05-07 15:34 ` [PATCH 00/15] drm: struct drm_edid conversions Thomas Zimmermann
2024-05-10 13:28 ` Jani Nikula [this message]
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=87le4hhk36.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=tzimmermann@suse.de \
/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 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.