tdm: check mutex lock status in tdm_display_destroy_private_output 11/199611/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 13 Feb 2019 07:54:50 +0000 (16:54 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 13 Feb 2019 07:57:04 +0000 (16:57 +0900)
commitd71f22895842611f3da167a328351be931e2e0af
treedc679b66939eb04c7776e4201508365b14229473
parent97ed6da7ed4f7663a64fe9436c6ad4292b15c232
tdm: check mutex lock status in tdm_display_destroy_private_output

some cases the mutex is not locked when called tdm_display_destroy_private_output.
so in this case, do not execute mutex unlock/lock for vblank destroy.

Change-Id: Ic1439f9d66d763fac00613a37c0154eb0e7c1384
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/tdm.c