Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98271
b: refs/heads/master
c: 598d144
h: refs/heads/master
i:
  98269: 765e2e9
  98267: 8d73c28
  98263: f9f0cfa
  98255: 6570723
  98239: 336b5fc
v: v3
  • Loading branch information
Zhenyu Wang authored and Dave Airlie committed Jun 19, 2008
1 parent 47aa6b4 commit 0ed0b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9516b030b484fc99cf24213caf88df01f99248dd
refs/heads/master: 598d14482380312939a3e3a4ae0657eb6b50a532
4 changes: 2 additions & 2 deletions trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,13 +567,13 @@ static void intel_i830_init_gtt_entries(void)
gtt_entries = 0;
break;
case G33_GMCH_GMS_STOLEN_128M:
if (IS_G33)
if (IS_G33 || IS_I965)
gtt_entries = MB(128) - KB(size);
else
gtt_entries = 0;
break;
case G33_GMCH_GMS_STOLEN_256M:
if (IS_G33)
if (IS_G33 || IS_I965)
gtt_entries = MB(256) - KB(size);
else
gtt_entries = 0;
Expand Down

0 comments on commit 0ed0b2f

Please sign in to comment.