Searched refs:vop2_read_vcnt (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 1294 static uint32_t vop2_read_vcnt(struct vop2_video_port *vp) in vop2_read_vcnt() function 1360 vp->id, vop2_read_vcnt(vp)); in vop2_wait_for_fs_by_done_bit_status() 1434 vcnt = vop2_read_vcnt(done_vp); in vop2_pending_done_bits() 1475 first_vp_vcnt = vop2_read_vcnt(first_done_vp); in vop2_pending_done_bits() 1478 second_vp_vcnt = vop2_read_vcnt(second_done_vp); in vop2_pending_done_bits() 9948 if (vop2_read_vcnt(vp) < wait_line) in vop2_wait_for_scan_timing_max_to_assigned_line() 9951 ret = readx_poll_timeout_atomic(vop2_read_vcnt, vp, vcnt, vcnt < wait_line, 0, 50 * 1000); in vop2_wait_for_scan_timing_max_to_assigned_line() 9970 if (vop2_read_vcnt(vp) > wait_line) in vop2_wait_for_scan_timing_from_the_assigned_line() 9973 ret = readx_poll_timeout_atomic(vop2_read_vcnt, vp, vcnt, vcnt > wait_line, 0, 50 * 1000); in vop2_wait_for_scan_timing_from_the_assigned_line() 9995 u32 current_line = vop2_read_vcnt(vp); in vop2_crtc_atomic_flush() [all …]
|