PS3 GPU DRM Driver: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* We really need a proper GPU DRM driver for PS3. | * We really need a proper GPU DRM driver for PS3. | ||
* The problem is that Linux kernel DRM framework is very complex and not well documented. | * The problem is that Linux kernel DRM framework is very complex and not well documented. | ||
=DRM Framework= | |||
==KMS== | |||
* CRTC -> Encoder -> Connector | |||
=Links= | =Links= |
Revision as of 21:24, 17 September 2012
Introduction
- We really need a proper GPU DRM driver for PS3.
- The problem is that Linux kernel DRM framework is very complex and not well documented.
DRM Framework
KMS
- CRTC -> Encoder -> Connector
Links
DRM User-Space
DRM Kernel-Space
- http://www.ideasonboard.org/media/drm/
- http://lxr.free-electrons.com/source/drivers/gpu/drm/nouveau/
- http://lxr.free-electrons.com/source/drivers/gpu/drm/cirrus/
- http://lxr.free-electrons.com/source/drivers/gpu/drm/mgag200/
- http://www.x.org/wiki/ttm
- http://lists.freedesktop.org/archives/dri-devel/2010-April/000183.html