summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-13usbhost: add configuration for display change statesubmit/tizen_6.0_hotfix/20210913.101905accepted/tizen/6.0/unified/hotfix/20210915.000634tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixYoungjae Cho8-2/+30
2021-02-22Apply screen timeout for iotsubmit/tizen_6.0_hotfix/20210222.010758submit/tizen_6.0/20210531.203729accepted/tizen/6.0/unified/hotfix/20210222.053100Youngjae Cho1-2/+2
2020-09-16Remove unused function ciritical_logtizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114804submit/tizen_6.0_hotfix/20201102.192504submit/tizen_6.0/20201029.205104submit/tizen/20200921.022732submit/tizen/20200918.070747accepted/tizen/unified/20200922.090819accepted/tizen/6.0/unified/hotfix/20201103.004154accepted/tizen/6.0/unified/20201030.115431lokilee734-17/+0
2020-09-15Deduplicate below functionslokilee736-192/+51
2020-09-14Replace function name to get variable pointerYunmi Ha47-240/+216
2020-09-14Fix battery link error when battery module is offYunmi Ha6-25/+86
2020-09-14The battery plugin is not built, when battery module is off.Yunmi Ha2-2/+12
2020-09-10Change function namesubmit/tizen/20200911.012117accepted/tizen/unified/20200914.131459lokilee7330-62/+62
2020-09-10Update warning_id when registering lockcheck timerYoungjae Cho1-1/+1
2020-09-09Get battery status from battery plugin.submit/tizen/20200910.050828accepted/tizen/unified/20200911.043138Yunmi Ha8-18/+35
2020-09-08Deduplicate display_load_configlokilee736-304/+77
2020-09-07Support multi HDMI + Svace fixsubmit/tizen/20200908.010406submit/tizen/20200907.113616accepted/tizen/unified/20200908.060816lokilee739-29/+86
2020-09-03Fix dlsym() caller for get_display_confsubmit/tizen/20200903.015250accepted/tizen/unified/20200903.151740Yunmi Ha1-3/+8
2020-09-01Enhance display/power lock managemenentsubmit/tizen/20200902.021453accepted/tizen/unified/20200902.145534Youngjae Cho4-34/+279
2020-09-01Return errno for failing fopen in config_parseYoungjae Cho1-1/+1
2020-08-27Dosen't lock becasue it could prevent Suspend-to-RAMlokilee731-7/+3
2020-08-26Deduplicate Power Manager history functionslokilee736-296/+82
2020-08-24Add internal CAPIs to auto testsubmit/tizen/20200825.014022submit/tizen/20200824.103034accepted/tizen/unified/20200825.142852lokilee7310-73/+484
2020-08-20Fix display not to go into AOD when poweroffYoungjae Cho1-3/+1
2020-08-18Change display_conf to staticsubmit/tizen/20200818.110444accepted/tizen/unified/20200819.100448Yunmi Ha19-65/+172
2020-08-18Change states global variable to staticYunmi Ha10-36/+57
2020-08-18Change battery global variable to staticYunmi Ha10-60/+93
2020-08-18Fix build warningsHyotaek Shim2-0/+2
2020-08-14Add initialize constructor for backlight init.submit/tizen/20200814.095001accepted/tizen/unified/20200817.134623Yunmi Ha2-9/+6
2020-08-14Change backlight_ops staticYoungjae Cho25-360/+494
2020-08-13Add initialize constructor for variable init.Yunmi Ha34-245/+251
2020-08-12Move variable initialization code to probe functionYunmi Ha11-48/+95
2020-08-12Fix battery_plgn memory corruptionYunmi Ha1-1/+1
2020-08-12Fix initializtion for extcon_usbhostHyotaek Shim1-1/+13
2020-08-11Guarantee to restore brightness to default on LCDONYoungjae Cho2-30/+41
2020-08-11Change power related global variables and functions to staticlokilee7316-913/+366
2020-08-10Change display_plgn, battery_plgn staticYoungjae Cho39-265/+550
2020-08-10Add doze_pmqos_request for cpu throttlingsubmit/tizen/20200810.073747accepted/tizen/unified/20200810.123002lokilee732-1/+22
2020-08-05Remove unnecessary dependenciesYunmi Ha11-11/+0
2020-08-04Wait for 4 sec. before poweroff_prepare() and set LCD_OFF in disable_display()Hyotaek Shim8-79/+34
2020-08-04Revert "Change abnormal health popup lcddim lock to 60s"Hyotaek Shim1-1/+1
2020-07-28Add DPMS checklist for dependable DPMS controlYoungjae Cho3-0/+65
2020-07-24Apply new power management feature, Doze modesubmit/tizen/20200724.060056Youngjae Cho7-9/+237
2020-07-23Change abnormal health popup lcddim lock to 60sYoungjae Cho1-1/+1
2020-07-21Do not control sw bezel on changing display statesubmit/tizen/20200721.112435accepted/tizen/unified/20200723.161309Youngjae Cho1-8/+5
2020-07-15Devide pm_status_flag into set and clear functionslokilee7320-138/+146
2020-07-15Add missing NULL check of calling HALYoungjae Cho3-3/+3
2020-07-15Add null checking code before calling a bezel HALYoungjae Cho1-1/+18
2020-07-13Move pm_old_state to display.c to remove global variablelokilee739-91/+93
2020-07-09Move pm_cur_state to display.c to remove global variablelokilee7323-452/+468
2020-07-08Change global variable to static onelokilee7317-37/+29
2020-07-08Fix coverity issueYoungjae Cho1-3/+5
2020-07-07Fix coverity issueYoungjae Cho2-3/+5
2020-07-07Add vibration intensity control logic for bezelYoungjae Cho1-0/+39
2020-07-06Add brightness interactionsubmit/tizen/20200706.095902accepted/tizen/unified/20200707.140919Youngjae Cho11-264/+448