| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_modes_test.c | 54 KUNIT_EXPECT_EQ(test, drm_mode_vrefresh(mode), 60); in drm_test_modes_analog_tv_ntsc_480i() 112 KUNIT_EXPECT_EQ(test, drm_mode_vrefresh(mode), 50); in drm_test_modes_analog_tv_pal_576i() 170 KUNIT_EXPECT_EQ(test, drm_mode_vrefresh(mode), 50); in drm_test_modes_analog_tv_mono_576i()
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cmd_encoder.c | 35 total_lines = mode->vtotal * drm_mode_vrefresh(mode); in pingpong_tearcheck_setup() 38 __func__, mode->vtotal, drm_mode_vrefresh(mode)); in pingpong_tearcheck_setup()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-sharp-lq101r1sx01.c | 37 unsigned int refresh = drm_mode_vrefresh(sharp->mode); in sharp_wait_frames() 246 drm_mode_vrefresh(&default_mode)); in sharp_panel_get_modes()
|
| H A D | panel-panasonic-vvx10f034n00.c | 131 drm_mode_vrefresh(&default_mode)); in wuxga_nt_panel_get_modes()
|
| H A D | panel-osd-osd101t2587-53ts.c | 94 drm_mode_vrefresh(osd101t2587->default_mode)); in osd101t2587_panel_get_modes()
|
| H A D | panel-tdo-tl070wsh30.c | 121 drm_mode_vrefresh(&default_mode)); in tdo_tl070wsh30_panel_get_modes()
|
| H A D | panel-kingdisplay-kd097d04.c | 295 drm_mode_vrefresh(&default_mode)); in kingdisplay_panel_get_modes()
|
| H A D | panel-khadas-ts050.c | 773 drm_mode_vrefresh(&default_mode)); in khadas_ts050_panel_get_modes()
|
| H A D | panel-boe-himax8279d.c | 200 m->hdisplay, m->vdisplay, drm_mode_vrefresh(m)); in boe_panel_get_modes()
|
| H A D | panel-startek-kd070fhfid015.c | 182 drm_mode_vrefresh(&default_mode)); in stk_panel_get_modes()
|
| H A D | panel-raspberrypi-touchscreen.c | 331 drm_mode_vrefresh(m)); in rpi_touchscreen_get_modes()
|
| H A D | panel-sitronix-st7789v.c | 347 drm_mode_vrefresh(ctx->info->mode)); in st7789v_get_modes()
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 432 (m)->name, drm_mode_vrefresh(m), (m)->clock, \ 531 int drm_mode_vrefresh(const struct drm_display_mode *mode);
|
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_crtc.c | 206 refresh = drm_mode_vrefresh(mode); in kmb_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 1287 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh() function 1309 EXPORT_SYMBOL(drm_mode_vrefresh); 1856 diff = drm_mode_vrefresh(b) - drm_mode_vrefresh(a); in drm_mode_compare() 2596 out->vrefresh = drm_mode_vrefresh(in); in drm_mode_convert_to_umode()
|
| H A D | drm_client_modeset.c | 208 if (drm_mode_vrefresh(mode) != cmdline_mode->refresh) in drm_connector_pick_cmdline_mode()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_vrr.c | 187 drm_mode_vrefresh(adjusted_mode) * FIXED_POINT_PRECISION; in is_cmrr_frac_required() 206 desired_refresh_rate = drm_mode_vrefresh(adjusted_mode); in cmrr_get_vtotal() 425 intel_vrr_is_in_range(connector, drm_mode_vrefresh(adjusted_mode)); in intel_vrr_compute_config()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_connector.c | 82 drm_mode_vrefresh(mode) < high_v) in nouveau_conn_native_mode() 87 high_v = drm_mode_vrefresh(mode); in nouveau_conn_native_mode() 863 drm_mode_vrefresh(native), false, in nouveau_connector_scaler_modes_add()
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-plane.c | 334 drm_mode_vrefresh(&crtc_state->mode)); in dcss_plane_atomic_update()
|
| /linux/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_de.c | 218 int vrefresh = drm_mode_vrefresh(mode); in hibmc_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | plane.c | 271 avg_bandwidth *= drm_mode_vrefresh(&crtc_state->adjusted_mode); in tegra_plane_calculate_memory_bandwidth()
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_hdmi.c | 942 drm_mode_vrefresh(mode), in hdmi_mode_valid() 1038 drm_mode_vrefresh(m)); in hdmi_mode_fixup()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvnv17.c | 339 if (abs(drm_mode_vrefresh(mode) * 1000 - in nv17_tv_mode_valid()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_crtc.c | 587 mode->hdisplay, mode->vdisplay, drm_mode_vrefresh(mode)); in lsdc_pixpll_show_clock()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder.c | 789 vsync_cfg.frame_rate = drm_mode_vrefresh(&dpu_enc->base.crtc->state->adjusted_mode); in _dpu_encoder_update_vsync_source() 2142 drm_mode_vrefresh(&drm_enc->crtc->state->adjusted_mode); in dpu_encoder_start_frame_done_timer()
|