Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlaneManager.cpp219 int freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in isFreePlane() local
220 if ((freePlanes & (1 << index)) == 0) in isFreePlane()
241 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in getFreePlanes() local
244 return ((freePlanes & (1 << dsp)) == 0) ? 0 : 1; in getFreePlanes()
248 if ((1 << i) & freePlanes) { in getFreePlanes()
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlaneManager.cpp219 int freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in isFreePlane() local
220 if ((freePlanes & (1 << index)) == 0) in isFreePlane()
241 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in getFreePlanes() local
244 return ((freePlanes & (1 << dsp)) == 0) ? 0 : 1; in getFreePlanes()
248 if ((1 << i) & freePlanes) { in getFreePlanes()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnPlaneManager.cpp405 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in getFreePlanes() local
415 if ((1 << i) & freePlanes) { in getFreePlanes()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnPlaneManager.cpp442 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in getFreePlanes() local
452 if ((1 << i) & freePlanes) { in getFreePlanes()