drm/i915: Don't pass plane to .check_plane()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 28 Aug 2018 14:27:06 +0000 (17:27 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 28 Aug 2018 19:13:25 +0000 (22:13 +0300)
commiteb0f50441056c68b2bbef82ac03d300221f41d26
tree0fcdf190b4eb8cf3a61485c56065bdd17bd2bcd4
parented11e4158451bf69e1e34b44797d6989d84db60f
drm/i915: Don't pass plane to .check_plane()

.check_plane() already gets the plane state, so we can dig out the plane
from there if needed. No need in passing it separately.

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180828142707.31583-1-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/intel_atomic_plane.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_sprite.c