commit | af2b653bfb4ef40931b4d101ca842ce0c5da57ef | [log] [tgz] |
---|---|---|
author | Matt Roper <matthew.d.roper@intel.com> | Tue Apr 01 15:22:32 2014 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Tue Apr 01 20:11:27 2014 -0400 |
tree | cb7e0c9daace890b164bf5eb7c1778597c97c86b | |
parent | 0886327aae9a840bed7f6c47ad4ca561a2aec825 [diff] |
drm/i915: Restrict plane loops to only operate on overlay planes (v2) Ensure that existing driver loops over all planes do not change behavior when we begin adding new types of planes (primary and cursor) to the DRM plane list in future patches. v2: Switch to using drm_for_each_legacy_plane() Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>