commit | ef923088d2c72863eff8f184e1576e20e85b9d05 | [log] [tgz] |
---|---|---|
author | Tapani Pälli <tapani.palli@intel.com> | Tue Apr 09 10:43:59 2019 +0300 |
committer | Tapani Pälli <tapani.palli@intel.com> | Thu Apr 11 10:16:03 2019 +0300 |
tree | 51ecf8927cde45f1bac1aa1e895ede75a054d54d | |
parent | 4122f55574f1184e73962135123be1899b1739db [diff] |
egl: setup fds array correctly when exporting dmabuf For formats with multiple planes, application will pass a num_planes sized fds array which should be initialized properly in case fds amount utilized by the driver is less than the number of planes. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>