prima: Initialize thread stuck timer after driver loading is done

Presently, thread stuck timer starts before initializing timer
work queue(along with work queue spinlock and linked-list are
initialized), which is scheduled on timer expire, leading to
crash if timer expires before work queue is initialized.

Also, as thread stuck timer callback won't be processed during
driver loading, initializing thread stuck timer once done with
driver loading.

Change-Id: Ibb289f93481ae39585a6c2c56e8eefca267d6330
CRs-Fixed: 1086969
4 files changed
tree: 5cab263832664f1059e4c49c86872ccc8ddf5249
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig
  7. Makefile