Home
last modified time | relevance | path

Searched refs:fixed_mode (Results 1 – 16 of 16) sorted by relevance

/drivers/gpu/drm/i915/display/
A Dintel_panel.c97 best_mode = fixed_mode; in intel_panel_fixed_mode()
139 best_mode = fixed_mode; in intel_panel_downclock_mode()
155 best_mode = fixed_mode; in intel_panel_highest_mode()
208 if (!fixed_mode) in intel_panel_compute_config()
281 fixed_mode = scan; in intel_panel_add_edid_preferred_mode()
286 if (!fixed_mode) in intel_panel_add_edid_preferred_mode()
294 DRM_MODE_ARG(fixed_mode)); in intel_panel_add_edid_preferred_mode()
332 if (!fixed_mode) in intel_panel_add_fixed_mode()
342 DRM_MODE_ARG(fixed_mode)); in intel_panel_add_fixed_mode()
404 if (!fixed_mode) in intel_panel_mode_valid()
[all …]
A Dintel_dvo.c226 const struct drm_display_mode *fixed_mode = in intel_dvo_mode_valid() local
238 if (fixed_mode) { in intel_dvo_mode_valid()
245 target_clock = fixed_mode->clock; in intel_dvo_mode_valid()
261 const struct drm_display_mode *fixed_mode = in intel_dvo_compute_config() local
270 if (fixed_mode) { in intel_dvo_compute_config()
A Dintel_dsi.c66 const struct drm_display_mode *fixed_mode = in intel_dsi_mode_valid() local
77 if (fixed_mode->clock > max_dotclk) in intel_dsi_mode_valid()
A Dintel_lvds.c397 const struct drm_display_mode *fixed_mode = in intel_lvds_mode_valid() local
410 if (fixed_mode->clock > max_pixclk) in intel_lvds_mode_valid()
798 const struct drm_display_mode *fixed_mode = in compute_is_dual_link_lvds() local
807 if (fixed_mode->clock > 112999) in compute_is_dual_link_lvds()
A Dvlv_dsi.c1574 const struct drm_display_mode *fixed_mode = in vlv_dsi_add_properties() local
1581 fixed_mode->hdisplay, in vlv_dsi_add_properties()
1582 fixed_mode->vdisplay); in vlv_dsi_add_properties()
1797 struct drm_display_mode *fixed_mode = (struct drm_display_mode *) in vlv_dsi_asus_tf103c_mode_fixup() local
1800 if (fixed_mode->vtotal == 820) in vlv_dsi_asus_tf103c_mode_fixup()
1801 fixed_mode->vtotal -= 4; in vlv_dsi_asus_tf103c_mode_fixup()
1823 const struct drm_display_mode *fixed_mode = in vlv_dsi_lenovo_yoga_tab2_size_fixup() local
1833 if (fixed_mode->hdisplay == 1920) { in vlv_dsi_lenovo_yoga_tab2_size_fixup()
A Dintel_dp.c1421 const struct drm_display_mode *fixed_mode; in intel_dp_mode_valid() local
1442 if (intel_dp_is_edp(intel_dp) && fixed_mode) { in intel_dp_mode_valid()
1447 target_clock = fixed_mode->clock; in intel_dp_mode_valid()
3199 const struct drm_display_mode *fixed_mode; in intel_dp_compute_config() local
3204 if (intel_dp_is_edp(intel_dp) && fixed_mode) { in intel_dp_compute_config()
3233 if ((intel_dp_is_edp(intel_dp) && fixed_mode) || in intel_dp_compute_config()
6465 const struct drm_display_mode *fixed_mode = in intel_edp_add_properties() local
6472 fixed_mode->hdisplay, in intel_edp_add_properties()
6473 fixed_mode->vdisplay); in intel_edp_add_properties()
6492 struct drm_display_mode *fixed_mode; in intel_edp_init_connector() local
[all …]
A Dintel_sdvo.c799 const struct drm_display_mode *fixed_mode = in intel_sdvo_create_preferred_input_timing() local
802 if (fixed_mode->hdisplay != args.width || in intel_sdvo_create_preferred_input_timing()
803 fixed_mode->vdisplay != args.height) in intel_sdvo_create_preferred_input_timing()
1398 const struct drm_display_mode *fixed_mode = in intel_sdvo_compute_config() local
1409 fixed_mode)) in intel_sdvo_compute_config()
1564 const struct drm_display_mode *fixed_mode = in intel_sdvo_pre_enable() local
1567 intel_sdvo_get_dtd_from_mode(&output_dtd, fixed_mode); in intel_sdvo_pre_enable()
A Dintel_display_debugfs.c204 const struct drm_display_mode *fixed_mode; in intel_panel_info() local
211 list_for_each_entry(fixed_mode, &connector->panel.fixed_modes, head) in intel_panel_info()
212 intel_seq_print_mode(m, 2, fixed_mode); in intel_panel_info()
A Dicl_dsi.c1891 const struct drm_display_mode *fixed_mode = in icl_dsi_add_properties() local
1898 fixed_mode->hdisplay, in icl_dsi_add_properties()
1899 fixed_mode->vdisplay); in icl_dsi_add_properties()
A Dintel_dp_link_training.c1181 const struct drm_display_mode *fixed_mode = in intel_dp_can_link_train_fallback_for_edp() local
1185 mode_rate = intel_dp_link_required(fixed_mode->clock, 18); in intel_dp_can_link_train_fallback_for_edp()
/drivers/gpu/drm/
A Ddrm_probe_helper.c1132 const struct drm_display_mode *fixed_mode) in drm_crtc_helper_mode_valid_fixed() argument
1134 if (mode->hdisplay != fixed_mode->hdisplay && mode->vdisplay != fixed_mode->vdisplay) in drm_crtc_helper_mode_valid_fixed()
1136 else if (mode->hdisplay != fixed_mode->hdisplay) in drm_crtc_helper_mode_valid_fixed()
1138 else if (mode->vdisplay != fixed_mode->vdisplay) in drm_crtc_helper_mode_valid_fixed()
1158 const struct drm_display_mode *fixed_mode) in drm_connector_helper_get_modes_fixed() argument
1163 mode = drm_mode_duplicate(dev, fixed_mode); in drm_connector_helper_get_modes_fixed()
1166 DRM_MODE_ARG(fixed_mode)); in drm_connector_helper_get_modes_fixed()
/drivers/iio/resolver/
A Dad2s1210.c154 enum ad2s1210_mode fixed_mode; member
182 return mode == st->fixed_mode ? 0 : -EOPNOTSUPP; in ad2s1210_set_mode()
459 if (st->fixed_mode == MOD_CONFIG) { in ad2s1210_single_conversion()
1293 if (st->fixed_mode == MOD_CONFIG) { in ad2s1210_trigger_handler()
1313 if (st->fixed_mode == MOD_CONFIG) { in ad2s1210_trigger_handler()
1332 if (st->fixed_mode == MOD_CONFIG) { in ad2s1210_trigger_handler()
1373 st->fixed_mode = -1; in ad2s1210_setup_properties()
1382 st->fixed_mode = MOD_CONFIG; in ad2s1210_setup_properties()
1447 if (!st->mode_gpios && st->fixed_mode == -1) in ad2s1210_setup_gpios()
1451 if (st->mode_gpios && st->fixed_mode != -1) in ad2s1210_setup_gpios()
/drivers/gpu/drm/gma500/
A Dpsb_intel_lvds.c338 struct drm_display_mode *fixed_mode = in psb_intel_lvds_mode_valid() local
342 fixed_mode = dev_priv->mode_dev.panel_fixed_mode2; in psb_intel_lvds_mode_valid()
352 if (fixed_mode) { in psb_intel_lvds_mode_valid()
353 if (mode->hdisplay > fixed_mode->hdisplay) in psb_intel_lvds_mode_valid()
355 if (mode->vdisplay > fixed_mode->vdisplay) in psb_intel_lvds_mode_valid()
A Dcdv_intel_lvds.c160 struct drm_display_mode *fixed_mode = in cdv_intel_lvds_mode_valid() local
171 if (fixed_mode) { in cdv_intel_lvds_mode_valid()
172 if (mode->hdisplay > fixed_mode->hdisplay) in cdv_intel_lvds_mode_valid()
174 if (mode->vdisplay > fixed_mode->vdisplay) in cdv_intel_lvds_mode_valid()
A Dcdv_intel_dp.c871 static void cdv_intel_fixed_panel_mode(struct drm_display_mode *fixed_mode, in cdv_intel_fixed_panel_mode() argument
874 adjusted_mode->hdisplay = fixed_mode->hdisplay; in cdv_intel_fixed_panel_mode()
875 adjusted_mode->hsync_start = fixed_mode->hsync_start; in cdv_intel_fixed_panel_mode()
876 adjusted_mode->hsync_end = fixed_mode->hsync_end; in cdv_intel_fixed_panel_mode()
877 adjusted_mode->htotal = fixed_mode->htotal; in cdv_intel_fixed_panel_mode()
879 adjusted_mode->vdisplay = fixed_mode->vdisplay; in cdv_intel_fixed_panel_mode()
880 adjusted_mode->vsync_start = fixed_mode->vsync_start; in cdv_intel_fixed_panel_mode()
881 adjusted_mode->vsync_end = fixed_mode->vsync_end; in cdv_intel_fixed_panel_mode()
882 adjusted_mode->vtotal = fixed_mode->vtotal; in cdv_intel_fixed_panel_mode()
884 adjusted_mode->clock = fixed_mode->clock; in cdv_intel_fixed_panel_mode()
/drivers/net/ethernet/nvidia/
A Dforcedeth.c767 int fixed_mode; member
3408 if (np->fixed_mode & LPA_100FULL) { in nv_update_linkspeed()
3411 } else if (np->fixed_mode & LPA_100HALF) { in nv_update_linkspeed()
3414 } else if (np->fixed_mode & LPA_10FULL) { in nv_update_linkspeed()
4533 np->fixed_mode = adv; in nv_set_link_ksettings()
4543 if (np->fixed_mode & (ADVERTISE_10FULL|ADVERTISE_100FULL)) in nv_set_link_ksettings()
4545 if (np->fixed_mode & (ADVERTISE_100HALF|ADVERTISE_100FULL)) in nv_set_link_ksettings()

Completed in 72 milliseconds