]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: set the VIC of the mode on the AVI InfoFrame
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 23 Nov 2012 14:09:27 +0000 (12:09 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 Nov 2012 10:42:38 +0000 (11:42 +0100)
commit2841868179da57f6817f284900bd1134fa27dc65
treece47b20cd5b37ce77002b9f0eca34431f5c58653
parent1c56196ad3cdb39a0d23b9e351c961c9536bd854
drm/i915: set the VIC of the mode on the AVI InfoFrame

We currently set "0" as the VIC value of the AVI InfoFrames. According
to the specs this should be fine and work for every mode, so to my
point of view we can't consider the current behavior as a bug. The
problem is that  we recently received a bug report (Kernel bug #50371)
from a user that has an AV receiver that gives a black screen for any
mode with VIC set to 0.

So in order to make at least some modes work for him, this patch sets
the correct VIC number when sending AVI InfoFrames.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=50371
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_hdmi.c