Home
last modified time | relevance | path

Searched refs:vrefresh (Results 1 – 39 of 39) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-simple.c127 m->hdisplay, m->vdisplay, m->vrefresh); in panel_simple_get_fixed_modes()
382 .vrefresh = 60,
407 .vrefresh = 60,
430 .vrefresh = 60,
453 .vrefresh = 60,
477 .vrefresh = 60,
500 .vrefresh = 60,
523 .vrefresh = 60,
551 .vrefresh = 60,
579 .vrefresh = 60,
[all …]
Dpanel-lg-lg4573.c209 .vrefresh = 60,
221 default_mode.vrefresh); in lg4573_get_modes()
Dpanel-sharp-lq101r1sx01.c286 .vrefresh = 60,
297 default_mode.vrefresh); in sharp_panel_get_modes()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid.c646 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
651 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
656 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
661 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
667 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
673 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
679 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
685 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
691 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
697 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
[all …]
Ddrm_modes.c54 mode->base.id, mode->name, mode->vrefresh, mode->clock, in drm_mode_debug_printmodeline()
150 int vdisplay, int vrefresh, in drm_cvt_mode() argument
177 if (!vrefresh) in drm_cvt_mode()
178 vrefresh = 60; in drm_cvt_mode()
182 vfieldrate = vrefresh * 2; in drm_cvt_mode()
184 vfieldrate = vrefresh; in drm_cvt_mode()
369 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
423 vfieldrate_rqd = vrefresh * 2; in drm_gtf_mode_complex()
425 vfieldrate_rqd = vrefresh; in drm_gtf_mode_complex()
567 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode() argument
[all …]
Ddrm_probe_helper.c253 mode->vrefresh = drm_mode_vrefresh(mode); in drm_helper_probe_single_connector_modes_merge_bits()
Ddrm_fb_helper.c1658 if (mode->vrefresh != cmdline_mode->refresh) in drm_pick_cmdline_mode()
/linux-4.4.14/include/drm/
Ddrm_modes.h147 int vrefresh; /* in Hz */ member
193 int hdisplay, int vdisplay, int vrefresh,
197 int hdisplay, int vdisplay, int vrefresh,
201 int vrefresh, bool interlaced,
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_connector.c213 mode->vrefresh = drm_mode_vrefresh(mode); in omap_connector_mode_valid()
237 new_mode->vrefresh = 0; in omap_connector_mode_valid()
238 if (mode->vrefresh == drm_mode_vrefresh(new_mode)) in omap_connector_mode_valid()
246 mode->base.id, mode->name, mode->vrefresh, mode->clock, in omap_connector_mode_valid()
Domap_crtc.c383 mode->vrefresh, mode->clock, in omap_crtc_mode_set_nofb()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cmd_encoder.c112 total_lines_x100 = mode->vtotal * mode->vrefresh; in pingpong_tearcheck_setup()
115 __func__, mode->vtotal, mode->vrefresh); in pingpong_tearcheck_setup()
208 mode->vrefresh, mode->clock, in mdp5_cmd_encoder_mode_set()
Dmdp5_encoder.c141 mode->vrefresh, mode->clock, in mdp5_encoder_mode_set()
Dmdp5_crtc.c311 mode->vrefresh, mode->clock, in mdp5_crtc_mode_set_nofb()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddsi.c37 unsigned int vrefresh; member
681 unsigned int vrefresh) in tegra_dsi_set_timeout() argument
687 timeout = (bclk / vrefresh) / 512; in tegra_dsi_set_timeout()
700 tegra_dsi_set_timeout(dsi->slave, bclk, vrefresh); in tegra_dsi_set_timeout()
848 tegra_dsi_set_timeout(dsi, state->bclk, state->vrefresh); in tegra_dsi_encoder_enable()
902 state->vrefresh = drm_mode_vrefresh(&crtc_state->mode); in tegra_dsi_encoder_atomic_check()
910 state->vrefresh); in tegra_dsi_encoder_atomic_check()
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp_bridge.c65 mode->vrefresh, mode->clock, in edp_bridge_mode_set()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dch7006_mode.c39 #define NTSC_LIKE_TIMINGS .vrefresh = 60 * fixed1/1.001, \
44 #define PAL_LIKE_TIMINGS .vrefresh = 50 * fixed1, \
124 .vrefresh = 0, \
Dadv7511.c733 if (mode->vrefresh <= 24000) in adv7511_encoder_mode_set()
735 else if (mode->vrefresh <= 25000) in adv7511_encoder_mode_set()
737 else if (mode->vrefresh <= 30000) in adv7511_encoder_mode_set()
Dch7006_priv.h50 fixed vrefresh; member
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.h100 int vrefresh; /* mHz */ member
Dtvnv17.c212 mode->clock = tv_norm->tv_enc_mode.vrefresh * in nv17_tv_get_ld_modes()
333 tv_norm->tv_enc_mode.vrefresh) > vsync_tolerance) in nv17_tv_mode_valid()
/linux-4.4.14/include/uapi/drm/
Ddrm_mode.h119 __u32 vrefresh; member
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_dtv_encoder.c118 mode->vrefresh, mode->clock, in mdp4_dtv_encoder_mode_set()
Dmdp4_lcdc_encoder.c284 mode->vrefresh, mode->clock, in mdp4_lcdc_encoder_mode_set()
Dmdp4_crtc.c261 mode->vrefresh, mode->clock, in mdp4_crtc_mode_set_nofb()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_connector.c603 mode->vrefresh = drm_mode_vrefresh(mode); in nouveau_connector_native_mode()
624 mode->vrefresh < high_v) in nouveau_connector_native_mode()
629 high_v = mode->vrefresh; in nouveau_connector_native_mode()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_crtc.c77 mode->vrefresh, mode->clock, in sti_crtc_mode_set()
Dsti_hda.c536 mode->vrefresh = drm_mode_vrefresh(mode); in sti_hda_connector_get_modes()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c147 u32 vrefresh = 0; in amdgpu_dpm_get_vrefresh() local
153 vrefresh = drm_mode_vrefresh(&amdgpu_crtc->hw_mode); in amdgpu_dpm_get_vrefresh()
159 return vrefresh; in amdgpu_dpm_get_vrefresh()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1015 mode->hdisplay, mode->vdisplay, mode->vrefresh, in hdmi_mode_valid()
1099 m->hdisplay, m->vdisplay, m->vrefresh); in hdmi_mode_fixup()
1577 m->vrefresh, (m->flags & DRM_MODE_FLAG_INTERLACE) ? in hdmi_mode_set()
Dexynos7_drm_decon.c158 unsigned long ideal_clk = mode->htotal * mode->vtotal * mode->vrefresh; in decon_calc_clkdiv()
Dexynos_drm_fimd.c362 unsigned long ideal_clk = mode->htotal * mode->vtotal * mode->vrefresh; in fimd_calc_clkdiv()
Dexynos_mixer.c1108 mode->hdisplay, mode->vdisplay, mode->vrefresh, in mixer_atomic_check()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dr600_dpm.c185 u32 vrefresh = 0; in r600_dpm_get_vrefresh() local
191 vrefresh = drm_mode_vrefresh(&radeon_crtc->hw_mode); in r600_dpm_get_vrefresh()
196 return vrefresh; in r600_dpm_get_vrefresh()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_debugfs.c2792 mode->vrefresh, mode->clock, in intel_seq_print_mode()
3178 int vrefresh = 0; in drrs_status_per_crtc() local
3234 vrefresh = panel->fixed_mode->vrefresh; in drrs_status_per_crtc()
3237 vrefresh = panel->downclock_mode->vrefresh; in drrs_status_per_crtc()
3244 seq_printf(m, "\t\tVrefresh: %d", vrefresh); in drrs_status_per_crtc()
Dintel_dp.c5553 if (intel_dp->attached_connector->panel.downclock_mode->vrefresh == in intel_dp_set_drrs_state()
5662 fixed_mode->vrefresh); in intel_edp_drrs_disable()
5694 downclock_mode->vrefresh); in intel_edp_drrs_downclock_work()
5738 fixed_mode->vrefresh); in intel_edp_drrs_invalidate()
5783 fixed_mode->vrefresh); in intel_edp_drrs_flush()
Dintel_display.c7826 mode->vrefresh = drm_mode_vrefresh(mode); in intel_mode_from_pipe_config()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c494 mode->vrefresh, mode->clock, in dsi_mgr_bridge_mode_set()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c1523 mode->vrefresh = drm_mode_vrefresh(mode); in vmw_guess_mode_timing()
1594 mode->vrefresh = drm_mode_vrefresh(mode); in vmw_du_connector_fill_modes()
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db100 API-drm-mode-vrefresh