[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220421170725.903361-1-jose.exposito89@gmail.com>
Date: Thu, 21 Apr 2022 19:07:20 +0200
From: José Expósito <jose.exposito89@...il.com>
To: inki.dae@...sung.com
Cc: jy0922.shim@...sung.com, sw0312.kim@...sung.com,
kyungmin.park@...sung.com, airlied@...ux.ie, daniel@...ll.ch,
krzk@...nel.org, alim.akhtar@...sung.com, lgirdwood@...il.com,
broonie@...nel.org, dri-devel@...ts.freedesktop.org,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
hjc@...k-chips.com, heiko@...ech.de,
linux-rockchip@...ts.infradead.org, alain.volmat@...s.st.com,
p.zabel@...gutronix.de, mripard@...nel.org, wens@...e.org,
jernej.skrabec@...il.com, samuel@...lland.org,
linux-sunxi@...ts.linux.dev, laurent.pinchart@...asonboard.com,
José Expósito <jose.exposito89@...il.com>
Subject: [PATCH 0/5] Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
Hi everyone,
After implementing a similar change in the VC4 driver [1], as suggested
by Laurent in the ToDo list [2], I noticed that a similar pattern is
used in the Exynos, Rockchip, STI and sun4i drivers.
This patchset replaces drm_detect_hdmi_monitor() with is_hdmi in the
mentioned drivers.
Best wishes,
José Expósito
[1] https://lore.kernel.org/dri-devel/20220420114500.187664-1-jose.exposito89@gmail.com/T/
[2] https://docs.kernel.org/gpu/todo.html#replace-drm-detect-hdmi-monitor-with-drm-display-info-is-hdmi
José Expósito (5):
drm/exynos: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi
drm/rockchip: inno_hdmi: Replace drm_detect_hdmi_monitor() with
is_hdmi
drm/rockchip: rk3066_hdmi: Replace drm_detect_hdmi_monitor() with
is_hdmi
drm/sti/sti_hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi
drm/sun4i: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi
drivers/gpu/drm/exynos/exynos_hdmi.c | 15 +++++++++------
drivers/gpu/drm/rockchip/inno_hdmi.c | 8 ++++----
drivers/gpu/drm/rockchip/rk3066_hdmi.c | 6 +++---
drivers/gpu/drm/sti/sti_hdmi.c | 7 ++++---
drivers/gpu/drm/sti/sti_hdmi.h | 2 --
drivers/gpu/drm/sun4i/sun4i_hdmi.h | 1 -
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 6 +++---
7 files changed, 23 insertions(+), 22 deletions(-)
--
2.25.1
Powered by blists - more mailing lists