display: Relocate lcd_uevent_changed() 87/294887/3
authorYunhee Seo <yuni.seo@samsung.com>
Wed, 28 Jun 2023 05:37:42 +0000 (14:37 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Thu, 29 Jun 2023 04:56:37 +0000 (13:56 +0900)
commite89600ea23743c93202d47e4ef9824d86ba9090d
treeb30649c718e9b2b305d31c552648b0d9700489d1
parentf359050bfbfbf751e56464ae031cbb21285f248d
display: Relocate lcd_uevent_changed()

lcd_uevent_ops is registered from all display plugin initialization.
It controls touchscreen_ops stop/start through uevent.
All the plugins have same lcd_uevent_changed() logic.
Thus it is relocated to display core.

Change-Id: Ie42b11f6f20e77463ea81dcf72aee662d368c5d5
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/iot-headed/display/core.c
plugins/mobile/display/core.c
plugins/tv/display/core.c
plugins/wearable/display/core.c
src/display/display.c