Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200725
b: refs/heads/master
c: 8b5d8de
h: refs/heads/master
i:
  200723: f6508f9
v: v3
  • Loading branch information
Dave Airlie committed Jul 1, 2010
1 parent 534d8f5 commit 1a7e223
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f96b35cd6f499d1219e5c1aac95f818b3e566e67
refs/heads/master: 8b5d8dec7c85b6f1a4ae9c57500f1378d79556bc
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ static bool igp_read_bios_from_vram(struct radeon_device *rdev)
resource_size_t vram_base;
resource_size_t size = 256 * 1024; /* ??? */

if (!(rdev->flags & RADEON_IS_IGP))
if (!radeon_card_posted(rdev))
return false;

rdev->bios = NULL;
vram_base = drm_get_resource_start(rdev->ddev, 0);
bios = ioremap(vram_base, size);
Expand Down

0 comments on commit 1a7e223

Please sign in to comment.