Remove useless & unsafe unlock/lock code 99/303699/3 accepted/tizen_unified_riscv accepted/tizen/unified/20240105.165031 accepted/tizen/unified/20240226.134013 accepted/tizen/unified/riscv/20240108.035927 accepted/tizen/unified/x/20240226.135043
authorjinbong, Lee <jinbong.lee@samsung.com>
Wed, 3 Jan 2024 11:34:09 +0000 (11:34 +0000)
committerJinbong Lee <jinbong.lee@samsung.com>
Wed, 3 Jan 2024 11:51:47 +0000 (11:51 +0000)
commitdbd7aa888711a44f23fc6f638c5fef7b01f2ed17
tree1c59171448bc45303a796305b296a36dcb7447fe
parent28eb214bf13d1cb157239df5dd45808358ab577e
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