Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334383
b: refs/heads/master
c: 9169d3a
h: refs/heads/master
i:
  334381: f985bfb
  334379: c86d88d
  334375: b50b677
  334367: 43896ef
v: v3
  • Loading branch information
Daniel Vetter committed Oct 12, 2012
1 parent 3e47cbf commit da0cab4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1cf8378906b2d5a6449147914fe04c56d6f4fd87
refs/heads/master: 9169d3a88072b20f42e68a946e916bd7dfbc7f2c
2 changes: 1 addition & 1 deletion trunk/drivers/char/agp/intel-gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static int intel_gtt_init(void)
gtt_map_size = intel_private.base.gtt_total_entries * 4;

intel_private.gtt = NULL;
if (INTEL_GTT_GEN < 6)
if (INTEL_GTT_GEN < 6 && INTEL_GTT_GEN > 2)
intel_private.gtt = ioremap_wc(intel_private.gtt_bus_addr,
gtt_map_size);
if (intel_private.gtt == NULL)
Expand Down

0 comments on commit da0cab4

Please sign in to comment.