commit | 75dfca80a610e4e87d3b9ccfb3f520692808697d | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Feb 10 15:09:44 2010 -0800 |
committer | Eric Anholt <eric@anholt.net> | Wed Feb 10 17:34:46 2010 -0800 |
tree | f36aec97c8e6a6ff7c8c169a2ab5fc078074593c | |
parent | 84b79f8d2882b0a84330c04839ed4d3cefd2ff77 [diff] |
drm/i915: hold ref on flip object until it completes This will prevent things from falling over if the user frees the flip buffer before we complete the flip, since we'll hold an internal reference. Reported-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>