Searched refs:vcnt (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/ |
H A D | vou_hal.h | 45 hi_bool hal_disp_get_int_state_vcnt(hal_disp_outputchannel chan, hi_u32 *vcnt);
|
H A D | vou_reg.h | 5143 unsigned int vcnt : 13; /* [15..3] */ member 6596 unsigned int vcnt : 13; /* [15..3] */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.h | 380 struct rockchip_drm_vcnt vcnt[ROCKCHIP_MAX_CRTC]; member
|
H A D | rockchip_drm_vop2.c | 1129 DRM_DEV_ERROR(vop2->dev, "wait vp%d done bit status timeout, vcnt: %d\n", vp->id, vop2_read_vcnt(vp)); in vop2_wait_for_fs_by_done_bit_status() 1180 uint32_t vcnt; in vop2_pending_done_bits() local 1205 vcnt = vop2_read_vcnt(done_vp); in vop2_pending_done_bits() 1207 vcnt >>= 1; in vop2_pending_done_bits() 1210 if (vcnt > ((adjusted_mode->crtc_vtotal * 0x7) >> 0x3)) { in vop2_pending_done_bits() 7604 struct rockchip_drm_vcnt *vcnt; in vop2_handle_vcnt() local 7614 vcnt = &priv->vcnt[pipe]; in vop2_handle_vcnt() 7615 vcnt->sequence++; in vop2_handle_vcnt() 7616 if (vcnt in vop2_handle_vcnt() [all...] |
H A D | rockchip_drm_drv.c | 1446 priv->vcnt[pipe].event = e; in rockchip_drm_get_vcnt_event_ioctl()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_drm_drv.h | 387 struct rockchip_drm_vcnt vcnt[ROCKCHIP_MAX_CRTC]; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
H A D | hifb_graphic_hal.h | 51 hi_bool hal_disp_get_int_state_vcnt(hal_disp_outputchannel chan, hi_u32 *vcnt);
|
H A D | hifb_reg.h | 1399 unsigned int vcnt : 13; /* [15..3] */ member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 1147 DRM_DEV_ERROR(vop2->dev, "wait vp%d done bit status timeout, vcnt: %d\n", in vop2_wait_for_fs_by_done_bit_status() 1199 uint32_t vcnt; in vop2_pending_done_bits() local 1222 vcnt = vop2_read_vcnt(done_vp); in vop2_pending_done_bits() 1224 vcnt >>= 1; in vop2_pending_done_bits() 1226 if (vcnt > (adjusted_mode->crtc_vtotal * 7 >> 3)) { in vop2_pending_done_bits() 7719 struct rockchip_drm_vcnt *vcnt; in vop2_handle_vcnt() local 7729 vcnt = &priv->vcnt[pipe]; in vop2_handle_vcnt() 7730 vcnt->sequence++; in vop2_handle_vcnt() 7731 if (vcnt in vop2_handle_vcnt() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/ |
H A D | vou_hal.c | 328 hi_bool hal_disp_get_int_state_vcnt(hal_disp_outputchannel chan, hi_u32 *vcnt) in hal_disp_get_int_state_vcnt() argument 336 *vcnt = DHD0_STATE.bits.vcnt; in hal_disp_get_int_state_vcnt()
|
Completed in 66 milliseconds