Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231628
b: refs/heads/master
c: 1380da4
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Jan 17, 2011
1 parent 11d5824 commit c427ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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: c693931d93facab671bafdcebf515520663c22fc
refs/heads/master: 1380da4979728bdd6af0086a8c8e186da14ae673
14 changes: 2 additions & 12 deletions trunk/drivers/gpu/drm/nouveau/nv40_mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,17 @@
int
nv40_mc_init(struct drm_device *dev)
{
struct drm_nouveau_private *dev_priv = dev->dev_private;
uint32_t tmp;

/* Power up everything, resetting each individual unit will
* be done later if needed.
*/
nv_wr32(dev, NV03_PMC_ENABLE, 0xFFFFFFFF);

switch (dev_priv->chipset) {
case 0x44:
case 0x46: /* G72 */
case 0x4e:
case 0x4c: /* C51_G7X */
tmp = nv_rd32(dev, NV04_PFB_FIFO_DATA);
if (nv44_graph_class(dev)) {
u32 tmp = nv_rd32(dev, NV04_PFB_FIFO_DATA);
nv_wr32(dev, NV40_PMC_1700, tmp);
nv_wr32(dev, NV40_PMC_1704, 0);
nv_wr32(dev, NV40_PMC_1708, 0);
nv_wr32(dev, NV40_PMC_170C, tmp);
break;
default:
break;
}

return 0;
Expand Down

0 comments on commit c427ebc

Please sign in to comment.