/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-simple.c | 136 m->hdisplay, m->vdisplay, m->vrefresh); in panel_simple_get_fixed_modes() 399 .vrefresh = 60, 424 .vrefresh = 60, 449 .vrefresh = 60, 472 .vrefresh = 60, 495 .vrefresh = 60, 519 .vrefresh = 60, 542 .vrefresh = 60, 565 .vrefresh = 60, 621 .vrefresh = 60, [all …]
|
D | panel-arm-versatile.c | 144 .vrefresh = 116, 168 .vrefresh = 60, 191 .vrefresh = 390, 215 .vrefresh = 116,
|
D | panel-ilitek-ili9322.c | 567 .vrefresh = 60, 581 .vrefresh = 60, 596 .vrefresh = 60, 611 .vrefresh = 60, 625 .vrefresh = 60, 640 .vrefresh = 60, 655 .vrefresh = 60,
|
D | panel-lg-lg4573.c | 209 .vrefresh = 60, 221 default_mode.vrefresh); in lg4573_get_modes()
|
D | panel-innolux-p079zca.c | 241 .vrefresh = 60, 275 .vrefresh = 60, 418 m->hdisplay, m->vdisplay, m->vrefresh); in innolux_panel_get_modes()
|
D | panel-panasonic-vvx10f034n00.c | 176 .vrefresh = 60, 187 default_mode.vrefresh); in wuxga_nt_panel_get_modes()
|
D | panel-sharp-ls043t1le01.c | 220 .vrefresh = 60, 231 default_mode.vrefresh); in sharp_nt_panel_get_modes()
|
D | panel-samsung-s6e3ha2.c | 619 .vrefresh = 60, 638 .vrefresh = 60, 657 ctx->desc->mode->vrefresh); in s6e3ha2_get_modes()
|
D | panel-raspberrypi-touchscreen.c | 215 .vrefresh = 60, 329 m->hdisplay, m->vdisplay, m->vrefresh); in rpi_touchscreen_get_modes()
|
D | panel-sharp-lq101r1sx01.c | 280 .vrefresh = 60, 291 default_mode.vrefresh); in sharp_panel_get_modes()
|
D | panel-samsung-s6e63j0x03.c | 53 .vrefresh = 30, 410 default_mode.vrefresh); in s6e63j0x03_get_modes()
|
D | panel-raydium-rm68200.c | 93 .vrefresh = 50, 343 default_mode.vrefresh); in rm68200_get_modes()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_edid.c | 701 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 706 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 711 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 716 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 722 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 728 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 734 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 740 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 746 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 752 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, [all …]
|
D | drm_modes.c | 144 int vdisplay, int vrefresh, in drm_cvt_mode() argument 172 if (!vrefresh) in drm_cvt_mode() 173 vrefresh = 60; in drm_cvt_mode() 177 vfieldrate = vrefresh * 2; in drm_cvt_mode() 179 vfieldrate = vrefresh; in drm_cvt_mode() 367 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument 421 vfieldrate_rqd = vrefresh * 2; in drm_gtf_mode_complex() 423 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 570 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, in drm_gtf_mode() [all …]
|
/Linux-v4.19/include/drm/ |
D | drm_modes.h | 396 int vrefresh; member 439 (m)->base.id, (m)->name, (m)->vrefresh, (m)->clock, \ 479 int hdisplay, int vdisplay, int vrefresh, 483 int hdisplay, int vdisplay, int vrefresh, 487 int vrefresh, bool interlaced,
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 180 mode->vrefresh = drm_mode_vrefresh(mode); in omap_connector_mode_valid() 214 new_mode->vrefresh = 0; in omap_connector_mode_valid() 215 if (mode->vrefresh == drm_mode_vrefresh(new_mode)) in omap_connector_mode_valid() 223 mode->base.id, mode->name, mode->vrefresh, mode->clock, in omap_connector_mode_valid()
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_drm_ddp_comp.h | 76 unsigned int h, unsigned int vrefresh, unsigned int bpc); 101 unsigned int vrefresh, unsigned int bpc) in mtk_ddp_comp_config() argument 104 comp->funcs->config(comp, w, h, vrefresh, bpc); in mtk_ddp_comp_config()
|
D | mtk_drm_ddp_comp.c | 99 unsigned int h, unsigned int vrefresh, in mtk_od_config() argument 118 unsigned int h, unsigned int vrefresh, in mtk_aal_config() argument 135 unsigned int h, unsigned int vrefresh, in mtk_gamma_config() argument
|
D | mtk_drm_crtc.c | 167 state->pending_vrefresh = crtc->mode.vrefresh; in mtk_drm_crtc_mode_set_nofb() 226 unsigned int width, height, vrefresh, bpc = MTK_MAX_BPC; in mtk_crtc_ddp_hw_init() local 236 vrefresh = crtc->state->adjusted_mode.vrefresh; in mtk_crtc_ddp_hw_init() 285 mtk_ddp_comp_config(comp, width, height, vrefresh, bpc); in mtk_crtc_ddp_hw_init()
|
D | mtk_disp_rdma.c | 135 unsigned int height, unsigned int vrefresh, in mtk_rdma_config() argument 151 threshold = width * height * vrefresh * 4 * 7 / 1000000; in mtk_rdma_config()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cmd_encoder.c | 62 total_lines_x100 = mode->vtotal * mode->vrefresh; in pingpong_tearcheck_setup() 65 __func__, mode->vtotal, mode->vrefresh); in pingpong_tearcheck_setup() 139 mode->vrefresh, mode->clock, in mdp5_cmd_encoder_mode_set()
|
/Linux-v4.19/drivers/gpu/drm/meson/ |
D | meson_venc_cvbs.c | 62 .vrefresh = 50, 72 .vrefresh = 60,
|
/Linux-v4.19/drivers/gpu/drm/msm/edp/ |
D | edp_bridge.c | 65 mode->vrefresh, mode->clock, in edp_bridge_mode_set()
|
/Linux-v4.19/drivers/gpu/drm/amd/include/ |
D | dm_pp_interface.h | 91 uint32_t vrefresh; /* for active display*/ member
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | dsi.c | 39 unsigned int vrefresh; member 709 unsigned int vrefresh) in tegra_dsi_set_timeout() argument 715 timeout = (bclk / vrefresh) / 512; in tegra_dsi_set_timeout() 728 tegra_dsi_set_timeout(dsi->slave, bclk, vrefresh); in tegra_dsi_set_timeout() 918 tegra_dsi_set_timeout(dsi, state->bclk, state->vrefresh); in tegra_dsi_encoder_enable() 970 state->vrefresh = drm_mode_vrefresh(&crtc_state->mode); in tegra_dsi_encoder_atomic_check() 978 state->vrefresh); in tegra_dsi_encoder_atomic_check()
|