All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
@ 2022-04-21 17:07 ` José Expósito
  0 siblings, 0 replies; 32+ messages in thread
From: José Expósito @ 2022-04-21 17:07 UTC (permalink / raw)
  To: inki.dae
  Cc: jy0922.shim, sw0312.kim, kyungmin.park, airlied, daniel, krzk,
	alim.akhtar, lgirdwood, broonie, dri-devel, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, hjc, heiko, linux-rockchip,
	alain.volmat, p.zabel, mripard, wens, jernej.skrabec, samuel,
	linux-sunxi, laurent.pinchart, José Expósito

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


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

end of thread, other threads:[~2022-05-02 23:07 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 17:07 [PATCH 0/5] Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi José Expósito
2022-04-21 17:07 ` José Expósito
2022-04-21 17:07 ` José Expósito
2022-04-21 17:07 ` José Expósito
2022-04-21 17:07 ` [PATCH 1/5] drm/exynos: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07 ` [PATCH 2/5] drm/rockchip: inno_hdmi: " José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07 ` [PATCH 3/5] drm/rockchip: rk3066_hdmi: " José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07 ` [PATCH 4/5] drm/sti/sti_hdmi: " José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07 ` [PATCH 5/5] drm/sun4i: hdmi: " José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-21 17:07   ` José Expósito
2022-04-22 10:35   ` (subset) " Maxime Ripard
2022-04-22 10:35     ` Maxime Ripard
2022-04-22 10:35     ` Maxime Ripard
2022-04-22 10:35     ` Maxime Ripard
2022-05-02 22:24 ` (subset) [PATCH 0/5] Replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi Heiko Stuebner
2022-05-02 22:24   ` Heiko Stuebner
2022-05-02 22:24   ` Heiko Stuebner
2022-05-02 22:24   ` Heiko Stuebner

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.