A GEM-ified TTM Manager For Radeon

Written by Michael Larabel in X.Org on 26 August 2008 at 08:15 AM EDT. 19 Comments
X.ORG
Back in May when X.Org developers were voicing concerns about Tungsten's TTM as being the kernel memory manager used for graphics drivers, Keith Packard had unveiled the work Intel had been doing for an alternate kernel memory manager. This memory manager they call GEM, or the Graphics Execution Manager, is a competing solution but it has some advantages such as being simpler to develop drivers around (A Technical Explanation of Intel's GEM). Intel then continued in throwing out their TTM code and merging GEM to master.

This unexpected introduction of GEM has caused the other driver developers to rethink their memory management situation and it has also generated some additional headaches within the X.Org community. For instance, a new X acceleration architecture has been introduced (albeit based off the EXA API) but with hooks for GEM. In addition, the forthcoming release of X Server 1.5 / X.Org 7.4 has lost DRI2 support since it depended upon the TTM interface.

Red Hat's David Airlie, who mostly works on the xf86-video-ati driver, has a brief update on some of the work he has been doing with GEM. In the DRI development mailing list, Airlie shares that he has removed all the TTM interfaces and ioctls from the kernel API, a DRM hardware lock file, object zeroing for the video memory, and has built a Radeon GEM interface that resides on top of the TTM internals. Some developers have voiced concerns about GEM being designed with just Intel in mind, but now David has an interface that's compliant with the GEM, but at it's heart is still TTM. This work can be found in his modesetting-gem git branch.
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