Home
last modified time | relevance | path

Searched refs:rotData (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp682 struct msm_rotator_buf_sync rotData; in hwc_sync() local
685 memset(&rotData, 0, sizeof(rotData)); in hwc_sync()
688 rotData.acq_fen_fd = acquireFenceFd; in hwc_sync()
689 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId(); in hwc_sync()
690 ioctl(rotFd, MSM_ROTATOR_IOCTL_BUFFER_SYNC, &rotData); in hwc_sync()
693 acquireFenceFd = dup(rotData.rel_fen_fd); in hwc_sync()
697 rotData.rel_fen_fd; in hwc_sync()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.cpp630 struct mdp_buf_sync rotData; in hwc_sync() local
631 memset(&rotData, 0, sizeof(rotData)); in hwc_sync()
632 rotData.acq_fen_fd = in hwc_sync()
634 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync()
635 rotData.retire_fen_fd = &rotRetireFd; in hwc_sync()
636 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId(); in hwc_sync()
638 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1321 struct mdp_buf_sync rotData; in hwc_sync() local
1322 memset(&rotData, 0, sizeof(rotData)); in hwc_sync()
1323 rotData.acq_fen_fd = in hwc_sync()
1325 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync()
1326 rotData.session_id = currRot->getSessId(); in hwc_sync()
1328 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync()
1331 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1308 struct mdp_buf_sync rotData; in hwc_sync() local
1309 memset(&rotData, 0, sizeof(rotData)); in hwc_sync()
1310 rotData.acq_fen_fd = in hwc_sync()
1312 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync()
1313 rotData.session_id = currRot->getSessId(); in hwc_sync()
1315 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync()
1318 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1533 struct mdp_buf_sync rotData; in hwc_sync() local
1534 memset(&rotData, 0, sizeof(rotData)); in hwc_sync()
1535 rotData.acq_fen_fd = in hwc_sync()
1537 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync()
1538 rotData.session_id = currRot->getSessId(); in hwc_sync()
1540 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync()
1544 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()