Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/drm2/
H A Dhdmi.c927 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log() local
935 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
940 if (hvf->vic) in hdmi_vendor_any_infoframe_log()
941 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log()
942 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
944 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
945 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
947 hvf->s3d_ext_data); in hdmi_vendor_any_infoframe_log()
1142 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack() local
1168 ret = hdmi_vendor_infoframe_init(hvf); in hdmi_vendor_any_infoframe_unpack()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c1532 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log() local
1541 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1546 if (hvf->vic) in hdmi_vendor_any_infoframe_log()
1547 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log()
1548 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1550 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
1551 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
1553 hvf->s3d_ext_data); in hdmi_vendor_any_infoframe_log()
1764 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack() local
1796 ret = hdmi_vendor_infoframe_init(hvf); in hdmi_vendor_any_infoframe_unpack()
[all …]