drm/i915: s/intel_plane/plane/ in sprite init
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Oct 2018 12:58:16 +0000 (15:58 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 8 Oct 2018 10:55:48 +0000 (13:55 +0300)
commita86d2590bafb74705dff7159dea84a24c6a5afcb
tree09c021723d4b20a91051d5d5486fc70666513d51
parentb7c806007559fd834f22cf2a6a28e1a49e8e90f2
drm/i915: s/intel_plane/plane/ in sprite init

Use a more familiar naming pattern for our variables in the sprite plane
init function.

v2: Drop the redundant 'plane' from plane_formats and num_planes_formats
    too
v3: Rebase due to ->max_stride() and ->check_plane() changes

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> #v2
Link: https://patchwork.freedesktop.org/patch/msgid/20181005125817.22576-11-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_sprite.c