All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/2] Introduce Innosilicon HDMI driver on Rockchip platforms
@ 2015-11-11  7:45 ` Yakir Yang
  0 siblings, 0 replies; 33+ messages in thread
From: Yakir Yang @ 2015-11-11  7:45 UTC (permalink / raw)
  To: Mark Yao, Heiko Stuebner
  Cc: David Airlie, Thierry Reding, Rob Herring, Ken Mixte, Ben Chan,
	Zheng Yang, Kumar Gala, Ian Campbell, Pawel Moll, Mark Rutland,
	dri-devel, devicetree, linux-kernel, linux-rockchip,
	linux-arm-kernel, Yakir Yang

Hi guys:

Here are a brief introduction to Innosilicon HDMI IP:
 - Support HDMI 1.4a, HDCP 1.2 and DVI 1.0 standard compliant transmitter
 - Support HDMI1.4 a/b 3D function defined in HDMI 1.4 a/b spec
 - Digital video interface supports a pixel size of 24, 30, 36, 48bits color
   depth in RGB
 - S/PDIF output supports PCM, Dolby Digital, DTS digital audio transmission
   (32-192kHz Fs) using IEC60958 and IEC 61937
 - The EDID and CEC function are also supported by Innosilicon HDMI Transmitter
   Controlle

This IP have been integrated on some Rockchip CPUs (like RK3036/RK312x), due
to those CPUs haven't been landed on manline kernel, so I creat a branch to
verify this series [https://github.com/rockchip-linux/kernel].

- Yakir


Yakir Yang (2):
  drm: rockchip/hdmi: add Innosilicon HDMI support
  dt-bindings: add document for Innosilicon HDMI on Rockchip platform

 .../display/rockchip/inno_hdmi-rockchip.txt        |   50 +
 drivers/gpu/drm/rockchip/Kconfig                   |    8 +
 drivers/gpu/drm/rockchip/Makefile                  |    1 +
 drivers/gpu/drm/rockchip/inno_hdmi.c               | 1008 ++++++++++++++++++++
 drivers/gpu/drm/rockchip/inno_hdmi.h               |  364 +++++++
 5 files changed, 1431 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/rockchip/inno_hdmi-rockchip.txt
 create mode 100644 drivers/gpu/drm/rockchip/inno_hdmi.c
 create mode 100644 drivers/gpu/drm/rockchip/inno_hdmi.h

-- 
1.9.1



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

end of thread, other threads:[~2015-12-21  7:45 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11  7:45 [RFC PATCH v1 0/2] Introduce Innosilicon HDMI driver on Rockchip platforms Yakir Yang
2015-11-11  7:45 ` Yakir Yang
2015-11-11  7:45 ` Yakir Yang
2015-11-11  7:46 ` [RFC PATCH v1 1/2] drm: rockchip/hdmi: add Innosilicon HDMI support Yakir Yang
2015-11-11  7:46   ` Yakir Yang
2015-11-11  7:46   ` Yakir Yang
2015-12-21  7:31   ` Mark yao
2015-12-21  7:31     ` Mark yao
2015-12-21  7:31     ` Mark yao
2015-12-21  7:44     ` Yakir Yang
2015-12-21  7:44       ` Yakir Yang
2015-12-21  7:44       ` Yakir Yang
2015-11-11  7:47 ` [RFC PATCH v1 2/2] dt-bindings: add document for Innosilicon HDMI on Rockchip platform Yakir Yang
2015-11-11  7:47   ` Yakir Yang
2015-11-11  7:47   ` Yakir Yang
2015-11-11 20:22   ` Rob Herring
2015-11-11 20:22     ` Rob Herring
2015-11-11 20:22     ` Rob Herring
2015-11-12  1:07     ` Yakir Yang
2015-11-12  1:07       ` Yakir Yang
2015-11-12  1:07       ` Yakir Yang
2015-11-21 20:14   ` Heiko Stuebner
2015-11-21 20:14     ` Heiko Stuebner
2015-11-21 20:14     ` Heiko Stuebner
2015-11-23  1:26     ` Yakir Yang
2015-11-23  1:26       ` Yakir Yang
2015-11-23  1:26       ` Yakir Yang
2015-12-21  7:25 ` [RFC PATCH v1 0/2] Introduce Innosilicon HDMI driver on Rockchip platforms Mark yao
2015-12-21  7:25   ` Mark yao
2015-12-21  7:25   ` Mark yao
2015-12-21  7:44   ` Yakir Yang
2015-12-21  7:44     ` Yakir Yang
2015-12-21  7:44     ` Yakir Yang

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.