[PATCH 1/6] drm/crtc-helpers: Enforce sane set_config api

2013-06-15 Thread Daniel Vetter
There's no point in trying to clean up after driver-bugs, so just blow up. Furthermore it's an interface abuse to set no mode but have an fb and aslo to try to set an fb without enough connectors. These two spefici cases of interface abuse have been committed by the fb helper, but that's been fixed

[PATCH 1/6] drm/crtc-helpers: Enforce sane set_config api

2013-06-14 Thread Daniel Vetter
There's no point in trying to clean up after driver-bugs, so just blow up. Furthermore it's an interface abuse to set no mode but have an fb and aslo to try to set an fb without enough connectors. These two spefici cases of interface abuse have been committed by the fb helper, but that's been fixed