From Fedora Project Wiki
No edit summary
(Feature ServerKMSDrivers has been accepted for F18 by FESCo on the Jul 30 meeting (ticket #921))
 
(2 intermediate revisions by 2 users not shown)
Line 18: Line 18:
== Current status ==
== Current status ==
* Targeted release: [[Releases/18 | Fedora 18 ]]  
* Targeted release: [[Releases/18 | Fedora 18 ]]  
* Last updated: (DATE)
* Last updated: 25-July-2012
* Percentage of completion: 100%
* Percentage of completion: 100%


Line 43: Line 43:
== User Experience ==
== User Experience ==


From a user POV not much will change, however plymouth should start working in graphical mode
on the MGA and AST hardware.


== Dependencies ==
== Dependencies ==
Line 52: Line 54:


== Documentation ==
== Documentation ==
None.


== Release Notes ==
== Release Notes ==
Line 60: Line 64:




[[Category:FeatureReadyForWrangler]]
[[Category:FeatureAcceptedF18]]
<!-- When your feature page is completed and ready for review -->
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete-->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process -->

Latest revision as of 12:52, 31 July 2012


Server KMS Drivers

Summary

Servers generally ship with fairly simple GPU hardware that can provide scanout and a small amount of VRAM. Currently we use X.org drivers to drive these chipsets. However a set of simple KMS drivers could be written along with a single X.org driver to drive this hardware. Bringing the featureset of KMS to these chipsets.

Owner

  • Email: <airlied@redhat.com>

Current status

  • Targeted release: Fedora 18
  • Last updated: 25-July-2012
  • Percentage of completion: 100%


Detailed Description

Chipsets such as MGA based serverengines and AST chipsets are mainly found in servers, providing KMS drivers for these allows consolidation of userspace and kernel drivers across desktop and servers.

Benefit to Fedora

Going forward we only want to support kernel modesetting based drivers instead of legacy user modesetting X.org drivers. It also allows a single userspace driver to drive these chipsets generically.

Scope

Develop a kernel modesetting driver for MGA G200SE chipsets based on X.org driver. Develop a kernel modesetting driver for AST chipsets based on X.org driver. Develop a userspace generic KMS driver to drive these chipsets unaccelerated.


How To Test

Have server hardware with MGA SE or AST hardware. Desktop variants may not be suitable. Install system and see if the installer works and if the console and desktop work post install.

User Experience

From a user POV not much will change, however plymouth should start working in graphical mode on the MGA and AST hardware.

Dependencies

kernel changes. X.org changes.

Contingency Plan

Do nothing, stay as we are now.

Documentation

None.

Release Notes

Server chipset drivers are moved into the kernel for better future support.

Comments and Discussion