drm/i915: s/intel_plane/plane/ in sprite init
authorVille Syrjälä <[email protected]>
Fri, 5 Oct 2018 12:58:16 +0000 (15:58 +0300)
committerVille Syrjälä <[email protected]>
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ä <[email protected]>
Reviewed-by: Stanislav Lisovskiy <[email protected]> #v2
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/intel_sprite.c