Home
last modified time | relevance | path

Searched refs:write_infoframe (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_hdmi.c329 intel_hdmi->write_infoframe(encoder, frame); in intel_set_infoframe()
1033 intel_hdmi->write_infoframe = vlv_write_infoframe; in intel_hdmi_init_connector()
1036 intel_hdmi->write_infoframe = g4x_write_infoframe; in intel_hdmi_init_connector()
1039 intel_hdmi->write_infoframe = hsw_write_infoframe; in intel_hdmi_init_connector()
1042 intel_hdmi->write_infoframe = ibx_write_infoframe; in intel_hdmi_init_connector()
1045 intel_hdmi->write_infoframe = cpt_write_infoframe; in intel_hdmi_init_connector()
Dintel_drv.h390 void (*write_infoframe)(struct drm_encoder *encoder, member