HomeSort by: relevance | last modified time | path
    Searched defs:has_hdmi_infoframe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h 440 * @has_hdmi_infoframe: Does the sink support the HDMI infoframe?
442 bool has_hdmi_infoframe; member in struct:drm_display_info
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 3945 info->has_hdmi_infoframe = true;
4735 display->has_hdmi_infoframe = true;
4916 info->has_hdmi_infoframe = false;
5360 bool has_hdmi_infoframe = connector ? local in function:drm_mode_hdmi_vic
5361 connector->display_info.has_hdmi_infoframe : false;
5363 if (!has_hdmi_infoframe)
5672 bool has_hdmi_infoframe = connector ? local in function:drm_hdmi_vendor_infoframe_from_display_mode
5673 connector->display_info.has_hdmi_infoframe : false;
5679 if (!has_hdmi_infoframe)

Completed in 16 milliseconds