Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132177
b: refs/heads/master
c: 9c1e8a4
h: refs/heads/master
i:
  132175: 8c148ba
v: v3
  • Loading branch information
Lubomir Rintel authored and Linus Torvalds committed Mar 10, 2009
1 parent 5b63908 commit 5fb89f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 229cc58ba2b5a83b0b55764c6cb98695c106238a
refs/heads/master: 9c1e8a4ebcc04226cb6f3a1bf1d72f4cafd6b089
8 changes: 5 additions & 3 deletions trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,13 +633,15 @@ static void intel_i830_init_gtt_entries(void)
break;
}
}
if (gtt_entries > 0)
if (gtt_entries > 0) {
dev_info(&agp_bridge->dev->dev, "detected %dK %s memory\n",
gtt_entries / KB(1), local ? "local" : "stolen");
else
gtt_entries /= KB(4);
} else {
dev_info(&agp_bridge->dev->dev,
"no pre-allocated video memory detected\n");
gtt_entries /= KB(4);
gtt_entries = 0;
}

intel_private.gtt_entries = gtt_entries;
}
Expand Down

0 comments on commit 5fb89f8

Please sign in to comment.