bdd7a33bfbf39b8b0dce06126f70e0aac46f5bb8

If current qbuf entry is already present in release buffer list, then as part of release done, refcount will get decremented and for current qbuf, there is 2 possibilities of outputs from fw. FBD with RO and wo RO. So if firmware gives FBD with RO, we are currently decrementing refcount from 1 -> 0. So mapping gets destroyed. But firmware is still holding RO referrence and leading to smmu fault issues. So added hadling to increment recount by 1, if current buffer(qbuf) is already present in release buf list. Change-Id: Icbe8ce0b1c9b47c4450d17650b63a575e1037ce3 Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
Descrição
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%