]> bbs.cooldavid.org Git - net-next-2.6.git/commit
i915: enable AVI infoframe for intel_hdmi.c [v4]
authorDavid Härdeman <david@hardeman.nu>
Fri, 24 Sep 2010 19:44:32 +0000 (21:44 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 22 Oct 2010 08:14:30 +0000 (09:14 +0100)
commit3c17fe4b8f40a112a85758a9ab2aebf772bdd647
tree11200d46545ce7d139cd5be8268ee43c402fa433
parentdc3f82c2e5c3f06e43855f417e4fcfc244383916
i915: enable AVI infoframe for intel_hdmi.c [v4]

This patch enables the sending of AVI infoframes in
drivers/gpu/drm/i915/intel_hdmi.c.

My receiver currently loses sync when the HDMI output on my computer
(DG45FC motherboard) is switched from 800x600 (the BIOS resolution) to
1920x1080 as part of the boot. Fixable by switching inputs on the receiver
a couple of times.

With this patch, my receiver has not lost sync yet (> 40 tries).

Fourth version, now based on drm-intel-next from:
git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git

Two questions still remain:

I'm assuming that the sdvo hardware also stores a header ECC byte in
the MSB of the first dword - is this correct?

Does the SDVOB and SDVOC handling in intel_hdmi_set_avi_infoframe()
look correct?

Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c
drivers/gpu/drm/i915/intel_sdvo.c