[PATCH 10/17] drm: allow FB's in drm_mode_object_find

2014-05-26 Thread Daniel Vetter
On Sat, May 24, 2014 at 02:30:19PM -0400, Rob Clark wrote: > We do actually want to permit FB's in atomic case, since FB will be > looked up like any other object property value in a few code paths > (like property value validation). > > So split out into an internal function without the WARN_ON()

[PATCH 10/17] drm: allow FB's in drm_mode_object_find

2014-05-24 Thread Rob Clark
We do actually want to permit FB's in atomic case, since FB will be looked up like any other object property value in a few code paths (like property value validation). So split out into an internal function without the WARN_ON() which we can use in those special cases. Signed-off-by: Rob Clark