From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 25 Nov 2014 08:53:00 +0000 Subject: [U-Boot] [PATCH] sunxi: video: Add extra modes and allow selecting the mode via hdmi_mode env In-Reply-To: <1416759129-13711-1-git-send-email-hdegoede@redhat.com> References: <1416759129-13711-1-git-send-email-hdegoede@redhat.com> Message-ID: <1416905580.16888.8.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2014-11-23 at 17:12 +0100, Hans de Goede wrote: > Add the following extra modes: > > 1280x720 at 50 > 1920x1080 at 60 > 1920x1200 at 60 > > And allow selecting them by setting (and then saving and rebooting) a > hdmi_mode env variable to the name of the mode. Is there any u-boot side standard for the naming/format of such a variable? (adding Anatolij for input too). I see a bunch of platforms apparently using video= (just from a grep on includes/configs for video=), likewise videomode= which is also described in README but doesn't look to cover the sort of things wanted here. Is there note some centralise db of struct db_videomode we can use? Seems like not, oh well. Ian.