Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/common/
H A Dedid.c165 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
170 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
175 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
180 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
186 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
192 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
198 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
204 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
210 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
216 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h43 unsigned int h, unsigned int vrefresh,
78 unsigned int vrefresh, unsigned int bpc, in mtk_ddp_comp_config() argument
82 comp->funcs->config(comp, w, h, vrefresh, bpc, cmdq_pkt); in mtk_ddp_comp_config()
H A Dmtk_drm_ddp_comp.c162 unsigned int h, unsigned int vrefresh, in mtk_od_config() argument
181 unsigned int h, unsigned int vrefresh, in mtk_aal_config() argument
199 unsigned int h, unsigned int vrefresh, in mtk_ccorr_config() argument
268 unsigned int h, unsigned int vrefresh, in mtk_dither_config() argument
286 unsigned int h, unsigned int vrefresh, in mtk_gamma_config() argument
H A Dmtk_disp_rdma.c128 unsigned int height, unsigned int vrefresh, in mtk_rdma_config() argument
146 threshold = width * height * vrefresh * 4 * 7 / 1000000; in mtk_rdma_config()
H A Dmtk_disp_color.c48 unsigned int h, unsigned int vrefresh, in mtk_color_config() argument
H A Dmtk_drm_crtc.c251 unsigned int width, height, vrefresh, bpc = MTK_MAX_BPC; in mtk_crtc_ddp_hw_init() local
260 vrefresh = drm_mode_vrefresh(&crtc->state->adjusted_mode); in mtk_crtc_ddp_hw_init()
311 mtk_ddp_comp_config(comp, width, height, vrefresh, bpc, NULL); in mtk_crtc_ddp_hw_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c141 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
425 vfieldrate_rqd = vrefresh * 2; in drm_gtf_mode_complex()
427 vfieldrate_rqd = vrefresh; in drm_gtf_mode_complex()
571 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode() argument
574 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, in drm_gtf_mode()
[all …]
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_modes.h444 int hdisplay, int vdisplay, int vrefresh,
448 int hdisplay, int vdisplay, int vrefresh,
452 int vrefresh, bool interlaced,
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Mode.c744 if ((vrefrsh > monitor->vrefresh[i].lo * (1.0 - SYNC_TOLERANCE)) && in xf86CheckModeForMonitor()
745 (vrefrsh < monitor->vrefresh[i].hi * (1.0 + SYNC_TOLERANCE))) in xf86CheckModeForMonitor()
1357 range vrefresh[MAX_VREFRESH]; in xf86ValidateModes() local
1432 scrp->monitor->vrefresh[i].lo = vrefresh[i].lo; in xf86ValidateModes()
1433 scrp->monitor->vrefresh[i].hi = vrefresh[i].hi; in xf86ValidateModes()
1437 scrp->monitor->vrefresh[0].lo = 50; in xf86ValidateModes()
1438 scrp->monitor->vrefresh[0].hi = 70; in xf86ValidateModes()
1447 if (scrp->monitor->vrefresh[i].lo == scrp->monitor->vrefresh[i].hi) in xf86ValidateModes()
1451 scrp->monitor->vrefresh[i].lo); in xf86ValidateModes()
1456 scrp->monitor->vrefresh[i].lo, in xf86ValidateModes()
[all …]
H A Dxf86VidMode.c83 ret.f = (100.0 * monitor->vrefresh[indx].lo); in xf86VidModeGetMonitorValue()
86 ret.f = (100.0 * monitor->vrefresh[indx].hi); in xf86VidModeGetMonitorValue()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86EdidModes.c793 Monitor->vrefresh[0].lo = 1024.0; in DDCGuessRangesFromModes()
794 Monitor->vrefresh[0].hi = 0.0; in DDCGuessRangesFromModes()
810 if (Mode->VRefresh < Monitor->vrefresh[0].lo) in DDCGuessRangesFromModes()
811 Monitor->vrefresh[0].lo = Mode->VRefresh; in DDCGuessRangesFromModes()
813 if (Mode->VRefresh > Monitor->vrefresh[0].hi) in DDCGuessRangesFromModes()
814 Monitor->vrefresh[0].hi = Mode->VRefresh; in DDCGuessRangesFromModes()
1146 p->Monitor->vrefresh[p->Monitor->nVrefresh].lo = in handle_detailed_monset()
1148 p->Monitor->vrefresh[p->Monitor->nVrefresh].hi = in handle_detailed_monset()
H A Dxf86Crtc.c1562 mon->vrefresh[0].lo = 1024.0; in GuessRangeFromModes()
1563 mon->vrefresh[0].hi = 0.0; in GuessRangeFromModes()
1579 if (mode->VRefresh < mon->vrefresh[0].lo) in GuessRangeFromModes()
1580 mon->vrefresh[0].lo = mode->VRefresh; in GuessRangeFromModes()
1582 if (mode->VRefresh > mon->vrefresh[0].hi) in GuessRangeFromModes()
1583 mon->vrefresh[0].hi = mode->VRefresh; in GuessRangeFromModes()
1591 if (mon->vrefresh[0].lo > 58.0) in GuessRangeFromModes()
1592 mon->vrefresh[0].lo = 58.0; in GuessRangeFromModes()
1625 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v; in handle_detailed_monrec()
1626 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].hi = ranges->max_v; in handle_detailed_monrec()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display_helper.c74 if (mode->vrefresh > 0) { in drm_mode_vrefresh()
75 refresh = mode->vrefresh; in drm_mode_vrefresh()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.h22 int vrefresh; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_debug.h25 int vrefresh; member
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0033-backend-drm-Support-setting-interlaced-mode.patch29 mode->mode_info.vrefresh,
102 (refresh == 0 || refresh == drm_mode->mode_info.vrefresh)) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0036-backend-drm-Support-setting-interlaced-mode.patch29 mode->mode_info.vrefresh,
103 (refresh == 0 || refresh == drm_mode->mode_info.vrefresh)) {
/OK3568_Linux_fs/buildroot/package/weston/
H A D0036-backend-drm-Support-setting-interlaced-mode.patch29 mode->mode_info.vrefresh,
103 (refresh == 0 || refresh == drm_mode->mode_info.vrefresh)) {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c218 int vrefresh = drm_mode_vrefresh(mode); in hibmc_crtc_mode_valid() local
220 if (vrefresh < 59 || vrefresh > 61) in hibmc_crtc_mode_valid()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddsi.c39 unsigned int vrefresh; member
705 unsigned int vrefresh) in tegra_dsi_set_timeout() argument
711 timeout = (bclk / vrefresh) / 512; in tegra_dsi_set_timeout()
724 tegra_dsi_set_timeout(dsi->slave, bclk, vrefresh); in tegra_dsi_set_timeout()
923 tegra_dsi_set_timeout(dsi, state->bclk, state->vrefresh); in tegra_dsi_encoder_enable()
975 state->vrefresh = drm_mode_vrefresh(&crtc_state->mode); in tegra_dsi_encoder_atomic_check()
983 state->vrefresh); in tegra_dsi_encoder_atomic_check()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Ddm_pp_interface.h91 uint32_t vrefresh; /* for active display*/ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.c1043 pScrn->monitor->vrefresh[0].lo = 56.0; in VBEInterpretPanelID()
1044 pScrn->monitor->vrefresh[0].hi = in VBEInterpretPanelID()
1048 if (pScrn->monitor->vrefresh[0].hi < 59.47) in VBEInterpretPanelID()
1049 pScrn->monitor->vrefresh[0].hi = 59.47; in VBEInterpretPanelID()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dsii902x.c543 int ret, vrefresh; in sii902x_bridge_mode_set() local
546 vrefresh = drm_mode_vrefresh(mode) * 100; in sii902x_bridge_mode_set()
549 buf[2] = vrefresh & 0xff; in sii902x_bridge_mode_set()
550 buf[3] = vrefresh >> 8; in sii902x_bridge_mode_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h100 int vrefresh; /* mHz */ member
/OK3568_Linux_fs/u-boot/include/
H A Ddrm_modes.h190 int vrefresh; member

1234