1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PLATFORM_DATA_X86_ASUS_WMI_H
3 #define __PLATFORM_DATA_X86_ASUS_WMI_H
4
5 #include <linux/errno.h>
6 #include <linux/types.h>
7
8 #define ASUS_WMI_MGMT_GUID "97845ED0-4E6D-11DE-8A39-0800200C9A66"
9 #define ASUS_ACPI_UID_ASUSWMI "ASUSWMI"
10
11 /* WMI Methods */
12 #define ASUS_WMI_METHODID_SPEC 0x43455053 /* BIOS SPECification */
13 #define ASUS_WMI_METHODID_SFBD 0x44424653 /* Set First Boot Device */
14 #define ASUS_WMI_METHODID_GLCD 0x44434C47 /* Get LCD status */
15 #define ASUS_WMI_METHODID_GPID 0x44495047 /* Get Panel ID?? (Resol) */
16 #define ASUS_WMI_METHODID_QMOD 0x444F4D51 /* Quiet MODe */
17 #define ASUS_WMI_METHODID_SPLV 0x4C425053 /* Set Panel Light Value */
18 #define ASUS_WMI_METHODID_AGFN 0x4E464741 /* Atk Generic FuNction */
19 #define ASUS_WMI_METHODID_SFUN 0x4E554653 /* FUNCtionalities */
20 #define ASUS_WMI_METHODID_SDSP 0x50534453 /* Set DiSPlay output */
21 #define ASUS_WMI_METHODID_GDSP 0x50534447 /* Get DiSPlay output */
22 #define ASUS_WMI_METHODID_DEVP 0x50564544 /* DEVice Policy */
23 #define ASUS_WMI_METHODID_OSVR 0x5256534F /* OS VeRsion */
24 #define ASUS_WMI_METHODID_DCTS 0x53544344 /* Device status (DCTS) */
25 #define ASUS_WMI_METHODID_DSTS 0x53545344 /* Device status (DSTS) */
26 #define ASUS_WMI_METHODID_BSTS 0x53545342 /* Bios STatuS ? */
27 #define ASUS_WMI_METHODID_DEVS 0x53564544 /* DEVice Set */
28 #define ASUS_WMI_METHODID_CFVS 0x53564643 /* CPU Frequency Volt Set */
29 #define ASUS_WMI_METHODID_KBFT 0x5446424B /* KeyBoard FilTer */
30 #define ASUS_WMI_METHODID_INIT 0x54494E49 /* INITialize */
31 #define ASUS_WMI_METHODID_HKEY 0x59454B48 /* Hot KEY ?? */
32 #define ASUS_WMI_METHODID_NOTIF 0x00100021 /* Notify method */
33
34 #define ASUS_WMI_UNSUPPORTED_METHOD 0xFFFFFFFE
35
36 /* Wireless */
37 #define ASUS_WMI_DEVID_HW_SWITCH 0x00010001
38 #define ASUS_WMI_DEVID_WIRELESS_LED 0x00010002
39 #define ASUS_WMI_DEVID_CWAP 0x00010003
40 #define ASUS_WMI_DEVID_WLAN 0x00010011
41 #define ASUS_WMI_DEVID_WLAN_LED 0x00010012
42 #define ASUS_WMI_DEVID_BLUETOOTH 0x00010013
43 #define ASUS_WMI_DEVID_GPS 0x00010015
44 #define ASUS_WMI_DEVID_WIMAX 0x00010017
45 #define ASUS_WMI_DEVID_WWAN3G 0x00010019
46 #define ASUS_WMI_DEVID_UWB 0x00010021
47
48 /* Leds */
49 /* 0x000200XX and 0x000400XX */
50 #define ASUS_WMI_DEVID_LED1 0x00020011
51 #define ASUS_WMI_DEVID_LED2 0x00020012
52 #define ASUS_WMI_DEVID_LED3 0x00020013
53 #define ASUS_WMI_DEVID_LED4 0x00020014
54 #define ASUS_WMI_DEVID_LED5 0x00020015
55 #define ASUS_WMI_DEVID_LED6 0x00020016
56 #define ASUS_WMI_DEVID_MICMUTE_LED 0x00040017
57
58 /* Disable Camera LED */
59 #define ASUS_WMI_DEVID_CAMERA_LED_NEG 0x00060078 /* 0 = on (unused) */
60 #define ASUS_WMI_DEVID_CAMERA_LED 0x00060079 /* 1 = on */
61
62 /* Backlight and Brightness */
63 #define ASUS_WMI_DEVID_ALS_ENABLE 0x00050001 /* Ambient Light Sensor */
64 #define ASUS_WMI_DEVID_BACKLIGHT 0x00050011
65 #define ASUS_WMI_DEVID_BRIGHTNESS 0x00050012
66 #define ASUS_WMI_DEVID_KBD_BACKLIGHT 0x00050021
67 #define ASUS_WMI_DEVID_LIGHT_SENSOR 0x00050022 /* ?? */
68 #define ASUS_WMI_DEVID_LIGHTBAR 0x00050025
69 #define ASUS_WMI_DEVID_OOBE 0x0005002F
70 /* This can only be used to disable the screen, not re-enable */
71 #define ASUS_WMI_DEVID_SCREENPAD_POWER 0x00050031
72 /* Writing a brightness re-enables the screen if disabled */
73 #define ASUS_WMI_DEVID_SCREENPAD_LIGHT 0x00050032
74 #define ASUS_WMI_DEVID_FAN_BOOST_MODE 0x00110018
75 #define ASUS_WMI_DEVID_THROTTLE_THERMAL_POLICY 0x00120075
76 #define ASUS_WMI_DEVID_THROTTLE_THERMAL_POLICY_VIVO 0x00110019
77
78 /* Misc */
79 #define ASUS_WMI_DEVID_PANEL_HD 0x0005001C
80 #define ASUS_WMI_DEVID_PANEL_OD 0x00050019
81 #define ASUS_WMI_DEVID_CAMERA 0x00060013
82 #define ASUS_WMI_DEVID_LID_FLIP 0x00060062
83 #define ASUS_WMI_DEVID_LID_FLIP_ROG 0x00060077
84 #define ASUS_WMI_DEVID_MINI_LED_MODE 0x0005001E
85 #define ASUS_WMI_DEVID_MINI_LED_MODE2 0x0005002E
86 #define ASUS_WMI_DEVID_SCREEN_AUTO_BRIGHTNESS 0x0005002A
87
88 /* Storage */
89 #define ASUS_WMI_DEVID_CARDREADER 0x00080013
90
91 /* Input */
92 #define ASUS_WMI_DEVID_TOUCHPAD 0x00100011
93 #define ASUS_WMI_DEVID_TOUCHPAD_LED 0x00100012
94 #define ASUS_WMI_DEVID_FNLOCK 0x00100023
95
96 /* Fan, Thermal */
97 #define ASUS_WMI_DEVID_THERMAL_CTRL 0x00110011
98 #define ASUS_WMI_DEVID_FAN_CTRL 0x00110012 /* deprecated */
99 #define ASUS_WMI_DEVID_CPU_FAN_CTRL 0x00110013
100 #define ASUS_WMI_DEVID_GPU_FAN_CTRL 0x00110014
101 #define ASUS_WMI_DEVID_MID_FAN_CTRL 0x00110031
102 #define ASUS_WMI_DEVID_CPU_FAN_CURVE 0x00110024
103 #define ASUS_WMI_DEVID_GPU_FAN_CURVE 0x00110025
104 #define ASUS_WMI_DEVID_MID_FAN_CURVE 0x00110032
105
106 /* Tunables for AUS ROG laptops */
107 #define ASUS_WMI_DEVID_PPT_PL2_SPPT 0x001200A0
108 #define ASUS_WMI_DEVID_PPT_PL1_SPL 0x001200A3
109 #define ASUS_WMI_DEVID_PPT_APU_SPPT 0x001200B0
110 #define ASUS_WMI_DEVID_PPT_PLAT_SPPT 0x001200B1
111 #define ASUS_WMI_DEVID_PPT_PL3_FPPT 0x001200C1
112 #define ASUS_WMI_DEVID_NV_DYN_BOOST 0x001200C0
113 #define ASUS_WMI_DEVID_NV_THERM_TARGET 0x001200C2
114
115 /* Power */
116 #define ASUS_WMI_DEVID_PROCESSOR_STATE 0x00120012
117
118 /* Deep S3 / Resume on LID open */
119 #define ASUS_WMI_DEVID_LID_RESUME 0x00120031
120
121 /* Maximum charging percentage */
122 #define ASUS_WMI_DEVID_RSOC 0x00120057
123
124 /* Keyboard dock */
125 #define ASUS_WMI_DEVID_KBD_DOCK 0x00120063
126
127 /* Charging mode - 1=Barrel, 2=USB */
128 #define ASUS_WMI_DEVID_CHARGE_MODE 0x0012006C
129
130 /* MCU powersave mode */
131 #define ASUS_WMI_DEVID_MCU_POWERSAVE 0x001200E2
132
133 /* epu is connected? 1 == true */
134 #define ASUS_WMI_DEVID_EGPU_CONNECTED 0x00090018
135 /* egpu on/off */
136 #define ASUS_WMI_DEVID_EGPU 0x00090019
137
138 /* dgpu on/off */
139 #define ASUS_WMI_DEVID_DGPU 0x00090020
140
141 #define ASUS_WMI_DEVID_APU_MEM 0x000600C1
142
143 #define ASUS_WMI_DEVID_DGPU_BASE_TGP 0x00120099
144 #define ASUS_WMI_DEVID_DGPU_SET_TGP 0x00120098
145
146 /* gpu mux switch, 0 = dGPU, 1 = Optimus */
147 #define ASUS_WMI_DEVID_GPU_MUX 0x00090016
148 #define ASUS_WMI_DEVID_GPU_MUX_VIVO 0x00090026
149
150 /* Keystone dongle insert/remove state.
151 * PRESENCE_BIT (0x00010000) encodes insert state:
152 * 0x00010000 = inserted, 0x00000000 = absent. STATUS_BIT is never set.
153 * 0xFFFFFFFE means no keystone slot on this machine.
154 */
155 #define ASUS_WMI_DEVID_KEYSTONE 0x00120091
156
157 /* TUF laptop RGB modes/colours */
158 #define ASUS_WMI_DEVID_TUF_RGB_MODE 0x00100056
159 #define ASUS_WMI_DEVID_TUF_RGB_MODE2 0x0010005A
160
161 /* TUF laptop RGB power/state */
162 #define ASUS_WMI_DEVID_TUF_RGB_STATE 0x00100057
163
164 /* Bootup sound control */
165 #define ASUS_WMI_DEVID_BOOT_SOUND 0x00130022
166
167 /* DSTS masks */
168 #define ASUS_WMI_DSTS_STATUS_BIT 0x00000001
169 #define ASUS_WMI_DSTS_UNKNOWN_BIT 0x00000002
170 #define ASUS_WMI_DSTS_PRESENCE_BIT 0x00010000
171 #define ASUS_WMI_DSTS_USER_BIT 0x00020000
172 #define ASUS_WMI_DSTS_BIOS_BIT 0x00040000
173 #define ASUS_WMI_DSTS_BRIGHTNESS_MASK 0x000000FF
174 #define ASUS_WMI_DSTS_MAX_BRIGTH_MASK 0x0000FF00
175 #define ASUS_WMI_DSTS_LIGHTBAR_MASK 0x0000000F
176
177 enum asus_ally_mcu_hack {
178 ASUS_WMI_ALLY_MCU_HACK_INIT,
179 ASUS_WMI_ALLY_MCU_HACK_ENABLED,
180 ASUS_WMI_ALLY_MCU_HACK_DISABLED,
181 };
182
183 /* Used to notify hid-asus when asus-wmi changes keyboard backlight */
184 struct asus_hid_listener {
185 struct list_head list;
186 void (*brightness_set)(struct asus_hid_listener *listener, int brightness);
187 };
188
189 enum asus_hid_event {
190 ASUS_EV_BRTUP,
191 ASUS_EV_BRTDOWN,
192 ASUS_EV_BRTTOGGLE,
193 };
194
195 #define ASUS_EV_MAX_BRIGHTNESS 3
196
197 #if IS_REACHABLE(CONFIG_ASUS_WMI)
198 void set_ally_mcu_hack(enum asus_ally_mcu_hack status);
199 void set_ally_mcu_powersave(bool enabled);
200 int asus_wmi_get_devstate_dsts(u32 dev_id, u32 *retval);
201 int asus_wmi_set_devstate(u32 dev_id, u32 ctrl_param, u32 *retval);
202 int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, u32 *retval);
203 int asus_hid_register_listener(struct asus_hid_listener *cdev);
204 void asus_hid_unregister_listener(struct asus_hid_listener *cdev);
205 int asus_hid_event(enum asus_hid_event event);
206 bool asus_wmi_custom_fan_curve_is_enabled(void);
207 #else
set_ally_mcu_hack(enum asus_ally_mcu_hack status)208 static inline void set_ally_mcu_hack(enum asus_ally_mcu_hack status)
209 {
210 }
set_ally_mcu_powersave(bool enabled)211 static inline void set_ally_mcu_powersave(bool enabled)
212 {
213 }
asus_wmi_set_devstate(u32 dev_id,u32 ctrl_param,u32 * retval)214 static inline int asus_wmi_set_devstate(u32 dev_id, u32 ctrl_param, u32 *retval)
215 {
216 return -ENODEV;
217 }
asus_wmi_get_devstate_dsts(u32 dev_id,u32 * retval)218 static inline int asus_wmi_get_devstate_dsts(u32 dev_id, u32 *retval)
219 {
220 return -ENODEV;
221 }
asus_wmi_evaluate_method(u32 method_id,u32 arg0,u32 arg1,u32 * retval)222 static inline int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1,
223 u32 *retval)
224 {
225 return -ENODEV;
226 }
asus_hid_register_listener(struct asus_hid_listener * bdev)227 static inline int asus_hid_register_listener(struct asus_hid_listener *bdev)
228 {
229 return -ENODEV;
230 }
asus_hid_unregister_listener(struct asus_hid_listener * bdev)231 static inline void asus_hid_unregister_listener(struct asus_hid_listener *bdev)
232 {
233 }
asus_hid_event(enum asus_hid_event event)234 static inline int asus_hid_event(enum asus_hid_event event)
235 {
236 return -ENODEV;
237 }
asus_wmi_custom_fan_curve_is_enabled(void)238 static inline bool asus_wmi_custom_fan_curve_is_enabled(void)
239 {
240 return false;
241 }
242 #endif
243
244 #endif /* __PLATFORM_DATA_X86_ASUS_WMI_H */
245