Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345309
b: refs/heads/master
c: e655d12
h: refs/heads/master
i:
  345307: dfe2135
v: v3
  • Loading branch information
Sachin Kamat authored and Dave Airlie committed Nov 20, 2012
1 parent da845b9 commit 301f92b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9e1c156ff04b1920c33b59c5b8564afc8bf4f2cd
refs/heads/master: e655d122a71332d0d26b5c0909eb395da31af0c0
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3191,6 +3191,8 @@ int drm_mode_connector_update_edid_property(struct drm_connector *connector,
size = EDID_LENGTH * (1 + edid->extensions);
connector->edid_blob_ptr = drm_property_create_blob(connector->dev,
size, edid);
if (!connector->edid_blob_ptr)
return -EINVAL;

ret = drm_connector_property_set_value(connector,
dev->mode_config.edid_property,
Expand Down

0 comments on commit 301f92b

Please sign in to comment.