| /OK3568_Linux_fs/kernel/drivers/ps3/ |
| H A D | ps3av_cmd.c | 310 struct ps3av_pkt_av_hdmi_mode hdmi_mode; in ps3av_cmd_av_hdmi_mode() local 312 memset(&hdmi_mode, 0, sizeof(hdmi_mode)); in ps3av_cmd_av_hdmi_mode() 313 hdmi_mode.mode = mode; in ps3av_cmd_av_hdmi_mode() 315 res = ps3av_do_pkt(PS3AV_CID_AV_HDMI_MODE, sizeof(hdmi_mode), in ps3av_cmd_av_hdmi_mode() 316 sizeof(hdmi_mode), &hdmi_mode.send_hdr); in ps3av_cmd_av_hdmi_mode() 320 res = get_status(&hdmi_mode); in ps3av_cmd_av_hdmi_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_bridge.c | 156 if (hdmi->hdmi_mode) { in msm_hdmi_bridge_pre_enable() 195 if (hdmi->hdmi_mode) in msm_hdmi_bridge_post_disable() 258 if (hdmi->hdmi_mode) in msm_hdmi_bridge_mode_set()
|
| H A D | hdmi.h | 74 bool hdmi_mode; /* are we in hdmi mode? */ member
|
| H A D | hdmi_connector.c | 367 hdmi->hdmi_mode = drm_detect_hdmi_monitor(edid); in msm_hdmi_connector_get_modes()
|
| H A D | hdmi.c | 22 if (!hdmi->hdmi_mode) { in msm_hdmi_set_mode()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-hdmi.c | 169 static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode) in hdmic_set_hdmi_mode() argument 174 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in hdmic_set_hdmi_mode()
|
| H A D | encoder-tpd12s015.c | 175 bool hdmi_mode) in tpd_set_hdmi_mode() argument 180 return in->ops.hdmi->set_hdmi_mode(in, hdmi_mode); in tpd_set_hdmi_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/adv7511/ |
| H A D | adv7511_drv.c | 205 bool rgb, bool hdmi_mode) in adv7511_set_config_csc() argument 212 config.hdmi_mode = hdmi_mode; in adv7511_set_config_csc() 227 config.hdmi_mode) { in adv7511_set_config_csc() 237 if (config.hdmi_mode) { in adv7511_set_config_csc()
|
| H A D | adv7511.h | 317 bool hdmi_mode; member
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | edid.c | 3935 hdmi_mode_alternate_clock(const struct drm_display_mode *hdmi_mode) in hdmi_mode_alternate_clock() argument 3937 if (hdmi_mode->vdisplay == 4096 && hdmi_mode->hdisplay == 2160) in hdmi_mode_alternate_clock() 3938 return hdmi_mode->clock; in hdmi_mode_alternate_clock() 3940 return cea_mode_alternate_clock(hdmi_mode); in hdmi_mode_alternate_clock() 3953 const struct drm_display_mode *hdmi_mode = &edid_4k_modes[vic]; in drm_match_hdmi_mode_clock_tolerance() local 3957 clock1 = hdmi_mode->clock; in drm_match_hdmi_mode_clock_tolerance() 3958 clock2 = hdmi_mode_alternate_clock(hdmi_mode); in drm_match_hdmi_mode_clock_tolerance() 3964 if (drm_mode_equal_no_clocks(to_match, hdmi_mode)) in drm_match_hdmi_mode_clock_tolerance() 4804 const struct drm_display_mode *hdmi_mode = &edid_4k_modes[vic]; in drm_match_hdmi_mode() local 4808 clock1 = hdmi_mode->clock; in drm_match_hdmi_mode() [all …]
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | omapfb_dss.h | 536 int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode); 736 int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi4.c | 484 bool hdmi_mode) in hdmi_set_hdmi_mode() argument 486 hdmi.cfg.hdmi_dvi_mode = hdmi_mode ? HDMI_HDMI : HDMI_DVI; in hdmi_set_hdmi_mode()
|
| H A D | hdmi5.c | 516 bool hdmi_mode) in hdmi_set_hdmi_mode() argument 518 hdmi.cfg.hdmi_dvi_mode = hdmi_mode ? HDMI_HDMI : HDMI_DVI; in hdmi_set_hdmi_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_edid.c | 3732 hdmi_mode_alternate_clock(const struct drm_display_mode *hdmi_mode) in hdmi_mode_alternate_clock() argument 3734 return cea_mode_alternate_clock(hdmi_mode); in hdmi_mode_alternate_clock() 3750 const struct drm_display_mode *hdmi_mode = &edid_4k_modes[vic]; in drm_match_hdmi_mode_clock_tolerance() local 3754 clock1 = hdmi_mode->clock; in drm_match_hdmi_mode_clock_tolerance() 3755 clock2 = hdmi_mode_alternate_clock(hdmi_mode); in drm_match_hdmi_mode_clock_tolerance() 3761 if (drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode_clock_tolerance() 3788 const struct drm_display_mode *hdmi_mode = &edid_4k_modes[vic]; in drm_match_hdmi_mode() local 3792 clock1 = hdmi_mode->clock; in drm_match_hdmi_mode() 3793 clock2 = hdmi_mode_alternate_clock(hdmi_mode); in drm_match_hdmi_mode() 3797 drm_mode_match(to_match, hdmi_mode, match_flags)) in drm_match_hdmi_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | ite-it6161.c | 1008 bool hdmi_mode; member 1999 it6161->hdmi_mode = drm_detect_hdmi_monitor(it6161->edid); in hdmi_tx_set_capability_from_edid_parse() 2015 …it6161->hdmi_mode ? "HDMI" : "DVI", it6161->support_audio ? "" : "not ", it6161->hdmi_tx_output_co… in hdmi_tx_set_capability_from_edid_parse() 4363 if(it6161->hdmi_mode) in hdmi_tx_enable_video_output() 4368 it6161_hdmi_tx_write(it6161, REG_TX_HDMI_MODE, it6161->hdmi_mode ? B_TX_HDMI_MODE : B_TX_DVI_MODE); in hdmi_tx_enable_video_output() 5665 if (it6161->hdmi_mode) { in hdmi_tx_set_output_process()
|