Commit e79ef1c0 authored by Mark Menzynski's avatar Mark Menzynski Committed by Ben Skeggs

drm/nouveau/bios/gpio: sort gpios by values

One gpio was in wrong place, moved it for better readability.
Signed-off-by: default avatarMark Menzynski <mmenzyns@redhat.com>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 69cbbb7b
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
#define __NVBIOS_GPIO_H__ #define __NVBIOS_GPIO_H__
enum dcb_gpio_func_name { enum dcb_gpio_func_name {
DCB_GPIO_PANEL_POWER = 0x01, DCB_GPIO_PANEL_POWER = 0x01,
DCB_GPIO_FAN = 0x09,
DCB_GPIO_TVDAC0 = 0x0c, DCB_GPIO_TVDAC0 = 0x0c,
DCB_GPIO_TVDAC1 = 0x2d, DCB_GPIO_TVDAC1 = 0x2d,
DCB_GPIO_FAN = 0x09,
DCB_GPIO_FAN_SENSE = 0x3d, DCB_GPIO_FAN_SENSE = 0x3d,
DCB_GPIO_LOGO_LED_PWM = 0x84, DCB_GPIO_LOGO_LED_PWM = 0x84,
DCB_GPIO_UNUSED = 0xff, DCB_GPIO_UNUSED = 0xff,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment