Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168462
b: refs/heads/master
c: 2d152c6
h: refs/heads/master
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Oct 16, 2009
1 parent 7aeee7b commit 4a0bde6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: f059d2ad69b056aeabad4460f706a3df2f77ce50
refs/heads/master: 2d152c6ba81c8a7776103b517fa454b8da0419aa
5 changes: 3 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_combios.c
Original file line number Diff line number Diff line change
Expand Up @@ -1626,8 +1626,9 @@ bool radeon_get_legacy_connector_info_from_bios(struct drm_device *dev)
break;
}

radeon_apply_legacy_quirks(dev, i, &connector,
&ddc_i2c);
if (!radeon_apply_legacy_quirks(dev, i, &connector,
&ddc_i2c))
continue;

switch (connector) {
case CONNECTOR_PROPRIETARY_LEGACY:
Expand Down

0 comments on commit 4a0bde6

Please sign in to comment.