Searched refs:infoframes (Results 1 – 6 of 6) sorted by relevance
645 if ((crtc_state->infoframes.enable & in intel_write_infoframe()674 if ((crtc_state->infoframes.enable & in intel_read_infoframe()701 struct hdmi_avi_infoframe *frame = &crtc_state->infoframes.avi.avi; in intel_hdmi_compute_avi_infoframe()710 crtc_state->infoframes.enable |= in intel_hdmi_compute_avi_infoframe()749 struct hdmi_spd_infoframe *frame = &crtc_state->infoframes.spd.spd; in intel_hdmi_compute_spd_infoframe()755 crtc_state->infoframes.enable |= in intel_hdmi_compute_spd_infoframe()777 &crtc_state->infoframes.hdmi.vendor.hdmi; in intel_hdmi_compute_hdmi_infoframe()785 crtc_state->infoframes.enable |= in intel_hdmi_compute_hdmi_infoframe()806 struct hdmi_drm_infoframe *frame = &crtc_state->infoframes.drm.drm; in intel_hdmi_compute_drm_infoframe()819 crtc_state->infoframes.enable |= in intel_hdmi_compute_drm_infoframe()[all …]
1088 struct hdmi_avi_infoframe *frame = &crtc_state->infoframes.avi.avi; in intel_sdvo_compute_avi_infoframe()1096 crtc_state->infoframes.enable |= in intel_sdvo_compute_avi_infoframe()1123 const union hdmi_infoframe *frame = &crtc_state->infoframes.avi; in intel_sdvo_set_avi_infoframe()1126 if ((crtc_state->infoframes.enable & in intel_sdvo_set_avi_infoframe()1146 union hdmi_infoframe *frame = &crtc_state->infoframes.avi; in intel_sdvo_get_avi_infoframe()1162 crtc_state->infoframes.enable |= in intel_sdvo_get_avi_infoframe()
3868 pipe_config->infoframes.enable |= in intel_ddi_get_config()3871 if (pipe_config->infoframes.enable) in intel_ddi_get_config()3940 &pipe_config->infoframes.avi); in intel_ddi_get_config()3943 &pipe_config->infoframes.spd); in intel_ddi_get_config()3946 &pipe_config->infoframes.hdmi); in intel_ddi_get_config()3949 &pipe_config->infoframes.drm); in intel_ddi_get_config()
957 } infoframes; member
12114 pipe_config->infoframes.enable); in intel_dump_pipe_config()12116 if (pipe_config->infoframes.enable & in intel_dump_pipe_config()12118 DRM_DEBUG_KMS("GCP: 0x%x\n", pipe_config->infoframes.gcp); in intel_dump_pipe_config()12119 if (pipe_config->infoframes.enable & in intel_dump_pipe_config()12121 intel_dump_infoframe(dev_priv, &pipe_config->infoframes.avi); in intel_dump_pipe_config()12122 if (pipe_config->infoframes.enable & in intel_dump_pipe_config()12124 intel_dump_infoframe(dev_priv, &pipe_config->infoframes.spd); in intel_dump_pipe_config()12125 if (pipe_config->infoframes.enable & in intel_dump_pipe_config()12127 intel_dump_infoframe(dev_priv, &pipe_config->infoframes.hdmi); in intel_dump_pipe_config()12686 if (!intel_compare_infoframe(¤t_config->infoframes.name, \ in intel_pipe_config_compare()[all …]
554 u8 infoframes[2 * 17]; /* two frames, up to 17 bytes each */ in nv50_hdmi_enable() member585 = hdmi_infoframe_pack(&avi_frame, args.infoframes, 17); in nv50_hdmi_enable()594 args.infoframes in nv50_hdmi_enable()