Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 00:22:15 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284533 - head/sys/dev/videomode
Message-ID:  <201506180022.t5I0MFYx030387@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Thu Jun 18 00:22:14 2015
New Revision: 284533
URL: https://svnweb.freebsd.org/changeset/base/284533

Log:
  Add hskew field to struct videomode. It is required by some controllers
  that are not 100% VESA-compatible (e.g. TDA19988 HDMI framer)

Modified:
  head/sys/dev/videomode/videomode.h

Modified: head/sys/dev/videomode/videomode.h
==============================================================================
--- head/sys/dev/videomode/videomode.h	Wed Jun 17 23:26:00 2015	(r284532)
+++ head/sys/dev/videomode/videomode.h	Thu Jun 18 00:22:14 2015	(r284533)
@@ -43,6 +43,7 @@ struct videomode {
 	int vtotal;
 	int flags;		/* Video mode flags; see below. */
 	const char *name;
+	int hskew;
 };
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506180022.t5I0MFYx030387>