Home
last modified time | relevance | path

Searched refs:anotherCrtc (Results 1 – 1 of 1) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp3098 DrmCrtc* anotherCrtc = anotherDisplayIntf->mDrmCrtc; in swapCrtcs() local
3100 if (!anotherCrtc || !anotherConnector) { in swapCrtcs()
3108 anotherDisplay->mDisplayTraceName.c_str(), anotherCrtc->pipe()); in swapCrtcs()
3113 anotherCrtc->set_display(mDrmConnector->display()); in swapCrtcs()
3115 mDrmConnector->encoder()->set_crtc(anotherCrtc, anotherConnector->display()); in swapCrtcs()
3123 mDrmCrtc = anotherCrtc; in swapCrtcs()