Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dhdmi.c589 int hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe *frame) in hdmi_vendor_infoframe_check() function
595 EXPORT_SYMBOL(hdmi_vendor_infoframe_check);
679 ret = hdmi_vendor_infoframe_check(frame); in hdmi_vendor_infoframe_pack()
857 return hdmi_vendor_infoframe_check(&frame->hdmi); in hdmi_vendor_any_infoframe_check()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c821 ret = hdmi_vendor_infoframe_check(frame); in intel_hdmi_compute_hdmi_infoframe()