commit | 429c787feb6a21a003dafd9d997112d8bd39c6e9 | [log] [tgz] |
---|---|---|
author | Rajavenu Kyatham <rkyatham@codeaurora.org> | Fri Dec 21 15:24:17 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Dec 23 23:18:12 2018 -0800 |
tree | 4bd310f3bfd32407750793c1ed711e681290697e | |
parent | e2cb0c01e7a3274f6d83aed1150ffc9e1930e1f4 [diff] |
sdm: mark all layers as skip, when client target handle is NULL - real pipe is assigned for a client layer which has a NULL buffer handle and respective virtual pipe is assigned to another layer. - during atomic commit, real pipe is not programmed due to NULL handle but virtual pipe is programmed, which is leading to atomic ioctl failure. - hence, mark all layers as skip, when client target handle is NULL. Change-Id: I4a6e2d0ce58063564b12863b599dabc6d810c477 CRs-Fixed: 2358631