commit | 2c14575f99ddd5b8384c5b460687ceba181900d8 | [log] [tgz] |
---|---|---|
author | Marcin Slusarz <marcin.slusarz@gmail.com> | Fri Oct 05 12:26:32 2012 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Mon Oct 22 12:25:38 2012 +1000 |
tree | e901da8f9df50c0f4bd6231b2c38e72cbd84405e | |
parent | 565f571c48f01a681243a356e9083f5cf24b432e [diff] |
drm/nouveau: handle same-fb page flips It's questionable use case, but weston/wayland already relies on this behaviour, and other drivers don't care about it, so it's a matter of compatibility. Without it, process invoking such page flip hangs in unkillable state, trying to reserve the same buffer twice. Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>