commit | 8e816bb496763182d5733ef955ac8ca7334480f6 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Nov 22 18:01:59 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Nov 23 22:03:55 2016 +0200 |
tree | 8d9daae2edd621c03bf07cb31a0da8510a586cb6 | |
parent | d5cdfdf54ea5bcc454a2804301ae5342db0ff0c3 [diff] |
drm/i915: Use enum plane_id in SKL plane code Replace the intel_plane->plane and hardcoded 0 usage in the SKL plane code with intel_plane->id. This should make the SKL "primary" and "sprite" code virtually identical, so the next logical step would likely be dropping one of the copies. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1479830524-7882-5-git-send-email-ville.syrjala@linux.intel.com