Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178868
b: refs/heads/master
c: d8a7f79
h: refs/heads/master
v: v3
  • Loading branch information
Darren Jenkins authored and Dave Airlie committed Jan 7, 2010
1 parent a722006 commit acd6dbc
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: 5eb226132f53d5ec36ce4e7ff9d6b49cceb50f3d
refs/heads/master: d8a7f79246a447722bd90c2c4ba3ca068b2aa4c0
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_connectors.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ static enum drm_connector_status radeon_vga_detect(struct drm_connector *connect
ret = connector_status_connected;
}
} else {
if (radeon_connector->dac_load_detect) {
if (radeon_connector->dac_load_detect && encoder) {
encoder_funcs = encoder->helper_private;
ret = encoder_funcs->detect(encoder, connector);
}
Expand Down

0 comments on commit acd6dbc

Please sign in to comment.