[PATCH] drm: allow drm_property_change_is_valid() to work on FB's

2014-11-27 Thread Daniel Vetter
On Wed, Nov 26, 2014 at 07:08:23PM -0500, Rob Clark wrote: > _object_find() is not supposed to check for refcnt'd objects, that is > done in drm_mode_object_find(). > > Signed-off-by: Rob Clark > --- > drivers/gpu/drm/drm_crtc.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers

[PATCH] drm: allow drm_property_change_is_valid() to work on FB's

2014-11-27 Thread Rob Clark
On Thu, Nov 27, 2014 at 4:49 AM, Daniel Vetter wrote: > On Wed, Nov 26, 2014 at 07:08:23PM -0500, Rob Clark wrote: >> _object_find() is not supposed to check for refcnt'd objects, that is >> done in drm_mode_object_find(). >> >> Signed-off-by: Rob Clark >> --- >> drivers/gpu/drm/drm_crtc.c | 3 -

[PATCH] drm: allow drm_property_change_is_valid() to work on FB's

2014-11-26 Thread Rob Clark
_object_find() is not supposed to check for refcnt'd objects, that is done in drm_mode_object_find(). Signed-off-by: Rob Clark --- drivers/gpu/drm/drm_crtc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 9972cc8..3ba84df 10064