Difference between revisions of "GPU Drivers"

From WebOS-Ports
Jump to navigation Jump to search
(Qualcomm driver information)
(included git links/labels)
Line 9: Line 9:
 
==== Exynos ====
 
==== Exynos ====
  
Work [http://www.phoronix.com/scan.php?page=news_item&px=MTA4MTU continues] on a basic KMS driver has been merged into the mainline linux kernel since 3.2 but this does not provide any 3D acceleration.
+
Work [http://www.phoronix.com/scan.php?page=news_item&px=MTA4MTU continues] on a basic [http://git.infradead.org/users/kmpark/linux-2.6-samsung KMS driver (git)] has been merged into the mainline linux kernel since 3.2 but this does not provide any 3D acceleration.
  
There is work on an open source [https://gitorious.org/lima driver (Lima)] for the Mali GPU that is used in all recent Exynos versions.
+
There is work on an open source [https://gitorious.org/lima driver (Lima git)] for the Mali GPU that is used in all recent Exynos versions.
  
 
=== ARM ===
 
=== ARM ===
Line 27: Line 27:
 
There was a [http://www.phoronix.com/scan.php?page=news_item&px=ODM4OQ driver] from Qualcomm, but it doesn't seem to have advanced anywhere.
 
There was a [http://www.phoronix.com/scan.php?page=news_item&px=ODM4OQ driver] from Qualcomm, but it doesn't seem to have advanced anywhere.
  
Instead there is now an open source [https://gitorious.org/freedreno/ driver (freedreno)] for the Adreno GPUs that is currently being worked on and is [http://www.phoronix.com/scan.php?page=news_item&px=MTEzMDY making progress].
+
Instead there is now an open source [https://gitorious.org/freedreno/ driver (freedreno git)] for the Adreno GPUs that is currently being worked on and is [http://www.phoronix.com/scan.php?page=news_item&px=MTEzMDY making progress].
  
 
=== Texas Instruments (OMAP) ===
 
=== Texas Instruments (OMAP) ===

Revision as of 06:01, 3 August 2012

ARM Architecture

Samsung

FIMG 3DSE

This is an older graphics core used in eary early Galaxy devices. There is work on an open source driver (openfimg).

Exynos

Work continues on a basic KMS driver (git) has been merged into the mainline linux kernel since 3.2 but this does not provide any 3D acceleration.

There is work on an open source driver (Lima git) for the Mali GPU that is used in all recent Exynos versions.

ARM

ARM is working on a unified KMS driver structure for most ARM SoC that will handle modesetting and 2D with an X component. Then load a binary blob to drive proprietary parts, such as their Mali GPU. An approch they borrowed from OMAP.

Nvidia (Tegra)

An open source frame buffer driver for Tegra2 chips shows up on the dri-devel mailing list. As of 3.6-rc1 the source is not yet in the mainline linux kernel though there appear to be plans for future inclusion.

There is also an Nvidia produced driver for X on Ubuntu.

Qualcomm (Snapdragon)

There was a driver from Qualcomm, but it doesn't seem to have advanced anywhere.

Instead there is now an open source driver (freedreno git) for the Adreno GPUs that is currently being worked on and is making progress.

Texas Instruments (OMAP)

x86 Architecture

Intel

Medfield

Atom SoC with PowerVR graphics.

Valley View

The next generation Atom SoC, will likely use Ivy Bridge graphics which has open source drivers.

AMD

We will find out soon.