Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A Dintel_panel.c100 best_mode = fixed_mode; in intel_panel_fixed_mode()
142 best_mode = fixed_mode; in intel_panel_downclock_mode()
158 best_mode = fixed_mode; in intel_panel_highest_mode()
211 if (!fixed_mode) in intel_panel_compute_config()
284 fixed_mode = scan; in intel_panel_add_edid_preferred_mode()
289 if (!fixed_mode) in intel_panel_add_edid_preferred_mode()
297 DRM_MODE_ARG(fixed_mode)); in intel_panel_add_edid_preferred_mode()
335 if (!fixed_mode) in intel_panel_add_fixed_mode()
345 DRM_MODE_ARG(fixed_mode)); in intel_panel_add_fixed_mode()
702 if (!fixed_mode) in intel_panel_mode_valid()
[all …]
A Dintel_dsi.c65 const struct drm_display_mode *fixed_mode = in intel_dsi_mode_valid() local
76 if (fixed_mode->clock > max_dotclk) in intel_dsi_mode_valid()
A Dintel_dvo.c224 const struct drm_display_mode *fixed_mode = in intel_dvo_mode_valid() local
236 if (fixed_mode) { in intel_dvo_mode_valid()
243 target_clock = fixed_mode->clock; in intel_dvo_mode_valid()
259 const struct drm_display_mode *fixed_mode = in intel_dvo_compute_config() local
268 if (fixed_mode) { in intel_dvo_compute_config()
A Dintel_lvds.c394 const struct drm_display_mode *fixed_mode = in intel_lvds_mode_valid() local
407 if (fixed_mode->clock > max_pixclk) in intel_lvds_mode_valid()
795 const struct drm_display_mode *fixed_mode = in compute_is_dual_link_lvds() local
804 if (fixed_mode->clock > 112999) in compute_is_dual_link_lvds()
A Dvlv_dsi.c1578 const struct drm_display_mode *fixed_mode = in vlv_dsi_add_properties() local
1585 fixed_mode->hdisplay, in vlv_dsi_add_properties()
1586 fixed_mode->vdisplay); in vlv_dsi_add_properties()
1776 struct drm_display_mode *fixed_mode = (struct drm_display_mode *) in vlv_dsi_asus_tf103c_mode_fixup() local
1779 if (fixed_mode->vtotal == 820) in vlv_dsi_asus_tf103c_mode_fixup()
1780 fixed_mode->vtotal -= 4; in vlv_dsi_asus_tf103c_mode_fixup()
1802 const struct drm_display_mode *fixed_mode = in vlv_dsi_lenovo_yoga_tab2_size_fixup() local
1812 if (fixed_mode->hdisplay == 1920) { in vlv_dsi_lenovo_yoga_tab2_size_fixup()
A Dintel_dp.c1313 const struct drm_display_mode *fixed_mode; in intel_dp_mode_valid() local
1332 fixed_mode = intel_panel_fixed_mode(connector, mode); in intel_dp_mode_valid()
1333 if (intel_dp_is_edp(intel_dp) && fixed_mode) { in intel_dp_mode_valid()
1338 target_clock = fixed_mode->clock; in intel_dp_mode_valid()
3024 const struct drm_display_mode *fixed_mode; in intel_dp_compute_config() local
3032 if (intel_dp_is_edp(intel_dp) && fixed_mode) { in intel_dp_compute_config()
3061 if ((intel_dp_is_edp(intel_dp) && fixed_mode) || in intel_dp_compute_config()
6606 const struct drm_display_mode *fixed_mode = in intel_edp_add_properties() local
6613 fixed_mode->hdisplay, in intel_edp_add_properties()
6614 fixed_mode->vdisplay); in intel_edp_add_properties()
[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.c183 const struct drm_display_mode *fixed_mode; in intel_panel_info() local
190 list_for_each_entry(fixed_mode, &connector->panel.fixed_modes, head) in intel_panel_info()
191 intel_seq_print_mode(m, 2, fixed_mode); in intel_panel_info()
A Dicl_dsi.c1934 const struct drm_display_mode *fixed_mode = in icl_dsi_add_properties() local
1941 fixed_mode->hdisplay, in icl_dsi_add_properties()
1942 fixed_mode->vdisplay); in icl_dsi_add_properties()
A Dintel_dp_link_training.c1166 const struct drm_display_mode *fixed_mode = in intel_dp_can_link_train_fallback_for_edp() local
1170 mode_rate = intel_dp_link_required(fixed_mode->clock, 18); in intel_dp_can_link_train_fallback_for_edp()
/linux/include/drm/
A Ddrm_probe_helper.h35 const struct drm_display_mode *fixed_mode);
38 const struct drm_display_mode *fixed_mode);
/linux/drivers/gpu/drm/
A Ddrm_probe_helper.c1130 const struct drm_display_mode *fixed_mode) in drm_crtc_helper_mode_valid_fixed() argument
1132 if (mode->hdisplay != fixed_mode->hdisplay && mode->vdisplay != fixed_mode->vdisplay) in drm_crtc_helper_mode_valid_fixed()
1134 else if (mode->hdisplay != fixed_mode->hdisplay) in drm_crtc_helper_mode_valid_fixed()
1136 else if (mode->vdisplay != fixed_mode->vdisplay) in drm_crtc_helper_mode_valid_fixed()
1156 const struct drm_display_mode *fixed_mode) in drm_connector_helper_get_modes_fixed() argument
1161 mode = drm_mode_duplicate(dev, fixed_mode); in drm_connector_helper_get_modes_fixed()
1164 DRM_MODE_ARG(fixed_mode)); in drm_connector_helper_get_modes_fixed()
/linux/drivers/iio/resolver/
A Dad2s1210.c153 enum ad2s1210_mode fixed_mode; member
181 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()
1372 st->fixed_mode = -1; in ad2s1210_setup_properties()
1381 st->fixed_mode = MOD_CONFIG; in ad2s1210_setup_properties()
1446 if (!st->mode_gpios && st->fixed_mode == -1) in ad2s1210_setup_gpios()
1450 if (st->mode_gpios && st->fixed_mode != -1) in ad2s1210_setup_gpios()
/linux/drivers/gpu/drm/gma500/
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 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_dp.c872 static void cdv_intel_fixed_panel_mode(struct drm_display_mode *fixed_mode, in cdv_intel_fixed_panel_mode() argument
875 adjusted_mode->hdisplay = fixed_mode->hdisplay; in cdv_intel_fixed_panel_mode()
876 adjusted_mode->hsync_start = fixed_mode->hsync_start; in cdv_intel_fixed_panel_mode()
877 adjusted_mode->hsync_end = fixed_mode->hsync_end; in cdv_intel_fixed_panel_mode()
878 adjusted_mode->htotal = fixed_mode->htotal; in cdv_intel_fixed_panel_mode()
880 adjusted_mode->vdisplay = fixed_mode->vdisplay; in cdv_intel_fixed_panel_mode()
881 adjusted_mode->vsync_start = fixed_mode->vsync_start; in cdv_intel_fixed_panel_mode()
882 adjusted_mode->vsync_end = fixed_mode->vsync_end; in cdv_intel_fixed_panel_mode()
883 adjusted_mode->vtotal = fixed_mode->vtotal; in cdv_intel_fixed_panel_mode()
885 adjusted_mode->clock = fixed_mode->clock; in cdv_intel_fixed_panel_mode()
/linux/drivers/net/ethernet/nvidia/
A Dforcedeth.c767 int fixed_mode; member
3422 if (np->fixed_mode & LPA_100FULL) { in nv_update_linkspeed()
3425 } else if (np->fixed_mode & LPA_100HALF) { in nv_update_linkspeed()
3428 } else if (np->fixed_mode & LPA_10FULL) { in nv_update_linkspeed()
4547 np->fixed_mode = adv; in nv_set_link_ksettings()
4557 if (np->fixed_mode & (ADVERTISE_10FULL|ADVERTISE_100FULL)) in nv_set_link_ksettings()
4559 if (np->fixed_mode & (ADVERTISE_100HALF|ADVERTISE_100FULL)) in nv_set_link_ksettings()

Completed in 86 milliseconds