commit | 2d82d188b2cb11b6b221eb84dda2344ef3cd1bb4 | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Tue Apr 01 15:22:39 2014 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Tue Apr 01 20:18:27 2014 -0400 |
tree | 7e86e737ecdbd6da59a6db94cf2492ad0959cbbc | |
parent | e13161af80c185ecd8dc4641d0f5df58f9e3e0af [diff] |
drm/msm: Switch to universal plane API's Use drm_universal_plane_init() and drm_crtc_init_with_planes() rather than the legacy drm_plane_init() / drm_crtc_init(). This will ensure that the proper primary plane is registered with the DRM (and eventually exposed to userspace in future patches). Cc: Rob Clark <robdclark@gmail.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Rob Clark <robdclark@gmail.com>