Home
last modified time | relevance | path

Searched refs:hdmi (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDintel_hdmi.c65 return &intel_dig_port->hdmi; in enc_to_intel_hdmi()
469 bool is_hdmi2_sink = connector->display_info.hdmi.scdc.supported; in intel_hdmi_set_avi_infoframe()
521 ret = drm_hdmi_vendor_infoframe_from_display_mode(&frame.vendor.hdmi, in intel_hdmi_set_hdmi_infoframe()
536 struct intel_hdmi *intel_hdmi = &intel_dig_port->hdmi; in g4x_set_infoframes()
687 struct intel_hdmi *intel_hdmi = &intel_dig_port->hdmi; in ibx_set_infoframes()
861 void intel_dp_dual_mode_set_tmds_output(struct intel_hdmi *hdmi, bool enable) in intel_dp_dual_mode_set_tmds_output() argument
863 struct drm_i915_private *dev_priv = to_i915(intel_hdmi_to_dev(hdmi)); in intel_dp_dual_mode_set_tmds_output()
865 intel_gmbus_get_adapter(dev_priv, hdmi->ddc_bus); in intel_dp_dual_mode_set_tmds_output()
867 if (hdmi->dp_dual_mode.type < DRM_DP_DUAL_MODE_TYPE2_DVI) in intel_dp_dual_mode_set_tmds_output()
873 drm_dp_dual_mode_set_tmds_output(hdmi->dp_dual_mode.type, in intel_dp_dual_mode_set_tmds_output()
[all …]
HDintel_bios.c1667 u16 dp, hdmi; in intel_bios_is_port_present() member
1687 child->dvo_port == port_mapping[port].hdmi) && in intel_bios_is_port_present()
1736 u16 dp, hdmi; in child_dev_is_dp_dual_mode() member
1759 if (child->dvo_port == port_mapping[port].hdmi && in child_dev_is_dp_dual_mode()
HDintel_drv.h1055 struct intel_hdmi hdmi; member
1189 return container_of(intel_hdmi, struct intel_digital_port, hdmi); in hdmi_to_dig_port()
1677 void intel_dp_dual_mode_set_tmds_output(struct intel_hdmi *hdmi, bool enable);
HDintel_ddi.c2222 struct intel_hdmi *intel_hdmi = &intel_dig_port->hdmi; in intel_ddi_pre_enable_hdmi()
2319 struct intel_hdmi *intel_hdmi = &dig_port->hdmi; in intel_ddi_post_disable_hdmi()
2705 intel_dig_port->hdmi.hdmi_reg = DDI_BUF_CTL(port); in intel_ddi_init_hdmi_connector()
/dragonfly/sys/dev/drm/radeon/
HDr600_hdmi.c485 u32 hdmi = HDMI0_ERROR_ACK; in r600_hdmi_enable() local
493 hdmi |= HDMI0_ENABLE; in r600_hdmi_enable()
498 hdmi |= HDMI0_STREAM(HDMI0_STREAM_TMDSA); in r600_hdmi_enable()
506 hdmi |= HDMI0_STREAM(HDMI0_STREAM_LVTMA); in r600_hdmi_enable()
514 hdmi |= HDMI0_STREAM(HDMI0_STREAM_DDIA); in r600_hdmi_enable()
521 hdmi |= HDMI0_STREAM(HDMI0_STREAM_DVOA); in r600_hdmi_enable()
528 WREG32(HDMI0_CONTROL + dig->afmt->offset, hdmi); in r600_hdmi_enable()
/dragonfly/sys/dev/drm/
HDdrm_edid.c3203 struct drm_hdmi_info *hdmi = &info->hdmi; in do_y420vdb_modes() local
3215 bitmap_set(hdmi->y420_vdb_modes, vic, 1); in do_y420vdb_modes()
3236 struct drm_hdmi_info *hdmi = &connector->display_info.hdmi; in drm_add_cmdb_modes() local
3241 bitmap_set(hdmi->y420_cmdb_modes, vic, 1); in drm_add_cmdb_modes()
3248 struct drm_hdmi_info *hdmi = &connector->display_info.hdmi; in do_cea_modes() local
3263 if (i < 64 && hdmi->y420_cmdb_map & (1ULL << i)) in do_cea_modes()
3642 struct drm_hdmi_info *hdmi = &info->hdmi; in drm_parse_y420cmdb_bitmap() local
3649 hdmi->y420_cmdb_map = U64_MAX; in drm_parse_y420cmdb_bitmap()
3675 hdmi->y420_cmdb_map = map; in drm_parse_y420cmdb_bitmap()
3682 const u8 *db, *hdmi = NULL, *video = NULL; in add_cea_modes() local
[all …]
HDdrm_modes.c1100 struct drm_hdmi_info *hdmi = &connector->display_info.hdmi; in drm_mode_validate_ycbcr420() local
1102 if (test_bit(vic, hdmi->y420_vdb_modes)) { in drm_mode_validate_ycbcr420()
1622 return test_bit(vic, display->hdmi.y420_vdb_modes); in drm_mode_is_420_only()
1642 return test_bit(vic, display->hdmi.y420_cmdb_modes); in drm_mode_is_420_also()
HDlinux_hdmi.c402 return hdmi_vendor_infoframe_pack(&frame->hdmi, buffer, size); in hdmi_vendor_any_infoframe_pack()
946 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log()
1164 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack()
/dragonfly/sys/dev/drm/include/linux/
HDhdmi.h310 struct hdmi_vendor_infoframe hdmi; member
/dragonfly/sys/dev/drm/include/drm/
HDdrm_connector.h287 struct drm_hdmi_info hdmi; member