mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
77ef993331
A sync fence timeout may lead to call adreno_drawctxt_dump(). At the same time, cmdbatch timer expires and scheduled to run on same CPU, which might result into calling adreno_drawctxt_dump() for the same context. This result into deadlock for drawctx->lock. Use spin_lock_bh to disable soft irq (timer) while we are dumping the sync pt for fence timeout. Change-Id: I25461358aaff4b5011002f57bfe6b3cadce72dac CRs-Fixed: 876017 Signed-off-by: Prakash Kamliya <pkamliya@codeaurora.org> |
||
---|---|---|
.. | ||
drm | ||
host1x | ||
msm | ||
vga | ||
Makefile |