[PATCH 01/13] drm: allow property validation for refcnted props

2014-12-17 Thread Daniel Vetter
On Tue, Dec 16, 2014 at 06:05:29PM -0500, Rob Clark wrote: > We can already have object properties, which technically can be fb's. > Switch the property validation logic over to a get/put style interface > so it can take a ref to refcnt'd objects, and then drop that ref after > the driver has a cha

[PATCH 01/13] drm: allow property validation for refcnted props

2014-12-16 Thread Rob Clark
We can already have object properties, which technically can be fb's. Switch the property validation logic over to a get/put style interface so it can take a ref to refcnt'd objects, and then drop that ref after the driver has a chance to take it's own ref. Signed-off-by: Rob Clark --- drivers/g