Searched refs:rotData (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 682 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/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 1321 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/ |
D | hwc_utils.cpp | 1309 struct mdp_buf_sync rotData; in hwc_sync() local 1310 memset(&rotData, 0, sizeof(rotData)); in hwc_sync() 1311 rotData.acq_fen_fd = in hwc_sync() 1313 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync() 1314 rotData.session_id = currRot->getSessId(); in hwc_sync() 1316 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync() 1319 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 1622 struct mdp_buf_sync rotData; in hwc_sync() local 1623 memset(&rotData, 0, sizeof(rotData)); in hwc_sync() 1624 rotData.acq_fen_fd = in hwc_sync() 1626 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync() 1627 rotData.session_id = currRot->getSessId(); in hwc_sync() 1629 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync() 1633 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 1535 struct mdp_buf_sync rotData; in hwc_sync() local 1536 memset(&rotData, 0, sizeof(rotData)); in hwc_sync() 1537 rotData.acq_fen_fd = in hwc_sync() 1539 rotData.rel_fen_fd = &rotReleaseFd; //driver to populate this in hwc_sync() 1540 rotData.session_id = currRot->getSessId(); in hwc_sync() 1542 rotData.acq_fen_fd_cnt = 1; //1 ioctl call per rot session in hwc_sync() 1546 ret = ioctl(rotFd, MSMFB_BUFFER_SYNC, &rotData); in hwc_sync()
|