From owner-freebsd-arm@FreeBSD.ORG Thu Jan 29 04:28:38 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10798EF5 for ; Thu, 29 Jan 2015 04:28:38 +0000 (UTC) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B99B69E2 for ; Thu, 29 Jan 2015 04:28:36 +0000 (UTC) Received: from [208.184.220.60] (helo=macbook-air-3.dolby.net) by id.bluezbox.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1YGgJY-000PqB-8W for freebsd-arm@freebsd.org; Wed, 28 Jan 2015 20:02:46 -0800 From: Oleksandr Tymoshenko Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Beaglebone Black HDMI support v2 Message-Id: Date: Wed, 28 Jan 2015 20:02:11 -0800 To: "freebsd-arm@freebsd.org List" Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) Sender: gonzo@id.bluezbox.com X-Spam-Level: / X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Hello, Here is the second version of the patch: https://people.freebsd.org/~gonzo/arm/patches/bbb-hdmi-20150128.diff Changes comparing to previous version: [...] Content analysis details: (-0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 2.7 DNS_FROM_AHBL_RHSBL RBL: Envelope sender listed in dnsbl.ahbl.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2015 04:28:38 -0000 Hello, Here is the second version of the patch: https://people.freebsd.org/~gonzo/arm/patches/bbb-hdmi-20150128.diff Changes comparing to previous version: - Config switched to vt(4) - EDID parser from NetBSD - Driver picks up the best matching videomode - =E2=80=9Cnaive=E2=80=9D implementation of hdmi_if: HDMI connect = events, read EDID, and set framer videomode.=20 You need HEAD with r277871 for this patch to work reliably --=20 gonzo