Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_hdmi.c448 intel_hdmi->write_infoframe(encoder, frame->any.type, buffer, len); in intel_write_infoframe()
2100 intel_hdmi->write_infoframe = vlv_write_infoframe; in intel_hdmi_init_connector()
2104 intel_hdmi->write_infoframe = g4x_write_infoframe; in intel_hdmi_init_connector()
2108 intel_hdmi->write_infoframe = hsw_write_infoframe; in intel_hdmi_init_connector()
2112 intel_hdmi->write_infoframe = ibx_write_infoframe; in intel_hdmi_init_connector()
2116 intel_hdmi->write_infoframe = cpt_write_infoframe; in intel_hdmi_init_connector()
Dintel_drv.h690 void (*write_infoframe)(struct drm_encoder *encoder, member