Home
last modified time | relevance | path

Searched refs:drm_mode_vrefresh (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_panel.c91 abs(drm_mode_vrefresh(best_mode) - vrefresh); in is_best_fixed_mode()
99 int vrefresh = drm_mode_vrefresh(mode); in intel_panel_fixed_mode()
102 int fixed_mode_vrefresh = drm_mode_vrefresh(fixed_mode); in intel_panel_fixed_mode()
139 int max_vrefresh = drm_mode_vrefresh(adjusted_mode); in intel_panel_downclock_mode()
143 int vrefresh = drm_mode_vrefresh(fixed_mode); in intel_panel_downclock_mode()
220 vrefresh = drm_mode_vrefresh(adjusted_mode); in intel_panel_compute_config()
221 fixed_mode_vrefresh = drm_mode_vrefresh(fixed_mode); in intel_panel_compute_config()
714 if (drm_mode_vrefresh(mode) != drm_mode_vrefresh(fixed_mode)) in intel_panel_mode_valid()
H A Dintel_fbc.c990 fbc_state->interval = drm_mode_vrefresh(&crtc_state->hw.adjusted_mode); in intel_fbc_update_state()
H A Dintel_tv.c977 if (abs(tv_mode->refresh - drm_mode_vrefresh(mode) * 1000) >= 1000) in intel_tv_mode_valid()
H A Dintel_psr.c823 drm_mode_vrefresh(&cstate->hw.adjusted_mode)); in intel_get_frame_time_us()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_modes.h432 (m)->name, drm_mode_vrefresh(m), (m)->clock, \
529 int drm_mode_vrefresh(const struct drm_display_mode *mode);
/openbsd/sys/dev/pci/drm/amd/pm/
H A Damdgpu_dpm_internal.c88 vrefresh = drm_mode_vrefresh(&amdgpu_crtc->hw_mode); in amdgpu_dpm_get_vrefresh()
/openbsd/sys/dev/pci/drm/
H A Ddrm_modes.c1286 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh() function
1308 EXPORT_SYMBOL(drm_mode_vrefresh);
1857 diff = drm_mode_vrefresh(b) - drm_mode_vrefresh(a); in drm_mode_compare()
2609 out->vrefresh = drm_mode_vrefresh(in); in drm_mode_convert_to_umode()
H A Ddrm_edid.c2988 cur_vrefresh = drm_mode_vrefresh(cur_mode); in edid_fixup_preferred()
2989 preferred_vrefresh = drm_mode_vrefresh(preferred_mode); in edid_fixup_preferred()
3035 if (fresh != drm_mode_vrefresh(ptr)) in drm_mode_find_dmt()
3381 drm_mode_vrefresh(m) == vrefresh_rate) in drm_mode_std()
3611 vsync = drm_mode_vrefresh(mode); in mode_in_vsync_range()
3669 drm_mode_vrefresh(mode) == drm_mode_vrefresh(m)) in valid_inferred_mode()
4236 if (drm_mode_vrefresh(cea_mode) % 6 != 0) in cea_mode_alternate_clock()
4674 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()
7001 if (drm_mode_vrefresh(ptr) > 61) in drm_add_modes_noedid()
H A Ddrm_probe_helper.c161 if (drm_mode_vrefresh(mode) != cmdline_mode->refresh) in drm_helper_probe_add_cmdline_mode()
H A Ddrm_client_modeset.c197 if (drm_mode_vrefresh(mode) != cmdline_mode->refresh) in drm_connector_pick_cmdline_mode()
/openbsd/sys/dev/pci/drm/radeon/
H A Drs780_dpm.c67 pi->refresh_rate = drm_mode_vrefresh(&crtc->mode); in rs780_get_pm_mode_parameters()
H A Dr600_dpm.c194 vrefresh = drm_mode_vrefresh(&radeon_crtc->hw_mode); in r600_dpm_get_vrefresh()
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5818 highest_refresh = drm_mode_vrefresh(m_pref); in get_highest_refresh_rate_mode()
5826 current_refresh = drm_mode_vrefresh(m); in get_highest_refresh_rate_mode()
6096 mode_refresh = drm_mode_vrefresh(&mode); in create_stream_for_sink()
6118 preferred_refresh = drm_mode_vrefresh(preferred_mode); in create_stream_for_sink()
7267 if (drm_mode_vrefresh(m) * 1000 < common_rates[i]) in add_fs_modes()
9219 int vrefresh = drm_mode_vrefresh(mode); in get_freesync_config_for_crtc()