Move PM_DEFAULT_BRIGHTNESS into display_conf 60/228160/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 19 Mar 2020 08:43:26 +0000 (17:43 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 19 Mar 2020 08:43:26 +0000 (17:43 +0900)
commit51c78c0946b06f62d57f8c5a013012679f070338
treebbd934068ba607d777882af087d9e491cbdb2bba
parentefafd843e908816782119e1adde4ecc93f463abc
Move PM_DEFAULT_BRIGHTNESS into display_conf

All profiles have used PM_DEFAULT_BRIGHTNESS as a same value of 80,
but now the wearable profile is changed to use 70. So move this
information into each profile's display_conf and delete the macro.
And fixed related code.

Change-Id: I4207bb88173aee3f6769c8c64ec616799f1c1b48
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
13 files changed:
plugins/iot/display/core.c
plugins/iot/display/device-interface.c
plugins/mobile/display/core.c
plugins/mobile/display/device-interface.c
plugins/tv/display/core.c
plugins/tv/display/device-interface.c
plugins/wearable/display/core.c
plugins/wearable/display/device-interface.c
plugins/wearable/display/hbm.c
src/display/auto-brightness.c
src/display/core.h
src/display/device-interface.h
src/display/display-dbus.c