[PATCH 03/11] drm: Retain reference to blob properties in lookup

2015-05-22 Thread Daniel Vetter
On Fri, May 22, 2015 at 01:34:46PM +0100, Daniel Stone wrote: > When we look up a blob property, make sure we retain a reference to the > blob for the lifetime. > > Signed-off-by: Daniel Stone > Tested-by: Sean Paul > --- > drivers/gpu/drm/drm_crtc.c | 6 +- > 1 file changed, 5 insertions(+

[PATCH 03/11] drm: Retain reference to blob properties in lookup

2015-05-22 Thread Daniel Stone
When we look up a blob property, make sure we retain a reference to the blob for the lifetime. Signed-off-by: Daniel Stone Tested-by: Sean Paul --- drivers/gpu/drm/drm_crtc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/dr