]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/gpio.h
drm/nouveau/gpio: check function 76 in the power check as well
[linux.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / bios / gpio.h
index 7c4f00366e7140f10f003f92bb6e5998fa14e84e..3f785f29dfac2f012aac17866265ed2a1ce137cf 100644 (file)
@@ -3,10 +3,13 @@
 #define __NVBIOS_GPIO_H__
 enum dcb_gpio_func_name {
        DCB_GPIO_PANEL_POWER = 0x01,
+       DCB_GPIO_FAN = 0x09,
        DCB_GPIO_TVDAC0 = 0x0c,
+       DCB_GPIO_THERM_EXT_POWER_EVENT = 0x10,
        DCB_GPIO_TVDAC1 = 0x2d,
-       DCB_GPIO_FAN = 0x09,
        DCB_GPIO_FAN_SENSE = 0x3d,
+       DCB_GPIO_POWER_ALERT = 0x4c,
+       DCB_GPIO_EXT_POWER_LOW = 0x79,
        DCB_GPIO_LOGO_LED_PWM = 0x84,
        DCB_GPIO_UNUSED = 0xff,
        DCB_GPIO_VID0 = 0x04,