svn commit: r45780 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Fri Oct 10 23:16:34 UTC 2014


Author: bjk
Date: Fri Oct 10 23:16:33 2014
New Revision: 45780
URL: https://svnweb.freebsd.org/changeset/doc/45780

Log:
  Add draft report for Intel GPU updates
  
  Approved by:	hrs (mentor, blanket)

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml	Fri Oct 10 22:54:06 2014	(r45779)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml	Fri Oct 10 23:16:33 2014	(r45780)
@@ -1814,4 +1814,48 @@
       </task>
     </help>
   </project>
+  <project cat='kern'>
+    <title>Intel GPU Driver Update</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Konstantin</given>
+	  <common>Belousov</common>
+	</name>
+	<email>kib at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://lists.freebsd.org/pipermail/freebsd-current/2014-October/052532.html">
+	Email thread with patch updates and regression test reports.</url>
+    </links>
+
+    <body>
+      <p>
+	The project to update the Intel graphics chipset driver
+	(i915kms) to a recent snapshot of the Linux upstream code
+	continues. A patch with a large chunk of updates has been
+	made available to check for regressions against current
+	functionality, but is not yet expected to provide fully
+	functional new functionality.  The GEM I/O ioctl code path
+	has been modified to more closely resemble the Linux code
+	structure (easing future imports).
+      </p>
+    </body>
+
+    <sponsor>
+      &os; Foundation
+    </sponsor>
+
+    <help>
+      <task>
+	Fix any bugs reported against the latest versions of the patch.
+      </task>
+      <task>
+	Make Haswell graphics work with Mesa.
+      </task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-head mailing list