All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/bridge: sii902x: HDMI-audio support and some fixes
@ 2019-02-25 11:23 Jyri Sarha
  2019-02-25 11:23 ` [PATCH 1/4] drm/bridge: sii902x: add input_bus_flags Jyri Sarha
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Jyri Sarha @ 2019-02-25 11:23 UTC (permalink / raw)
  To: dri-devel
  Cc: fabrizio.castro, boris.brezillon, Songjun.Wu, peter.ujfalusi,
	tomi.valkeinen, laurent.pinchart, voice.shen

- The bus_flags patch is important for DRM masters that rely on those, but
  the chage is in no way dependend on HDMI-audio support.
- The output mode patch is needed for HDMI-audio to work.
- The HDMI-audio implementation supports only i2s-mode.
- I do not know if the pixel clock unit change has any effect on the actual
  functionality. 

Jyri Sarha (3):
  drm/bridge: sii902x: Set output mode to HDMI or DVI according to EDID
  drm/bridge: sii902x: Implement HDMI audio support
  drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz

Tomi Valkeinen (1):
  drm/bridge: sii902x: add input_bus_flags

 .../bindings/display/bridge/sii902x.txt       |  24 +
 drivers/gpu/drm/bridge/sii902x.c              | 475 +++++++++++++++++-
 include/dt-bindings/sound/sii902x-audio.h     |  11 +
 3 files changed, 503 insertions(+), 7 deletions(-)
 create mode 100644 include/dt-bindings/sound/sii902x-audio.h

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

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

end of thread, other threads:[~2019-02-25 21:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25 11:23 [PATCH 0/4] drm/bridge: sii902x: HDMI-audio support and some fixes Jyri Sarha
2019-02-25 11:23 ` [PATCH 1/4] drm/bridge: sii902x: add input_bus_flags Jyri Sarha
2019-02-25 12:48   ` Andrzej Hajda
2019-02-25 18:15   ` kbuild test robot
2019-02-25 18:22   ` kbuild test robot
2019-02-25 11:23 ` [PATCH 2/4] drm/bridge: sii902x: Set output mode to HDMI or DVI according to EDID Jyri Sarha
2019-02-25 12:48   ` Andrzej Hajda
2019-02-25 11:23 ` [PATCH 3/4] drm/bridge: sii902x: Implement HDMI audio support Jyri Sarha
2019-02-25 13:57   ` Andrzej Hajda
2019-02-25 14:40     ` Jyri Sarha
2019-02-25 21:44   ` kbuild test robot
2019-02-25 21:44   ` [PATCH] drm/bridge: sii902x: fix semicolon.cocci warnings kbuild test robot
2019-02-25 11:23 ` [PATCH 4/4] drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz Jyri Sarha
2019-02-25 13:01   ` Andrzej Hajda

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.