Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179227
b: refs/heads/master
c: 11f3b59
h: refs/heads/master
i:
  179225: c55ad67
  179223: 103c46f
v: v3
  • Loading branch information
Michel Dänzer authored and Dave Airlie committed Jan 13, 2010
1 parent 6532aeb commit 88f372a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1b24203e51072b6e76aff8c74bdd67eb3b34a724
refs/heads/master: 11f3b59e3654c66c4e8ef2c48f8138b78bf440da
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_combios.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,9 @@ radeon_combios_get_tv_info(struct radeon_device *rdev)
uint16_t tv_info;
enum radeon_tv_std tv_std = TV_STD_NTSC;

if (rdev->bios == NULL)
return tv_std;

tv_info = combios_get_table_offset(dev, COMBIOS_TV_INFO_TABLE);
if (tv_info) {
if (RBIOS8(tv_info + 6) == 'T') {
Expand Down

0 comments on commit 88f372a

Please sign in to comment.