projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4f5cc
)
Revert "drm/nv50-/gpio: initialise to vbios defaults during init"
author
Dave Airlie
<
[email protected]
>
Thu, 20 Sep 2012 11:00:15 +0000
(21:00 +1000)
committer
Dave Airlie
<
[email protected]
>
Thu, 20 Sep 2012 11:00:15 +0000
(21:00 +1000)
This reverts commit
991083ba60f89e717e3a4175be96d48a810e9eae
.
We discovered this causes problem on some Dell eDP laptops, so Apple
lose out for now, I might try and whip up a dmi based workaround for 3.6
but I'm not sure I'll get time.
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/nouveau/nv50_gpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nv50_gpio.c
b/drivers/gpu/drm/nouveau/nv50_gpio.c
index f03490534893e4772a75b4b4731b69be6286f744..f429e6a8ca7aeba09b3f8ef852376ea8d360c4ee 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nv50_gpio.c
+++ b/
drivers/gpu/drm/nouveau/nv50_gpio.c
@@
-115,9
+115,6
@@
nv50_gpio_init(struct drm_device *dev)
{
struct drm_nouveau_private *dev_priv = dev->dev_private;
- /* initialise gpios and routing to vbios defaults */
- nouveau_gpio_reset(dev);
-
/* disable, and ack any pending gpio interrupts */
nv_wr32(dev, 0xe050, 0x00000000);
nv_wr32(dev, 0xe054, 0xffffffff);