Searched refs:rotData (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 684 struct msm_rotator_buf_sync rotData; in hwc_sync() local 687 memset(&rotData, 0, sizeof(rotData)); in hwc_sync() 690 rotData.acq_fen_fd = acquireFenceFd; in hwc_sync() 691 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId(); in hwc_sync() 692 ioctl(rotFd, MSM_ROTATOR_IOCTL_BUFFER_SYNC, &rotData); in hwc_sync() 695 acquireFenceFd = dup(rotData.rel_fen_fd); in hwc_sync() 699 rotData.rel_fen_fd; in hwc_sync()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 1323 struct mdp_buf_sync rotData; in hwc_sync() local 1324 memset(&rotData, 0, sizeof(rotData)); in hwc_sync() 1325 rotData.acq_fen_fd = in hwc_sync() 1327 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync() 1328 rotData.session_id = currRot->getSessId(); in hwc_sync() 1330 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync() 1333 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 1311 struct mdp_buf_sync rotData; in hwc_sync() local 1312 memset(&rotData, 0, sizeof(rotData)); in hwc_sync() 1313 rotData.acq_fen_fd = in hwc_sync() 1315 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync() 1316 rotData.session_id = currRot->getSessId(); in hwc_sync() 1318 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync() 1321 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 1537 struct mdp_buf_sync rotData; in hwc_sync() local 1538 memset(&rotData, 0, sizeof(rotData)); in hwc_sync() 1539 rotData.acq_fen_fd = in hwc_sync() 1541 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync() 1542 rotData.session_id = currRot->getSessId(); in hwc_sync() 1544 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync() 1548 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
|