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(-)