staging: drm/omap: hold a ref to the bo while waiting for flip
authorRob Clark <rob@ti.com>
Tue, 4 Sep 2012 22:46:22 +0000 (17:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2012 23:44:22 +0000 (16:44 -0700)
Since the plane hasn't yet taken a reference, we need to hold a
reference while waiting to ensure the backing GEM bo doesn't get
freed from under us.

Signed-off-by: Rob Clark <rob@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found