Home
last modified time | relevance | path

Searched refs:detect_edid (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hdmi.c1818 kfree(to_intel_connector(connector)->detect_edid); in intel_hdmi_unset_edid()
1819 to_intel_connector(connector)->detect_edid = NULL; in intel_hdmi_unset_edid()
1895 to_intel_connector(connector)->detect_edid = edid; in intel_hdmi_set_edid()
1956 edid = to_intel_connector(connector)->detect_edid; in intel_hdmi_get_modes()
2077 kfree(to_intel_connector(connector)->detect_edid); in intel_hdmi_destroy()
Dintel_dp.c3996 if (intel_connector->detect_edid == NULL || in intel_dp_autotest_edid()
4013 struct edid *block = intel_connector->detect_edid; in intel_dp_autotest_edid()
4018 block += intel_connector->detect_edid->extensions; in intel_dp_autotest_edid()
4633 intel_connector->detect_edid = edid; in intel_dp_set_edid()
4645 kfree(intel_connector->detect_edid); in intel_dp_unset_edid()
4646 intel_connector->detect_edid = NULL; in intel_dp_unset_edid()
4739 if (intel_dp_is_edp(intel_dp) || connector->detect_edid) in intel_dp_long_pulse()
4823 edid = intel_connector->detect_edid; in intel_dp_get_modes()
4885 kfree(intel_connector->detect_edid); in intel_dp_connector_destroy()
Dintel_drv.h403 struct edid *detect_edid; member