/linux-4.4.14/drivers/gpu/drm/panel/ |
D | panel-simple.c | 127 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 …]
|
D | panel-lg-lg4573.c | 209 .vrefresh = 60, 221 default_mode.vrefresh); in lg4573_get_modes()
|
D | panel-sharp-lq101r1sx01.c | 286 .vrefresh = 60, 297 default_mode.vrefresh); in sharp_panel_get_modes()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid.c | 646 .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 …]
|
D | drm_modes.c | 54 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 …]
|
D | drm_probe_helper.c | 253 mode->vrefresh = drm_mode_vrefresh(mode); in drm_helper_probe_single_connector_modes_merge_bits()
|
D | drm_fb_helper.c | 1658 if (mode->vrefresh != cmdline_mode->refresh) in drm_pick_cmdline_mode()
|
/linux-4.4.14/include/drm/ |
D | drm_modes.h | 147 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/ |
D | omap_connector.c | 213 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()
|
D | omap_crtc.c | 383 mode->vrefresh, mode->clock, in omap_crtc_mode_set_nofb()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_cmd_encoder.c | 112 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()
|
D | mdp5_encoder.c | 141 mode->vrefresh, mode->clock, in mdp5_encoder_mode_set()
|
D | mdp5_crtc.c | 311 mode->vrefresh, mode->clock, in mdp5_crtc_mode_set_nofb()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dsi.c | 37 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/ |
D | edp_bridge.c | 65 mode->vrefresh, mode->clock, in edp_bridge_mode_set()
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 39 #define NTSC_LIKE_TIMINGS .vrefresh = 60 * fixed1/1.001, \ 44 #define PAL_LIKE_TIMINGS .vrefresh = 50 * fixed1, \ 124 .vrefresh = 0, \
|
D | adv7511.c | 733 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()
|
D | ch7006_priv.h | 50 fixed vrefresh; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.h | 100 int vrefresh; /* mHz */ member
|
D | tvnv17.c | 212 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/ |
D | drm_mode.h | 119 __u32 vrefresh; member
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_dtv_encoder.c | 118 mode->vrefresh, mode->clock, in mdp4_dtv_encoder_mode_set()
|
D | mdp4_lcdc_encoder.c | 284 mode->vrefresh, mode->clock, in mdp4_lcdc_encoder_mode_set()
|
D | mdp4_crtc.c | 261 mode->vrefresh, mode->clock, in mdp4_crtc_mode_set_nofb()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 603 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/ |
D | sti_crtc.c | 77 mode->vrefresh, mode->clock, in sti_crtc_mode_set()
|
D | sti_hda.c | 536 mode->vrefresh = drm_mode_vrefresh(mode); in sti_hda_connector_get_modes()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.c | 147 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/ |
D | exynos_hdmi.c | 1015 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()
|
D | exynos7_drm_decon.c | 158 unsigned long ideal_clk = mode->htotal * mode->vtotal * mode->vrefresh; in decon_calc_clkdiv()
|
D | exynos_drm_fimd.c | 362 unsigned long ideal_clk = mode->htotal * mode->vtotal * mode->vrefresh; in fimd_calc_clkdiv()
|
D | exynos_mixer.c | 1108 mode->hdisplay, mode->vdisplay, mode->vrefresh, in mixer_atomic_check()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 185 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/ |
D | i915_debugfs.c | 2792 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()
|
D | intel_dp.c | 5553 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()
|
D | intel_display.c | 7826 mode->vrefresh = drm_mode_vrefresh(mode); in intel_mode_from_pipe_config()
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
D | dsi_manager.c | 494 mode->vrefresh, mode->clock, in dsi_mgr_bridge_mode_set()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1523 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/ |
D | gpu.xml.db | 100 API-drm-mode-vrefresh
|