On 10/11/2013 04:19 PM, Stephen Warren wrote:
On 10/07/2013 02:34 AM, Thierry Reding wrote:
From: Mikko Perttunen mperttunen@nvidia.com
Tegra114 TMDS configuration requires a new peak_current field and the driver current override bit has changed position.
diff --git a/drivers/gpu/drm/tegra/hdmi.c b/drivers/gpu/drm/tegra/hdmi.c
static const struct tmds_config tegra2_tmds_config[] = { @@ -223,6 +224,85 @@ static const struct tmds_config tegra3_tmds_config[] = {
Not related to this patch, but those should have been named tegra20_tmds_config[] and tegra30_tmds_config[].
I see that patch 20 fixes this:-)