All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: exynos: hdmi: sending AVI and AUI info frames
@ 2012-11-09 16:21 Rahul Sharma
  2012-11-09 16:21 ` [PATCH 1/2] drm: get cea video id code for a given display mode Rahul Sharma
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Rahul Sharma @ 2012-11-09 16:21 UTC (permalink / raw)
  To: dri-devel; +Cc: airlied, kgene.kim, marcheu

This patch set adds provision for composing and sending AVI and AUI
infoframes by exynos drm hdmi driver.

It also adds provision to get CEA Video ID Code through the display mode
which is required for making AVI infoframe.

Based on exynos-drm-fixes branch of
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git

Rahul Sharma (1):
  drm: exynos: compose and send avi and aui info frames

Stephane Marchesin (1):
  drm: get cea video id code for a given display mode

 drivers/gpu/drm/drm_edid.c           |   20 +++++++
 drivers/gpu/drm/exynos/exynos_hdmi.c |   97 +++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/exynos/exynos_hdmi.h |   23 ++++++++
 drivers/gpu/drm/exynos/regs-hdmi.h   |   17 +++++-
 include/drm/drm_crtc.h               |    1 +
 5 files changed, 154 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2012-11-23  8:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 16:21 [PATCH 0/2] drm: exynos: hdmi: sending AVI and AUI info frames Rahul Sharma
2012-11-09 16:21 ` [PATCH 1/2] drm: get cea video id code for a given display mode Rahul Sharma
2012-11-09 16:21 ` [PATCH 2/2] drm: exynos: compose and send avi and aui info frames Rahul Sharma
2012-11-21  8:42   ` 김승우
2012-11-21 11:36     ` Rahul Sharma
2012-11-22  6:36       ` 김승우
2012-11-22 13:59         ` Rahul Sharma
2012-11-20 11:55 ` [PATCH 0/2] drm: exynos: hdmi: sending AVI and AUI " Rahul Sharma
2012-11-20 13:38   ` Kyungmin Park
2012-11-22 19:24 ` Thierry Reding
2012-11-23  6:15 ` Inki Dae
2012-11-23  8:59   ` Rahul Sharma

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.