commit | 3d3f70acc0d4934743271e0571a7c9a132da4a10 | [log] [tgz] |
---|---|---|
author | Allen Martin <amartin@nvidia.com> | Sat Feb 21 21:20:17 2015 -0800 |
committer | Stéphane Marchesin <marcheu@google.com> | Sun Feb 22 05:32:51 2015 +0000 |
tree | 663cba4f4260cadc85842da0e83b4908a81d1a7b | |
parent | ceaadea1bdbfa571d44240a44638a79644d7c934 [diff] |
drm_hwcomposer: Do not close gem handle if queued Fix an issue where if the same gem handle was queued twice we would close the handle when the first one came out of the queue, leading to a failure when calling drmModeAddFB2() on the second buffer. Change-Id: I0bd35158215f74b51111d2e259bca3ba5125b203 Reviewed-on: https://chrome-internal-review.googlesource.com/200715 Tested-by: Allen Martin <amartin@nvidia.com> Reviewed-by: Stéphane Marchesin <marcheu@google.com>