]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit301405e30f1cda90e00598d722839f547fea1d68
tree09c021723d4b20a91051d5d5486fc70666513d51
parent4828e64bcaa55b0f40513c83643694c7d40c6115
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