commit | 0a7eb243db7864640134f8c57e6856f8eb3ed7c6 | [log] [tgz] |
---|---|---|
author | Rob Clark <rob@ti.com> | Tue Dec 13 20:19:36 2011 -0600 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 05 10:00:16 2012 +0000 |
tree | 93580b87b27d341801f9724d0daba75e933d9412 | |
parent | a9971157b6c550644fe19551c21f4b05f7e9475a [diff] |
drm: add support for private planes In cases where the scanout hw is sufficiently similar between "overlay" and traditional crtc layers, it might be convenient to allow the driver to create internal drm_plane helper objects used by the drm_crtc implementation, rather than duplicate code between the plane and crtc. A private plane is not exposed to userspace. Signed-off-by: Rob Clark <rob@ti.com> Signed-off-by: Dave Airlie <airlied@redhat.com>