Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dhdmi.c1494 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log() local
1503 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1508 if (hvf->vic) in hdmi_vendor_any_infoframe_log()
1509 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log()
1510 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1512 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()
1513 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()
1515 hvf->s3d_ext_data); in hdmi_vendor_any_infoframe_log()
1726 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack() local
1758 ret = hdmi_vendor_infoframe_init(hvf); in hdmi_vendor_any_infoframe_unpack()
[all …]
/linux/tools/testing/selftests/kho/
H A Dvmtest.sh111 -accel kvm -accel hvf -accel tcg \