From cdfbff788ec9d488cab6450a439c2421ef28b0a4 Mon Sep 17 00:00:00 2001 From: Benjamin Gaignard Date: Wed, 30 Jul 2014 19:26:17 +0200 Subject: [PATCH] drm: sti: add TVOut driver TVout hardware block is responsible to dispatch the data flow coming from compositor block to any of the output (HDMI or Analog TV). It control when output are start/stop and configure according the require flow path. TVout is the parent of HDMI and HDA drivers and bind them at runtime. Tvout is mapped on drm_encoder structure. One encoder is created for each of the sub-devices and link to their connector/bridge Signed-off-by: Benjamin Gaignard Reviewed-by: Rob Clark --- Reading git-format-patch failed