commit | e27dde3e1c5117149c50b89d688528e279756113 | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Tue Apr 01 15:22:30 2014 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Tue Apr 01 19:13:07 2014 -0400 |
tree | f8af6af4b70125256c657317b6192a7183ec8157 | |
parent | c32fc9c803f8ed90a7548810de48ca33a3020168 [diff] |
drm: Add support for multiple plane types (v2) The DRM core currently only tracks "overlay"-style planes. Start refactoring the plane handling to allow other plane types (primary and cursor) to also be placed on the DRM plane list. v2: Add drm_for_each_legacy_plane() iterator to smooth transition of drivers with plane loops. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Rob Clark <robdclark@gmail.com>