Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83257
b: refs/heads/master
c: 1fa4db7
h: refs/heads/master
i:
  83255: a9f4d19
v: v3
  • Loading branch information
Andrew Morton authored and Dave Airlie committed Feb 5, 2008
1 parent 32d177f commit b603328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2162e6a2b0cd5acbb9bd8a3c94e1c1269b078295
refs/heads/master: 1fa4db7d308da04f6644c5cb8eed244c200d4ed5
3 changes: 2 additions & 1 deletion trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,8 @@ static void intel_i965_g33_setup_chipset_flush(void)

intel_alloc_chipset_flush_resource();

pci_write_config_dword(agp_bridge->dev, I965_IFPADDR + 4, (intel_private.ifp_resource.start >> 32));
pci_write_config_dword(agp_bridge->dev, I965_IFPADDR + 4,
upper_32_bits(intel_private.ifp_resource.start));
pci_write_config_dword(agp_bridge->dev, I965_IFPADDR, (intel_private.ifp_resource.start & 0xffffffff) | 0x1);
} else {
u64 l64;
Expand Down

0 comments on commit b603328

Please sign in to comment.