commit | 223bfd6911a0129d819b4dadb0eec93da014a9d9 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Feb 10 14:15:52 2015 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Mar 24 13:50:59 2015 +0200 |
tree | e3725eac6e1a557fc5dad428cb0e622f4b1ee5e4 | |
parent | 7439507f0118c2e806a9c7644882ee33f73e46a9 [diff] |
drm/omap: keep ref to old_fb We store the fb being page-flipped to 'old_fb' field, but we don't increase the ref count of the fb when doing that. While I am not sure if it can cause problem in practice, it's still safer to keep a ref when storing a pointer to a fb. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>