Provider Object Support For RandR 1.5

Written by Michael Larabel in X.Org on 10 June 2012 at 07:00 AM EDT. 4 Comments
X.ORG
The latest work by David Airlie for improving the X.Org infrastructure to handle modern GPU features (e.g. multi-GPUs, Optimus-like capabilities, etc) comes in the form of a proposed RandR protocol update.

Aside from David's DDX driver API re-work and other API/ABI breakage to the xorg-server, David's updating the Resize and Rotate extension to the X.Org Server. He's ultimately hoping to have DRI2 offload slaves and output slaves by this September with X.Org Server 1.13.

His proposed RandR update is to add the concept of "provider objects" to this popular X extension. As said by his mailing list message, "A provider object represents a GPU or virtual device that provides rendering or output services to the X server. This is the first rev of a protocol to enumerate providers devices, set their roles, and provide generic properties based on output properties for them."

This provider object work would form RandR 1.5. Here's some additional details about why you might be interested in provider objects with RandR 1.5:
1.5 Introduction to version 1.5 of the extension

Version 1.5 adds a new object called a provider object. A provider object represents a GPU or virtual device providing services to the X server. Providers have a set of abilities and a set of possible roles.

Provider objects are used to control multi-GPU systems. Provider roles can be dynamically configured to provide support for:

1) Output slaving: plug in a USB device, but have its output rendered using the main GPU. On some dual-GPU laptops, the second GPU isn't connected to the LVDS panel, so we need to use the first GPU as an output slave for the second GPU.

2) DRI2 offload - For dual-GPU laptops, allow DRI2 applications to be run on the second GPU and display on the first GPU.

3) GPU switching - Allow switching between two GPUs as the main screen renderer.

4) multiple GPU rendering - This replaces Xinerama.
At this time there's no other planned features to RandR 1.5.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week