From mboxrd@z Thu Jan 1 00:00:00 1970 From: David =?iso-8859-1?Q?H=E4rdeman?= Subject: i915: How to set the AVI InfoFrame on a HDMI output? Date: Mon, 26 Jul 2010 20:36:49 +0200 Message-ID: <20100726183649.GA28138@hardeman.nu> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from palpatine.hardeman.nu (1-1-12-13a.han.sth.bostream.se [82.182.30.168]) by gabe.freedesktop.org (Postfix) with ESMTP id 20E7F9E7B3 for ; Mon, 26 Jul 2010 11:46:04 -0700 (PDT) Received: from basil.haag.hardeman.nu (host-88-217-225-61.customer.m-online.net [88.217.225.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by palpatine.hardeman.nu (Postfix) with ESMTPSA id 831D51540 for ; Mon, 26 Jul 2010 20:36:51 +0200 (CEST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Hi, I'm trying to play with some different AVI InfoFrame settings for the = HDMI output on my DG45FC (G45 Intel graphics hardware, HDMI connector on = the motherboard) but I can't seem to find any references to it in the = i915 driver or in the programming specs. drivers/gpu/drm/i915/intel_sdvo.c has code for setting an avi infoframe = for hdmi outputs, but it doesn't seem to be used on my board (I tried = sprinkling some printk's in there). I guess it's only for ADD2 type = addon boards? So far I'm guessing that drivers/gpu/drm/i915/intel_hdmi.c is = responsible but there is no code in there that deals with the avi = infoframe and I haven't been able to find anything in the programming = manuals from the intel linux graphics website. Could anyone point me in the right direction? And on a related note, does anyone know if the hardware supports HDMI = CEC and where I might find the relevant hardware documentation? -- = David H=E4rdeman