[PATCH 2/5] drm/atomic-helper: Drop unneeded argument from check_pending_encoder

2015-12-14 Thread Thierry Reding
On Tue, Dec 08, 2015 at 09:49:18AM +0100, Daniel Vetter wrote: > 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 no

[PATCH 2/5] drm/atomic-helper: Drop unneeded argument from check_pending_encoder

2015-12-08 Thread Daniel Vetter
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 Cc: Thierry Reding Signed-off-by: Dan