Searched refs:rotData (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp676 struct msm_rotator_buf_sync rotData; local
679 memset(&rotData, 0, sizeof(rotData));
682 rotData.acq_fen_fd = acquireFenceFd;
683 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId();
684 ioctl(rotFd, MSM_ROTATOR_IOCTL_BUFFER_SYNC, &rotData);
687 acquireFenceFd = dup(rotData.rel_fen_fd);
691 rotData.rel_fen_fd;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp633 struct mdp_buf_sync rotData; local
634 memset(&rotData, 0, sizeof(rotData));
635 rotData.acq_fen_fd =
637 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this
638 rotData.retire_fen_fd = &rotRetireFd;
639 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId();
641 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp634 struct msm_rotator_buf_sync rotData; local
637 memset(&rotData, 0, sizeof(rotData));
640 rotData.acq_fen_fd = acquireFenceFd;
641 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId();
642 ioctl(rotFd, MSM_ROTATOR_IOCTL_BUFFER_SYNC, &rotData);
645 acquireFenceFd = dup(rotData.rel_fen_fd);
649 rotData.rel_fen_fd;

Completed in 52 milliseconds