We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d823445 commit 90c0756Copy full SHA for 90c0756
drivers/gpu/drm/i915/display/intel_sdvo.c
@@ -2097,7 +2097,7 @@ intel_sdvo_tmds_sink_detect(struct drm_connector *connector)
2097
const struct edid *edid = drm_edid_raw(drm_edid);
2098
2099
/* DDC bus is shared, match EDID to connector type */
2100
- if (edid->input & DRM_EDID_INPUT_DIGITAL)
+ if (edid && edid->input & DRM_EDID_INPUT_DIGITAL)
2101
status = connector_status_connected;
2102
else
2103
status = connector_status_disconnected;
0 commit comments