Home
last modified time | relevance | path

Searched refs:min_refresh_rate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Danalogix_dp-rockchip.c93 unsigned int min_refresh_rate; member
458 if (dp->max_refresh_rate && dp->min_refresh_rate) { in rockchip_dp_drm_encoder_atomic_check()
460 s->min_refresh_rate = dp->min_refresh_rate; in rockchip_dp_drm_encoder_atomic_check()
463 s->min_refresh_rate = di->monitor_range.min_vfreq; in rockchip_dp_drm_encoder_atomic_check()
476 if (refresh_rate > s->max_refresh_rate || refresh_rate < s->min_refresh_rate) { in rockchip_dp_drm_encoder_atomic_check()
478 s->min_refresh_rate = 0; in rockchip_dp_drm_encoder_atomic_check()
688 device_property_read_u32(dev, "min-refresh-rate", &dp->min_refresh_rate); in rockchip_dp_probe()
H A Drockchip_drm_drv.h300 int min_refresh_rate; member
H A Drockchip_drm_vop2.c8049 if (vcstate->max_refresh_rate && vcstate->min_refresh_rate) in vop2_crtc_atomic_enable()
9341 if (!vcstate->min_refresh_rate || !vcstate->max_refresh_rate) in vop2_crtc_update_vrr()
9344 if (vcstate->request_refresh_rate < vcstate->min_refresh_rate || in vop2_crtc_update_vrr()
10290 *val = vcstate->min_refresh_rate; in vop2_crtc_atomic_get_property()
10408 vcstate->min_refresh_rate = val; in vop2_crtc_atomic_set_property()