Intel Provides Update, Plans For GEM

Written by Michael Larabel in X.Org on 4 September 2008 at 10:07 AM EDT. 1 Comment
X.ORG
Intel's Eric Anholt just finished speaking at the 2008 X Developers' Summit about video memory management. Specifically, Eric was talking about GEM, or the Graphics Execution Manager, that came about as a result of concerns that arose about Tungsten's TTM. GEM is now the kernel memory manager they are focusing their open-source development work on for the xf86-video-intel driver and is what they hope will become the de facto standard for memory management.

In this Graphics Execution Manager talk, Eric started talking about their past memory management methods (i830_memory.c, exa_offscreen.c, and texmem.c) that imposed many limitations along with the shortcomings they experienced with TTM. A new memory manager was needed for composited OpenGL, EXT_framebuffer_object, EXT_texture_from_pixmap, reduced memory consumption, and private back-buffers.

In this talk the next plans they have for GEM are fence register management, hardware contexts, user-land cache management, rectangular pwrite, GIT mmap, and fault-based flushing.

During this talk, Intel's Keith Packard called for a common API for GEM that can be used across multiple drivers. "I would love to see the GEM API extended to support discrete graphics cards," noted Packard. Keith though is quite confused over David Airlie's decision to use a GEM-ified TTM memory manager for the open-source ATI driver rather than fully using their Graphics Execution Manager.
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