Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185576
b: refs/heads/master
c: e343989
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Feb 11, 2010
1 parent 6d6814c commit 94a7c75
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 03047cdf724d8de9fbfd38b53d768c190225290f
refs/heads/master: e34398952e056bbd99f9099fae77be26e5c6aa78
6 changes: 6 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@ bool radeon_get_bios(struct radeon_device *rdev)
goto free_bios;
}

tmp = RBIOS16(0x18);
if (RBIOS8(tmp + 0x14) != 0x0) {
DRM_INFO("Not an x86 BIOS ROM, not using.\n");
goto free_bios;
}

rdev->bios_header_start = RBIOS16(0x48);
if (!rdev->bios_header_start) {
goto free_bios;
Expand Down

0 comments on commit 94a7c75

Please sign in to comment.