All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/mediatek: Don't support hdmi connector creation
@ 2021-03-29 15:36 ` Dafna Hirschfeld
  0 siblings, 0 replies; 24+ messages in thread
From: Dafna Hirschfeld @ 2021-03-29 15:36 UTC (permalink / raw)
  To: dri-devel, linux-mediatek, linux-kernel
  Cc: dafna.hirschfeld, kernel, dafna3, chunkuang.hu, p.zabel, airlied,
	daniel, enric.balletbo, laurent.pinchart

commit f01195148967 ("drm/mediatek: mtk_dpi: Create connector for bridges")
broke the display support for elm device since mtk_dpi calls
drm_bridge_attach with the flag DRM_BRIDGE_ATTACH_NO_CONNECTOR
while mtk_hdmi does not yet support this flag.

These three patches fix that by adding support for DRM_BRIDGE_ATTACH_NO_CONNECTOR
in mtk_hdmi bridge attachment.

changes since v1:
1. split the first patch - now the first patch only moves the bridge ops to the atomic API
while the replacement of the field 'conn' with the field '*curr_conn' is done in a new third patch.
2. in the function 'get_eld' use the current conn only if 'enabled = true'.

Dafna Hirschfeld (3):
  drm/mediatek: Switch the hdmi bridge ops to the atomic versions
  drm/mediatek: Don't support hdmi connector creation
  drm/mediatek: in struct mtk_hdmi, replace conn field with curr_conn
    ptr

 drivers/gpu/drm/mediatek/mtk_hdmi.c | 171 ++++++++++++----------------
 1 file changed, 73 insertions(+), 98 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-03-30  9:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 15:36 [PATCH v2 0/3] drm/mediatek: Don't support hdmi connector creation Dafna Hirschfeld
2021-03-29 15:36 ` Dafna Hirschfeld
2021-03-29 15:36 ` Dafna Hirschfeld
2021-03-29 15:36 ` [PATCH v2 1/3] drm/mediatek: Switch the hdmi bridge ops to the atomic versions Dafna Hirschfeld
2021-03-29 15:36   ` Dafna Hirschfeld
2021-03-29 15:36   ` Dafna Hirschfeld
2021-03-30  0:02   ` Laurent Pinchart
2021-03-30  0:02     ` Laurent Pinchart
2021-03-30  0:02     ` Laurent Pinchart
2021-03-29 15:36 ` [PATCH v2 2/3] drm/mediatek: Don't support hdmi connector creation Dafna Hirschfeld
2021-03-29 15:36   ` Dafna Hirschfeld
2021-03-29 15:36   ` Dafna Hirschfeld
2021-03-30  0:08   ` Laurent Pinchart
2021-03-30  0:08     ` Laurent Pinchart
2021-03-30  0:08     ` Laurent Pinchart
2021-03-30  9:44     ` Dafna Hirschfeld
2021-03-30  9:44       ` Dafna Hirschfeld
2021-03-30  9:44       ` Dafna Hirschfeld
2021-03-29 15:36 ` [PATCH v2 3/3] drm/mediatek: in struct mtk_hdmi, replace conn field with curr_conn ptr Dafna Hirschfeld
2021-03-29 15:36   ` Dafna Hirschfeld
2021-03-29 15:36   ` Dafna Hirschfeld
2021-03-30  0:10   ` Laurent Pinchart
2021-03-30  0:10     ` Laurent Pinchart
2021-03-30  0:10     ` Laurent Pinchart

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.