d28cec1b1a863a8efce7815ea905787323162d31

In the case of concurrent writeback, display thread does not wait for writeback done and the fences are released immediately if the pending frame count is one or zero. Also during this skip wait process, the output frame buffers are also cleaned up. If there are couple of bad writeback frames, there could be a race condition between frame buffer cleanup in the display driver and DRM_IOCTL_MODE_RMFB ioctl from userspace. Hence add appropriate ref count logic with output frame buffers while the driver is using them. Change-Id: I1cf919b93424011c75c39bcddd296a03a9d5c4ee Signed-off-by: Lakshmi Narayana Kalavala <lkalaval@codeaurora.org>
Beschreibung
Keine Beschreibung vorhanden
Sprachen
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%