Searched refs:drm_mode_vrefresh (Results 1 - 12 of 12) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 763 * drm_mode_vrefresh - get the vrefresh of a mode 770 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh() function 793 EXPORT_SYMBOL(drm_mode_vrefresh); variable 1303 diff = drm_mode_vrefresh(b) - drm_mode_vrefresh(a); in drm_mode_compare() 1928 out->vrefresh = drm_mode_vrefresh(in); in drm_mode_convert_to_umode()
|
H A D | drm_edid.c | 2185 cur_vrefresh = drm_mode_vrefresh(cur_mode); in edid_fixup_preferred() 2186 preferred_vrefresh = drm_mode_vrefresh(preferred_mode); in edid_fixup_preferred() 2228 if (fresh != drm_mode_vrefresh(ptr)) { in drm_mode_find_dmt() 2486 drm_mode_vrefresh(m) == vrefresh_rate) return NULL; in drm_mode_std() 2719 vsync = drm_mode_vrefresh(mode); in mode_in_vsync_range() 2781 drm_mode_vrefresh(mode) == drm_mode_vrefresh(m)) { in valid_inferred_mode() 3333 if (drm_mode_vrefresh(cea_mode) % 0x6 != 0) { in cea_mode_alternate_clock() 3811 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory() 5571 if (drm_mode_vrefresh(pt in drm_add_modes_noedid() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
H A D | panel-ilitek-ili9881c.c | 405 drm_mode_vrefresh(ctx->desc->mode)); in ili9881c_get_modes()
|
H A D | panel-simple.c | 320 dev_err(panel->base.dev, "failed to add mode %ux%u@%u\n", m->hdisplay, m->vdisplay, drm_mode_vrefresh(m)); in panel_simple_get_display_modes()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 623 drm_mode_vrefresh(mode) == set->vrefresh && in setup_initial_state()
|
H A D | dw-mipi-dsi2-rockchip.c | 1301 unsigned int vrefresh = drm_mode_vrefresh(&dsi2->mode); in dw_mipi_dsi2_read_from_fifo()
|
H A D | rockchip_drm_vop2.c | 1243 first_vp_safe_time = 1000000 / drm_mode_vrefresh(first_mode) >> 3; in vop2_pending_done_bits() 1250 second_vp_safe_time = 1000000 / drm_mode_vrefresh(second_mode) >> 3; in vop2_pending_done_bits() 4735 drm_mode_vrefresh(mode)); in vop2_crtc_debugfs_dump() 5056 vop_bw_info->frame_bw_mbyte += act_w * act_h / 1000 * cpp * drm_mode_vrefresh(adjusted_mode) / 1000; in vop2_crtc_bandwidth() 5893 drm_mode_vrefresh(adjusted_mode), vcstate->output_type, vp->id, in vop2_crtc_atomic_enable()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-mipi-dsi.c | 279 refresh = drm_mode_vrefresh(mode); in dw_mipi_dsi_wait_for_two_frames()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 653 drm_mode_vrefresh(mode) == set->vrefresh && in setup_initial_state()
|
H A D | rockchip_drm_vop.c | 2442 drm_mode_vrefresh(mode)); in vop_crtc_debugfs_dump() 2708 vop_bw_info->frame_bw_mbyte += act_w * act_h / 0x3e8 * cpp * drm_mode_vrefresh(adjusted_mode) / 0x3e8; in vop_crtc_bandwidth() 3005 drm_mode_vrefresh(adjusted_mode), s->output_type); in vop_crtc_atomic_enable()
|
H A D | dw-mipi-dsi2-rockchip.c | 1306 unsigned int vrefresh = drm_mode_vrefresh(&dsi2->mode); in dw_mipi_dsi2_read_from_fifo()
|
H A D | rockchip_drm_vop2.c | 1227 first_vp_safe_time = (0xf4240 / drm_mode_vrefresh(first_mode)) >> 0x3; in vop2_pending_done_bits() 1234 second_vp_safe_time = (0xf4240 / drm_mode_vrefresh(second_mode)) >> 0x3; in vop2_pending_done_bits() 4725 drm_mode_vrefresh(mode)); in vop2_crtc_debugfs_dump() 5052 vop_bw_info->frame_bw_mbyte += act_w * act_h / 0x3e8 * cpp * drm_mode_vrefresh(adjusted_mode) / 0x3e8; in vop2_crtc_bandwidth() 5831 interlaced ? "i" : "p", drm_mode_vrefresh(adjusted_mode), vcstate->output_type, vp->id, in vop2_crtc_atomic_enable()
|
Completed in 62 milliseconds