Home
last modified time | relevance | path

Searched refs:request_refresh_rate (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h298 int request_refresh_rate; member
H A Drockchip_drm_vop2.c8204 if ((vcstate->request_refresh_rate != new_vcstate->request_refresh_rate) || in vop2_crtc_atomic_check()
9344 if (vcstate->request_refresh_rate < vcstate->min_refresh_rate || in vop2_crtc_update_vrr()
9345 vcstate->request_refresh_rate > vcstate->max_refresh_rate) { in vop2_crtc_update_vrr()
9346 DRM_ERROR("invalid rate:%d\n", vcstate->request_refresh_rate); in vop2_crtc_update_vrr()
9353 new_vtotal = adjust_mode->vtotal * vrefresh / vcstate->request_refresh_rate; in vop2_crtc_update_vrr()
10280 *val = vcstate->request_refresh_rate; in vop2_crtc_atomic_get_property()
10398 vcstate->request_refresh_rate = val; in vop2_crtc_atomic_set_property()