drm/atomic-helper: Drop unneeded argument from check_pending_encoder
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Dec 2015 08:49:18 +0000 (09:49 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 15 Dec 2015 09:22:26 +0000 (10:22 +0100)
commit07bad49ea89558583bc3d80c27e6c234fe0a4b63
tree258c0e362da11432f56ae6f73cbb0fc1d28dc1fd
parentf03d8ede7a901d2425da5c21a91f6a76fe16b47f
drm/atomic-helper: Drop unneeded argument from check_pending_encoder

Just a remnant from an old iteration of this patch that I've forgotten
to remove: We only need the encoder to figure out whether it has been
reassigned in this update already or not to figure out whether there's
a conflict or not.

Reported-by: Thierry Reding <thierry.reding@gmail.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1449564561-3896-2-git-send-email-daniel.vetter@ffwll.ch
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/drm_atomic_helper.c