Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dsii902x.c348 int ret, vrefresh; in sii902x_bridge_mode_set() local
360 vrefresh = drm_mode_vrefresh(mode) * 100; in sii902x_bridge_mode_set()
363 buf[2] = vrefresh & 0xff; in sii902x_bridge_mode_set()
364 buf[3] = vrefresh >> 8; in sii902x_bridge_mode_set()
H A Drockchip_display_helper.c74 if (mode->vrefresh > 0) { in drm_mode_vrefresh()
75 refresh = mode->vrefresh; in drm_mode_vrefresh()
H A Drockchip_tve.c36 .vrefresh = 50, },
42 .vrefresh = 60, },
H A Ddw_mipi_dsi2.c420 unsigned int vrefresh = drm_mode_vrefresh(&dsi2->mode); in dw_mipi_dsi2_read_from_fifo() local
425 DIV_ROUND_UP(1000000, vrefresh)); in dw_mipi_dsi2_read_from_fifo()
1279 conn_state->mode.vrefresh = drm_mode_vrefresh(&conn_state->mode); in dw_mipi_dsi2_connector_mode_valid()
H A Drockchip_display.c460 mode->vrefresh = drm_mode_vrefresh(mode); in rockchip_ofnode_get_display_mode()
485 mode->vrefresh = 60; in display_get_force_timing_from_dts()
617 mode->vrefresh = 60; in display_get_edid_mode()
710 crtc_state->crtc->active_mode.vrefresh); in display_init()
H A Dinno_hdmi.c775 hdmi->edid_data.mode_buf[i].vrefresh = in rockchip_inno_hdmi_get_timing()
H A Ddw_hdmi_qp.c1495 hdmi->edid_data.mode_buf[i].vrefresh = in _rockchip_dw_hdmi_qp_get_timing()
H A Danalogix_dp.c1272 edid_data.mode_buf[i].vrefresh = drm_mode_vrefresh(&edid_data.mode_buf[i]); in analogix_dp_connector_get_timing()
H A Ddw-dp.c1682 edid_data.mode_buf[i].vrefresh = in dw_dp_connector_get_timing()
H A Ddw_hdmi.c2679 hdmi->edid_data.mode_buf[i].vrefresh = in rockchip_dw_hdmi_get_timing()
H A Drockchip_vop2.c4966 mode->vrefresh, in rockchip_vop2_init()
6144 u8 vrefresh = drm_mode_vrefresh(mode); in rockchip_vop2_mode_fixup() local
6150 vrefresh / 1000; in rockchip_vop2_mode_fixup()
/rk3399_rockchip-uboot/include/
H A Ddrm_modes.h237 int vrefresh; member
H A Dedid.h837 int vrefresh; member
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_dsi.c357 unsigned int vrefresh = 60; in rk628_dsi_read_from_fifo() local
367 0, DIV_ROUND_UP(1000000, vrefresh)); in rk628_dsi_read_from_fifo()