Displaying 1 result from an estimated 1 matches for "3a6482e".
Did you mean:
1a6d82e
2012 Sep 13
1
[PATCH] drm/nouveau: POST the card before GPIO initialization
...PS: Yes, I know my English is awkward - sorry about it.
---
drivers/gpu/drm/nouveau/core/include/core/device.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/core/include/core/device.h b/drivers/gpu/drm/nouveau/core/include/core/device.h
index 588deb9..3a6482e 100644
--- a/drivers/gpu/drm/nouveau/core/include/core/device.h
+++ b/drivers/gpu/drm/nouveau/core/include/core/device.h
@@ -8,11 +8,11 @@
enum nv_subdev_type {
NVDEV_SUBDEV_DEVICE,
NVDEV_SUBDEV_VBIOS,
- NVDEV_SUBDEV_GPIO,
NVDEV_SUBDEV_I2C,
NVDEV_SUBDEV_CLOCK,
NVDEV_SUBDEV_MXM,
NVDEV_S...