Home
last modified time | relevance | path

Searched refs:hdmi_mode (Results 1 – 19 of 19) sorted by relevance

/drivers/gpu/drm/omapdrm/
Domap_encoder.c71 bool hdmi_mode; in omap_encoder_mode_set() local
74 hdmi_mode = false; in omap_encoder_mode_set()
77 hdmi_mode = omap_connector_get_hdmi_mode(connector); in omap_encoder_mode_set()
83 dssdev->driver->set_hdmi_mode(dssdev, hdmi_mode); in omap_encoder_mode_set()
85 if (hdmi_mode && dssdev->driver->set_hdmi_infoframe) { in omap_encoder_mode_set()
Domap_connector.c35 bool hdmi_mode; member
59 return omap_connector->hdmi_mode; in omap_connector_get_hdmi_mode()
135 omap_connector->hdmi_mode = in omap_connector_get_modes()
/drivers/ps3/
Dps3av_cmd.c322 struct ps3av_pkt_av_hdmi_mode hdmi_mode; in ps3av_cmd_av_hdmi_mode() local
324 memset(&hdmi_mode, 0, sizeof(hdmi_mode)); in ps3av_cmd_av_hdmi_mode()
325 hdmi_mode.mode = mode; in ps3av_cmd_av_hdmi_mode()
327 res = ps3av_do_pkt(PS3AV_CID_AV_HDMI_MODE, sizeof(hdmi_mode), in ps3av_cmd_av_hdmi_mode()
328 sizeof(hdmi_mode), &hdmi_mode.send_hdr); in ps3av_cmd_av_hdmi_mode()
332 res = get_status(&hdmi_mode); in ps3av_cmd_av_hdmi_mode()
/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c164 if (hdmi->hdmi_mode) { in msm_hdmi_bridge_pre_enable()
203 if (hdmi->hdmi_mode) in msm_hdmi_bridge_post_disable()
266 if (hdmi->hdmi_mode) in msm_hdmi_bridge_mode_set()
Dhdmi.h83 bool hdmi_mode; /* are we in hdmi mode? */ member
Dhdmi_connector.c394 hdmi->hdmi_mode = drm_detect_hdmi_monitor(edid); in msm_hdmi_connector_get_modes()
Dhdmi.c33 if (!hdmi->hdmi_mode) { in msm_hdmi_set_mode()
/drivers/video/fbdev/omap2/omapfb/displays/
Dconnector-hdmi.c172 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode() argument
177 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
Dencoder-tpd12s015.c177 bool hdmi_mode) in tpd_set_hdmi_mode() argument
182 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in tpd_set_hdmi_mode()
/drivers/gpu/drm/omapdrm/displays/
Dencoder-tpd12s015.c223 bool hdmi_mode) in tpd_set_hdmi_mode() argument
228 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in tpd_set_hdmi_mode()
Dconnector-hdmi.c239 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode() argument
244 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
/drivers/gpu/drm/bridge/adv7511/
Dadv7511_drv.c210 config.hdmi_mode = drm_detect_hdmi_monitor(adv7511->edid); in adv7511_set_config_csc()
212 config.hdmi_mode = false; in adv7511_set_config_csc()
227 config.hdmi_mode) { in adv7511_set_config_csc()
237 if (config.hdmi_mode) { in adv7511_set_config_csc()
Dadv7511.h291 bool hdmi_mode; member
/drivers/gpu/drm/
Ddrm_edid.c2995 hdmi_mode_alternate_clock(const struct drm_display_mode *hdmi_mode) in hdmi_mode_alternate_clock() argument
2997 if (hdmi_mode->vdisplay == 4096 && hdmi_mode->hdisplay == 2160) in hdmi_mode_alternate_clock()
2998 return hdmi_mode->clock; in hdmi_mode_alternate_clock()
3000 return cea_mode_alternate_clock(hdmi_mode); in hdmi_mode_alternate_clock()
3012 const struct drm_display_mode *hdmi_mode = &edid_4k_modes[vic]; in drm_match_hdmi_mode_clock_tolerance() local
3016 clock1 = hdmi_mode->clock; in drm_match_hdmi_mode_clock_tolerance()
3017 clock2 = hdmi_mode_alternate_clock(hdmi_mode); in drm_match_hdmi_mode_clock_tolerance()
3023 if (drm_mode_equal_no_clocks(to_match, hdmi_mode)) in drm_match_hdmi_mode_clock_tolerance()
3046 const struct drm_display_mode *hdmi_mode = &edid_4k_modes[vic]; in drm_match_hdmi_mode() local
3050 clock1 = hdmi_mode->clock; in drm_match_hdmi_mode()
[all …]
/drivers/gpu/drm/omapdrm/dss/
Dhdmi5.c525 bool hdmi_mode) in hdmi_set_hdmi_mode() argument
527 hdmi.cfg.hdmi_dvi_mode = hdmi_mode ? HDMI_HDMI : HDMI_DVI; in hdmi_set_hdmi_mode()
Dhdmi4.c499 bool hdmi_mode) in hdmi_set_hdmi_mode() argument
501 hdmi.cfg.hdmi_dvi_mode = hdmi_mode ? HDMI_HDMI : HDMI_DVI; in hdmi_set_hdmi_mode()
Domapdss.h408 int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
580 int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4.c496 bool hdmi_mode) in hdmi_set_hdmi_mode() argument
498 hdmi.cfg.hdmi_dvi_mode = hdmi_mode ? HDMI_HDMI : HDMI_DVI; in hdmi_set_hdmi_mode()
Dhdmi5.c526 bool hdmi_mode) in hdmi_set_hdmi_mode() argument
528 hdmi.cfg.hdmi_dvi_mode = hdmi_mode ? HDMI_HDMI : HDMI_DVI; in hdmi_set_hdmi_mode()