• Home
  • Raw
  • Download

Lines Matching refs:crtc

139   DrmCrtc *crtc = drm->GetCrtcForDisplay(display_);  in CreateInitializedComposition()  local
140 if (!crtc) { in CreateInitializedComposition()
150 int ret = comp->Init(drm, crtc, importer.get(), planner_.get(), 0); in CreateInitializedComposition()
277 DrmCrtc *crtc = drm->GetCrtcForDisplay(display_); in CommitFrame() local
278 if (!crtc) { in CommitFrame()
294 ret = SetupWritebackCommit(pset, crtc->id(), writeback_conn, in CommitFrame()
301 if (crtc->out_fence_ptr_property().id() != 0) { in CommitFrame()
302 ret = drmModeAtomicAddProperty(pset, crtc->id(), in CommitFrame()
303 crtc->out_fence_ptr_property().id(), in CommitFrame()
304 (uint64_t)&out_fences[crtc->pipe()]); in CommitFrame()
313 ret = drmModeAtomicAddProperty(pset, crtc->id(), in CommitFrame()
314 crtc->active_property().id(), 1); in CommitFrame()
321 ret = drmModeAtomicAddProperty(pset, crtc->id(), crtc->mode_property().id(), in CommitFrame()
325 crtc->id()) < 0; in CommitFrame()
335 DrmCrtc *crtc = comp_plane.crtc(); in CommitFrame() local
446 plane->crtc_property().id(), crtc->id()) < 0; in CommitFrame()
551 if (crtc->out_fence_ptr_property().id()) { in CommitFrame()
552 display_comp->set_out_fence((int)out_fences[crtc->pipe()]); in CommitFrame()
720 DrmCrtc *crtc = drm->GetCrtcForDisplay(display_); in FlattenOnDisplay() local
721 if (!crtc) { in FlattenOnDisplay()
730 if (!plane->GetCrtcSupported(*crtc)) in FlattenOnDisplay()
892 DrmCrtc *crtc = drm->GetCrtcForDisplay(display_); in FlattenSerial() local
893 if (!crtc) { in FlattenSerial()
897 ret = SetupWritebackCommit(pset, crtc->id(), writeback_conn, in FlattenSerial()
917 crtc); in FlattenSerial()
919 if (!drmplane->GetCrtcSupported(*crtc)) in FlattenSerial()
971 DrmCrtc *crtc = active_composition_->crtc(); in FlattenConcurrent() local
1002 crtc); in FlattenConcurrent()
1004 if (!drmplane->GetCrtcSupported(*crtc)) in FlattenConcurrent()