Searched refs:crtc_ (Results 1 – 6 of 6) sorted by relevance
/external/drm_hwcomposer/ |
D | drmdisplaycomposition.h | 68 : type_(type), plane_(plane), crtc_(crtc) { in DrmCompositionPlane() 74 crtc_(crtc), in DrmCompositionPlane() 90 return crtc_; in crtc() 104 DrmCrtc *crtc_ = NULL; variable 155 return crtc_; in crtc() 180 DrmCrtc *crtc_ = NULL; variable
|
D | drmencoder.cpp | 29 crtc_(current_crtc), in DrmEncoder() 39 return crtc_; in crtc() 51 crtc_ = crtc; in set_crtc()
|
D | drmdisplaycomposition.cpp | 44 crtc_ = crtc; // Can be NULL if we haven't modeset yet in Init() 90 crtc_); in AddPlaneDisable() 111 composition_planes_) = planner_->ProvisionPlanes(to_composite, crtc_, in Plan() 243 << " crtc=" << (crtc_ ? crtc_->id() : -1) in Dump()
|
D | drmencoder.h | 51 DrmCrtc *crtc_; variable
|
D | drmhwctwo.cpp | 220 crtc_ = drm_->GetCrtcForDisplay(display); in Init() 221 if (!crtc_) { in Init() 557 composition->Init(drm_, crtc_, importer_.get(), planner_.get(), frame_no_); in CreateComposition() 634 composition->Init(drm_, crtc_, importer_.get(), planner_.get(), frame_no_); in SetActiveConfig() 714 composition->Init(drm_, crtc_, importer_.get(), planner_.get(), frame_no_); in SetPowerMode()
|
D | drmhwctwo.h | 205 DrmCrtc *crtc_ = NULL; variable
|