Remove useless & unsafe unlock/lock code
authorjinbong, Lee <jinbong.lee@samsung.com>
Wed, 3 Jan 2024 11:34:09 +0000 (11:34 +0000)
committerXuelian Bai <xuelian.bai@samsung.com>
Thu, 18 Jan 2024 01:31:56 +0000 (09:31 +0800)
commitff0a013d5e45caaf7a0c9677acc71dd644a0248e
tree0674bd2c0bf27696a6d1e045bcb595d501413aba
parent2d7435ea832364c1aa7531b770d520b9524afa0a
Remove useless & unsafe unlock/lock code

 - there is no blocking function in tizen_window_enqueue_buffer_with_damage
 - So there is no blocking to other EGL calls
 - In additionally, it can cause some broken situation in multi-threaded egl api call,
 - because of display's Mutex protection is not working during unlocked time.

Change-Id: Ib683a8478b5ba1a8f855f675d70407e5b34bd26c
src/egl/drivers/dri2/platform_tizen.c