All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] drm/mediatek: Don't support hdmi connector creation
@ 2021-03-24 19:12 Dafna Hirschfeld
  2021-03-24 19:12 ` [PATCH 1/2] drm/mediatek: Switch the hdmi bridge ops to the atomic versions Dafna Hirschfeld
  2021-03-24 19:12 ` [PATCH 2/2] drm/mediatek: Don't support hdmi connector creation Dafna Hirschfeld
  0 siblings, 2 replies; 5+ messages in thread
From: Dafna Hirschfeld @ 2021-03-24 19:12 UTC (permalink / raw)
  To: dri-devel
  Cc: chunkuang.hu, dafna.hirschfeld, airlied, dafna3,
	laurent.pinchart, enric.balletbo, kernel

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 two patches fix that by adding support for DRM_BRIDGE_ATTACH_NO_CONNECTOR
in mtk_hdmi bridge attachment. The first patch moves the mkt-hdmi bridge
to the atomic API in order to be able to access the connector through the
global state.

Dafna Hirschfeld (2):
  drm/mediatek: Switch the hdmi bridge ops to the atomic versions
  drm/mediatek: Don't support hdmi connector creation

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

-- 
2.17.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2021-03-25 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 19:12 [PATCH 2/2] drm/mediatek: Don't support hdmi connector creation Dafna Hirschfeld
2021-03-24 19:12 ` [PATCH 1/2] drm/mediatek: Switch the hdmi bridge ops to the atomic versions Dafna Hirschfeld
2021-03-25 10:43   ` Enric Balletbo i Serra
2021-03-25 12:43     ` Dafna Hirschfeld
2021-03-24 19:12 ` [PATCH 2/2] drm/mediatek: Don't support hdmi connector creation Dafna Hirschfeld

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.