mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
soc: rockchip: rockchip_system_monitor: Add support set video svep status
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I539b0779afc8535f7015cc5f7965b459778a1b5c
This commit is contained in:
@@ -362,6 +362,14 @@ void rockchip_update_system_status(const char *buf)
|
||||
/* clear performance flag */
|
||||
rockchip_clear_system_status(SYS_STATUS_PERFORMANCE);
|
||||
break;
|
||||
case 'S':
|
||||
/* set video svep flag */
|
||||
rockchip_set_system_status(SYS_STATUS_VIDEO_SVEP);
|
||||
break;
|
||||
case 's':
|
||||
/* clear video svep flag */
|
||||
rockchip_clear_system_status(SYS_STATUS_VIDEO_SVEP);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user