Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329319
b: refs/heads/master
c: f64c48f
h: refs/heads/master
i:
  329317: 1ec47f8
  329315: 37d93d3
  329311: 5e0a5fc
v: v3
  • Loading branch information
Jani Nikula authored and Dave Airlie committed Aug 24, 2012
1 parent 0fad281 commit e54793e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: ce5fdd63752390b89804b1e246de267b398d1515
refs/heads/master: f64c48f1d39cbe9e14dd25104633b486b1226606
3 changes: 0 additions & 3 deletions trunk/drivers/gpu/drm/gma500/cdv_intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,6 @@ cdv_intel_dp_detect(struct drm_connector *connector, bool force)
edid = drm_get_edid(connector, &intel_dp->adapter);
if (edid) {
intel_dp->has_audio = drm_detect_monitor_audio(edid);
connector->display_info.raw_edid = NULL;
kfree(edid);
}
}
Expand Down Expand Up @@ -1634,8 +1633,6 @@ cdv_intel_dp_detect_audio(struct drm_connector *connector)
edid = drm_get_edid(connector, &intel_dp->adapter);
if (edid) {
has_audio = drm_detect_monitor_audio(edid);

connector->display_info.raw_edid = NULL;
kfree(edid);
}
if (edp)
Expand Down

0 comments on commit e54793e

Please sign in to comment.