display: Add resource attribute representing max brightness 87/296887/4
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 4 Aug 2023 05:23:53 +0000 (14:23 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 9 Aug 2023 09:18:47 +0000 (18:18 +0900)
commit179dce05bc7faecfc68248e97c208ceabd35142a
treec11d93fcf9d64f167a2f9460992806f49aff56b6
parent17d61679bc8ab0e941339334c8c940e96f332e5d
display: Add resource attribute representing max brightness

New attribute:
 - id: DEVICED_DISPLAY_ATTR_INT_GET_MAX_BRIGHTNESS
 - type: SYSCOMMON_RESMAN_DATA_TYPE_INT
 - setter: O
 - getter: X

 The previous operations, display_backlight_get_max_brightness(),
has been replaced with operation that accessing the attribute
DEVICED_DISPLAY_ATTR_INT_BRIGHTNESS via resource-manager API.

Change-Id: I6966cbdf4a75795c9f566611424095a04c133bbc
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
plugins/wearable/display/device-interface.c
src/display/resource-display.c