commit | eb0f50441056c68b2bbef82ac03d300221f41d26 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Aug 28 17:27:06 2018 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Aug 28 22:13:25 2018 +0300 |
tree | 0fcdf190b4eb8cf3a61485c56065bdd17bd2bcd4 | |
parent | ed11e4158451bf69e1e34b44797d6989d84db60f [diff] |
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>