Home
last modified time | relevance | path

Searched refs:MDPComp (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp36 bool MDPComp::sIdleFallBack = false;
37 bool MDPComp::sDebugLogs = false;
38 bool MDPComp::sEnabled = false;
41 MDPComp* MDPComp::getObject(const int& width, int dpy) { in getObject()
49 MDPComp::MDPComp(int dpy):mDpy(dpy){}; in MDPComp() function in qhwc::MDPComp
51 void MDPComp::dump(android::String8& buf) in dump()
203 MDPComp::FrameInfo::FrameInfo() { in FrameInfo()
229 void MDPComp::FrameInfo::map() { in map()
240 MDPComp::LayerCache::LayerCache() { in LayerCache()
244 void MDPComp::LayerCache::reset() { in reset()
[all …]
H A Dhwc_mdpcomp.h38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){}; in ~MDPComp()
49 static MDPComp* getObject(const int& width, const int dpy);
177 class MDPCompLowRes : public MDPComp {
179 explicit MDPCompLowRes(int dpy):MDPComp(dpy){}; in MDPCompLowRes()
201 class MDPCompHighRes : public MDPComp {
203 explicit MDPCompHighRes(int dpy):MDPComp(dpy){}; in MDPCompHighRes()
H A Dhwc_utils.h61 class MDPComp; variable
322 qhwc::MDPComp *mMDPComp[MAX_DISPLAYS];
H A Dhwc_uevents.cpp143 ctx->mMDPComp[dpy] = MDPComp::getObject( in handle_uevent()
H A Dhwc_utils.cpp233 MDPComp::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()
236 MDPComp::init(ctx); in initContext()
H A Dhwc.cpp484 MDPComp::resetIdleFallBack(); in hwc_set()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp44 bool MDPComp::sDebugLogs = false;
45 bool MDPComp::sEnabled = false;
47 int MDPComp::sSimulationFlags = 0;
48 int MDPComp::sMaxPipesPerMixer = 0;
51 int MDPComp::sMaxSecLayers = 1;
55 void *MDPComp::sLibPerfHint = NULL;
56 int MDPComp::sPerfLockHandle = 0;
59 int MDPComp::sPerfHintWindow = -1;
61 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
71 MDPComp::MDPComp(int dpy):mDpy(dpy){}; in MDPComp() function in qhwc::MDPComp
[all …]
H A Dhwc_mdpcomp.h35 class MDPComp {
37 explicit MDPComp(int);
38 virtual ~MDPComp(){}; in ~MDPComp()
49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
287 class MDPCompNonSplit : public MDPComp {
289 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){}; in MDPCompNonSplit()
326 class MDPCompSplit : public MDPComp {
328 explicit MDPCompSplit(int dpy):MDPComp(dpy){}; in MDPCompSplit()
H A Dhwc_qclient.cpp230 qhwc::MDPComp::dynamicDebug(enable); in toggleDynamicDebug()
252 MDPComp::setIdleTimeout(timeout); in setIdleTimeout()
259 MDPComp::setMaxPipesPerMixer(value); in setMaxPipesPerMixer()
317 if(qhwc::MDPComp::setPartialUpdatePref(ctx, (bool)enable) < 0) in setPartialUpdatePref()
362 qhwc::MDPComp::setSingleFullScreenUpdate(); in notifyCallback()
H A Dhwc_utils.h71 class MDPComp; variable
626 qhwc::MDPComp *mMDPComp[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_utils.cpp155 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in initCompositionResources()
360 MDPComp::init(ctx); in initContext()
2457 && !MDPComp::isIdleFallback()) { in setGPUHint()
2480 if(MDPComp::isIdleFallback()) { in setGPUHint()
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp40 bool MDPComp::sIdleFallBack = false;
41 bool MDPComp::sHandleTimeout = false;
42 bool MDPComp::sDebugLogs = false;
43 bool MDPComp::sEnabled = false;
44 bool MDPComp::sEnableMixedMode = true;
45 int MDPComp::sSimulationFlags = 0;
49 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
59 MDPComp::MDPComp(int dpy):mDpy(dpy){}; in MDPComp() function in qhwc::MDPComp
230 MDPComp::FrameInfo::FrameInfo() { in FrameInfo()
256 void MDPComp::FrameInfo::map() { in map()
[all …]
H A Dhwc_mdpcomp.h38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){}; in ~MDPComp()
49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
251 class MDPCompNonSplit : public MDPComp {
253 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){}; in MDPCompNonSplit()
289 class MDPCompSplit : public MDPComp {
291 explicit MDPCompSplit(int dpy):MDPComp(dpy){}; in MDPCompSplit()
H A Dhwc_utils.h64 class MDPComp; variable
518 qhwc::MDPComp *mMDPComp[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_uevents.cpp45 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in setup()
H A Dhwc.cpp228 MDPComp::reset(); in reset()
726 MDPComp::resetIdleFallBack(); in hwc_set()
H A Dhwc_virtual.cpp55 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in init()
H A Dhwc_utils.cpp226 MDPComp::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
244 MDPComp::init(ctx); in initContext()
2113 if(!gpuHint->mPrevCompositionGLES && !MDPComp::isIdleFallback()) { in setGPUHint()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp41 bool MDPComp::sIdleFallBack = false;
42 bool MDPComp::sHandleTimeout = false;
43 bool MDPComp::sDebugLogs = false;
44 bool MDPComp::sEnabled = false;
45 bool MDPComp::sEnableMixedMode = true;
46 int MDPComp::sSimulationFlags = 0;
50 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
60 MDPComp::MDPComp(int dpy):mDpy(dpy){}; in MDPComp() function in qhwc::MDPComp
190 void MDPComp::reset() { in reset()
247 MDPComp::FrameInfo::FrameInfo() { in FrameInfo()
[all …]
H A Dhwc_mdpcomp.h38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){}; in ~MDPComp()
52 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
256 class MDPCompNonSplit : public MDPComp {
258 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){}; in MDPCompNonSplit()
294 class MDPCompSplit : public MDPComp {
296 explicit MDPCompSplit(int dpy):MDPComp(dpy){}; in MDPCompSplit()
H A Dhwc_utils.h65 class MDPComp; variable
551 qhwc::MDPComp *mMDPComp[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_uevents.cpp45 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in setup()
H A Dhwc_qclient.cpp227 qhwc::MDPComp::dynamicDebug(enable); in toggleDynamicDebug()
H A Dhwc_virtual.cpp66 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in init()
H A Dhwc_utils.cpp233 MDPComp::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
264 MDPComp::init(ctx); in initContext()
2114 && !MDPComp::isIdleFallback()) { in setGPUHint()
2137 if(MDPComp::isIdleFallback()) { in setGPUHint()

12