Re: [Intel-gfx] [PATCH] drm/atomic-helper: Reject attempts at re-stealing encoders

2015-12-03 Thread Daniel Vetter
On Thu, Dec 03, 2015 at 10:49:14AM +0100, Daniel Vetter wrote: > This can happen when we run out of encoders for a multi-crtc modeset, > or also when userspace is silly and tries to clone multiple connectors > that need the same encoder on the same crtc. > > Reported-and-Tested-and-Reviewed-by: Ma

[Intel-gfx] [PATCH] drm/atomic-helper: Reject attempts at re-stealing encoders

2015-12-03 Thread Daniel Vetter
This can happen when we run out of encoders for a multi-crtc modeset, or also when userspace is silly and tries to clone multiple connectors that need the same encoder on the same crtc. Reported-and-Tested-and-Reviewed-by: Maarten Lankhorst Cc: Maarten Lankhorst Signed-off-by: Daniel Vetter --