Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180118
b: refs/heads/master
c: 43c33ed
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Feb 1, 2010
1 parent 457aca0 commit bef6cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 97b94ccb9aa1b82ed7a9a045d0ae5b32c99b84a0
refs/heads/master: 43c33ed87d0f1b900a6a3014db556ecc7f4a989b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_encoders.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ radeon_get_connector_for_encoder(struct drm_encoder *encoder)

list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
radeon_connector = to_radeon_connector(connector);
if (radeon_encoder->devices & radeon_connector->devices)
if (radeon_encoder->active_device & radeon_connector->devices)
return connector;
}
return NULL;
Expand Down

0 comments on commit bef6cfb

Please sign in to comment.