Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_hdmi.c418 intel_hdmi->write_infoframe(encoder, frame->any.type, buffer, len); in intel_write_infoframe()
1701 intel_hdmi->write_infoframe = vlv_write_infoframe; in intel_hdmi_init_connector()
1705 intel_hdmi->write_infoframe = g4x_write_infoframe; in intel_hdmi_init_connector()
1709 intel_hdmi->write_infoframe = hsw_write_infoframe; in intel_hdmi_init_connector()
1713 intel_hdmi->write_infoframe = ibx_write_infoframe; in intel_hdmi_init_connector()
1717 intel_hdmi->write_infoframe = cpt_write_infoframe; in intel_hdmi_init_connector()
Dintel_drv.h582 void (*write_infoframe)(struct drm_encoder *encoder, member