mbox

[GIT,PULL] drm: sti: add DVO output connector

Message ID CA+M3ks48i+qp5OvtA7Tbkg+bMpwTYumjhrrZ+yLWxgQqNWRF1g@mail.gmail.com
State New
Headers show

Pull-request

http://git.linaro.org/people/benjamin.gaignard/kernel.git drm-sti-next-add-dvo

Message

Benjamin Gaignard Jan. 9, 2015, 8:55 a.m. UTC
Hello Dave,

This patch enable the last big hardware feature of my driver: the
connector for panel.
Like for HMDI and HDA, Digital Video Out (DVO) create brige, encoder
and connector
drm objects.

The following changes since commit 4e0cd68115620bc3236ff4e58e4c073948629b41:

  drm: sti: fix module compilation issue (2014-12-15 17:07:57 +1000)

are available in the git repository at:

  http://git.linaro.org/people/benjamin.gaignard/kernel.git drm-sti-next-add-dvo

for you to fetch changes up to f32c4c506f9b197f24d4be4ee7283bd549e3a30f:

  drm: sti: add DVO output connector (2014-12-30 15:08:16 +0100)

----------------------------------------------------------------
Benjamin Gaignard (1):
      drm: sti: add DVO output connector

 .../devicetree/bindings/gpu/st,stih4xx.txt         |  29 ++
 drivers/gpu/drm/sti/Makefile                       |   4 +
 drivers/gpu/drm/sti/sti_awg_utils.c                | 184 +++++++
 drivers/gpu/drm/sti/sti_awg_utils.h                |  34 ++
 drivers/gpu/drm/sti/sti_dvo.c                      | 551 +++++++++++++++++++++
 drivers/gpu/drm/sti/sti_tvout.c                    | 118 +++++
 6 files changed, 920 insertions(+)
 create mode 100644 drivers/gpu/drm/sti/sti_awg_utils.c
 create mode 100644 drivers/gpu/drm/sti/sti_awg_utils.h
 create mode 100644 drivers/gpu/drm/sti/sti_dvo.c