diff options
| author | Rob Clark <rob@ti.com> | 2011-09-01 03:05:21 -0400 |
|---|---|---|
| committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:18:47 -0400 |
| commit | 6ac5d0b980b1a9c43071cb1ab36aaf29bff6fd45 (patch) | |
| tree | 3df728f370191334e723ffb715f153248e4ac8a4 /drivers/gpu | |
| parent | 07d9aa8a852d1e4437ed23a8d84926b4e0580f05 (diff) | |
Add omap drm display driver
A DSS based DRM display driver, which provides a plugin interface for
3d/2d accelerators to register. The core driver handles construction
of CRTC/encoder/connectors to represent the hardware, and support KMS.
This driver replaces omapfb. The omap drm driver allocates framebuffer
memory and implements (with the help of drm_fb_helper) the legacy fbdev
interface.
The driver maps CRTCs to overlays, encoders to overlay-managers, and
connectors to dssdev's.
Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index b493663c7ba..89972cc49eb 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
| @@ -158,3 +158,4 @@ config DRM_SAVAGE | |||
| 158 | help | 158 | help |
| 159 | Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister | 159 | Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister |
| 160 | chipset. If M is selected the module will be called savage. | 160 | chipset. If M is selected the module will be called savage. |
| 161 | |||
