Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154333
b: refs/heads/master
c: b99e228
h: refs/heads/master
i:
  154331: 1efb955
v: v3
  • Loading branch information
Keith Packard committed Jun 18, 2009
1 parent 8a809e3 commit 1ef30b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98acd46f356e560c371c0e416d92e8e56be31804
refs/heads/master: b99e228d354cc1e7f19fb8b5f1297d493e309186
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_gem_tiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,13 @@ intel_alloc_mchbar_resource(struct drm_device *dev)
mchbar_addr = ((u64)temp_hi << 32) | temp_lo;

/* If ACPI doesn't have it, assume we need to allocate it ourselves */
#ifdef CONFIG_PNP
if (mchbar_addr &&
pnp_range_reserved(mchbar_addr, mchbar_addr + MCHBAR_SIZE)) {
ret = 0;
goto out_put;
}
#endif

/* Get some space for it */
ret = pci_bus_alloc_resource(bridge_dev->bus, &dev_priv->mch_res,
Expand Down

0 comments on commit 1ef30b6

Please sign in to comment.