Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358321
b: refs/heads/master
c: eff76ed
h: refs/heads/master
i:
  358319: d00a013
v: v3
  • Loading branch information
Ben Skeggs committed Feb 20, 2013
1 parent 46d724d commit 2cc902c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ea253adf0307dfd9eed3f744a1501dafcfa4de8
refs/heads/master: eff76ed7881842ffcd2d77cf217eabcb1134b38b
9 changes: 0 additions & 9 deletions trunk/drivers/gpu/drm/nouveau/nv50_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,9 +1509,6 @@ nv50_dac_disconnect(struct drm_encoder *encoder)
evo_mthd(push, 0x0180 + (or * 0x020), 1);
evo_data(push, 0x00000000);
}

evo_mthd(push, 0x0080, 1);
evo_data(push, 0x00000000);
evo_kick(push, mast);
}
}
Expand Down Expand Up @@ -1725,9 +1722,6 @@ nv50_sor_disconnect(struct drm_encoder *encoder)
evo_mthd(push, 0x0200 + (or * 0x20), 1);
evo_data(push, 0x00000000);
}

evo_mthd(push, 0x0080, 1);
evo_data(push, 0x00000000);
evo_kick(push, mast);
}

Expand Down Expand Up @@ -2029,9 +2023,6 @@ nv50_pior_disconnect(struct drm_encoder *encoder)
evo_mthd(push, 0x0700 + (or * 0x040), 1);
evo_data(push, 0x00000000);
}

evo_mthd(push, 0x0080, 1);
evo_data(push, 0x00000000);
evo_kick(push, mast);
}
}
Expand Down

0 comments on commit 2cc902c

Please sign in to comment.