blob: 4bbad8b455c01683b62a87c4cba36282f30ba482 [file] [log] [blame]
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001/*
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08002 * Copyright (C) 2012-2013, The Linux Foundation. All rights reserved.
Naseer Ahmed7c958d42012-07-31 18:57:03 -07003 * Not a Contribution, Apache license notifications and license are retained
4 * for attribution purposes only.
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18
Saurabh Shah4fdde762013-04-30 18:47:33 -070019#include <math.h>
Naseer Ahmed7c958d42012-07-31 18:57:03 -070020#include "hwc_mdpcomp.h"
Naseer Ahmed54821fe2012-11-28 18:44:38 -050021#include <sys/ioctl.h>
Saurabh Shah56f610d2012-08-07 15:27:06 -070022#include "external.h"
Jeykumar Sankaran27dee262013-08-01 17:09:54 -070023#include "virtual.h"
Ramkumar Radhakrishnan47573e22012-11-07 11:36:41 -080024#include "qdMetaData.h"
Ramkumar Radhakrishnan288f8c72013-01-15 11:37:54 -080025#include "mdp_version.h"
Saurabh Shah2a4eb1b2013-07-22 16:33:23 -070026#include "hwc_fbupdate.h"
Saurabh Shaha9da08f2013-07-03 13:27:53 -070027#include "hwc_ad.h"
Saurabh Shahacf10202013-02-26 10:15:15 -080028#include <overlayRotator.h>
29
Saurabh Shah85234ec2013-04-12 17:09:00 -070030using namespace overlay;
Saurabh Shahbd2d0832013-04-04 14:33:08 -070031using namespace qdutils;
Saurabh Shahacf10202013-02-26 10:15:15 -080032using namespace overlay::utils;
33namespace ovutils = overlay::utils;
Naseer Ahmed7c958d42012-07-31 18:57:03 -070034
Naseer Ahmed7c958d42012-07-31 18:57:03 -070035namespace qhwc {
36
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -080037//==============MDPComp========================================================
38
Naseer Ahmed7c958d42012-07-31 18:57:03 -070039IdleInvalidator *MDPComp::idleInvalidator = NULL;
40bool MDPComp::sIdleFallBack = false;
41bool MDPComp::sDebugLogs = false;
Naseer Ahmed54821fe2012-11-28 18:44:38 -050042bool MDPComp::sEnabled = false;
Jeykumar Sankaran24c199d2013-05-24 09:40:36 -070043bool MDPComp::sEnableMixedMode = true;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -070044bool MDPComp::sEnablePartialFrameUpdate = false;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -080045int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
Saurabh Shah8c5c8522013-08-29 17:32:49 -070046float MDPComp::sMaxBw = 2.3f;
47uint32_t MDPComp::sCompBytesClaimed = 0;
Naseer Ahmed7c958d42012-07-31 18:57:03 -070048
Saurabh Shah88e4d272013-09-03 13:31:29 -070049MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) {
50 if(isDisplaySplit(ctx, dpy)) {
51 return new MDPCompSplit(dpy);
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -080052 }
Saurabh Shah88e4d272013-09-03 13:31:29 -070053 return new MDPCompNonSplit(dpy);
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -080054}
55
Jeykumar Sankaran85977e32013-02-25 17:06:08 -080056MDPComp::MDPComp(int dpy):mDpy(dpy){};
57
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -080058void MDPComp::dump(android::String8& buf)
59{
Jeykumar Sankaran3c6bb042013-08-15 14:01:04 -070060 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
61 return;
62
Jeykumar Sankaran85977e32013-02-25 17:06:08 -080063 dumpsys_log(buf,"HWC Map for Dpy: %s \n",
Jeykumar Sankaran27dee262013-08-01 17:09:54 -070064 (mDpy == 0) ? "\"PRIMARY\"" :
65 (mDpy == 1) ? "\"EXTERNAL\"" : "\"VIRTUAL\"");
Saurabh Shahe9bc60f2013-08-29 12:58:06 -070066 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
67 "fbCount:%2d \n", mCurrentFrame.layerCount,
Jeykumar Sankaran85977e32013-02-25 17:06:08 -080068 mCurrentFrame.mdpCount, mCurrentFrame.fbCount);
69 dumpsys_log(buf,"needsFBRedraw:%3s pipesUsed:%2d MaxPipesPerMixer: %d \n",
70 (mCurrentFrame.needsRedraw? "YES" : "NO"),
71 mCurrentFrame.mdpCount, sMaxPipesPerMixer);
72 dumpsys_log(buf," --------------------------------------------- \n");
73 dumpsys_log(buf," listIdx | cached? | mdpIndex | comptype | Z \n");
74 dumpsys_log(buf," --------------------------------------------- \n");
75 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
76 dumpsys_log(buf," %7d | %7s | %8d | %9s | %2d \n",
77 index,
78 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"),
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -070079 mCurrentFrame.layerToMDP[index],
Jeykumar Sankaran85977e32013-02-25 17:06:08 -080080 (mCurrentFrame.isFBComposed[index] ?
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -070081 (mCurrentFrame.drop[index] ? "DROP" :
82 (mCurrentFrame.needsRedraw ? "GLES" : "CACHE")) : "MDP"),
Jeykumar Sankaran85977e32013-02-25 17:06:08 -080083 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ :
84 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder));
85 dumpsys_log(buf,"\n");
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -080086}
87
88bool MDPComp::init(hwc_context_t *ctx) {
89
90 if(!ctx) {
91 ALOGE("%s: Invalid hwc context!!",__FUNCTION__);
92 return false;
93 }
94
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -080095 char property[PROPERTY_VALUE_MAX];
96
97 sEnabled = false;
98 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
Jeykumar Sankaran85977e32013-02-25 17:06:08 -080099 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
100 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800101 sEnabled = true;
102 }
103
Jeykumar Sankaran24c199d2013-05-24 09:40:36 -0700104 sEnableMixedMode = true;
105 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) &&
106 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
107 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
108 sEnableMixedMode = false;
109 }
110
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800111 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
112 if(atoi(property) != 0)
113 sDebugLogs = true;
114 }
115
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700116 if(property_get("persist.hwc.partialupdate.enable", property, NULL) > 0) {
117 if((atoi(property) != 0) && ctx->mMDP.panel == MIPI_CMD_PANEL &&
118 qdutils::MDPVersion::getInstance().is8x74v2())
119 sEnablePartialFrameUpdate = true;
120 }
121 ALOGE_IF(isDebug(), "%s: Partial Update applicable?: %d",__FUNCTION__,
122 sEnablePartialFrameUpdate);
123
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800124 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
Saurabh Shah85234ec2013-04-12 17:09:00 -0700125 if(property_get("debug.mdpcomp.maxpermixer", property, "-1") > 0) {
126 int val = atoi(property);
127 if(val >= 0)
128 sMaxPipesPerMixer = min(val, MAX_PIPES_PER_MIXER);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800129 }
130
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700131 if(property_get("debug.mdpcomp.bw", property, "0") > 0) {
132 float val = atof(property);
133 if(val > 0.0f) {
134 sMaxBw = val;
135 }
136 }
137
Naseer Ahmedf40f2c82013-08-14 16:42:40 -0400138 if(ctx->mMDP.panel != MIPI_CMD_PANEL) {
139 // Idle invalidation is not necessary on command mode panels
140 long idle_timeout = DEFAULT_IDLE_TIME;
141 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) {
142 if(atoi(property) != 0)
143 idle_timeout = atoi(property);
144 }
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800145
Naseer Ahmedf40f2c82013-08-14 16:42:40 -0400146 //create Idle Invalidator only when not disabled through property
147 if(idle_timeout != -1)
148 idleInvalidator = IdleInvalidator::getInstance();
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800149
Naseer Ahmedf40f2c82013-08-14 16:42:40 -0400150 if(idleInvalidator == NULL) {
151 ALOGE("%s: failed to instantiate idleInvalidator object",
152 __FUNCTION__);
153 } else {
154 idleInvalidator->init(timeout_handler, ctx, idle_timeout);
155 }
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800156 }
Naseer Ahmed7c958d42012-07-31 18:57:03 -0700157 return true;
158}
159
Saurabh Shah2a4eb1b2013-07-22 16:33:23 -0700160void MDPComp::reset(const int& numLayers, hwc_display_contents_1_t* list) {
161 mCurrentFrame.reset(numLayers);
162 mCachedFrame.cacheAll(list);
163 mCachedFrame.updateCounts(mCurrentFrame);
164}
165
Naseer Ahmed7c958d42012-07-31 18:57:03 -0700166void MDPComp::timeout_handler(void *udata) {
167 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata);
168
169 if(!ctx) {
170 ALOGE("%s: received empty data in timer callback", __FUNCTION__);
171 return;
172 }
173
Jesse Hall3be78d92012-08-21 15:12:23 -0700174 if(!ctx->proc) {
Naseer Ahmed7c958d42012-07-31 18:57:03 -0700175 ALOGE("%s: HWC proc not registered", __FUNCTION__);
176 return;
177 }
178 sIdleFallBack = true;
179 /* Trigger SF to redraw the current frame */
Jesse Hall3be78d92012-08-21 15:12:23 -0700180 ctx->proc->invalidate(ctx->proc);
Naseer Ahmed7c958d42012-07-31 18:57:03 -0700181}
182
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800183void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx,
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800184 hwc_display_contents_1_t* list) {
185 LayerProp *layerProp = ctx->layerProp[mDpy];
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800186
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800187 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) {
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800188 hwc_layer_1_t* layer = &(list->hwLayers[index]);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800189 if(!mCurrentFrame.isFBComposed[index]) {
190 layerProp[index].mFlags |= HWC_MDPCOMP;
191 layer->compositionType = HWC_OVERLAY;
192 layer->hints |= HWC_HINT_CLEAR_FB;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800193 } else {
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700194 /* Drop the layer when its already present in FB OR when it lies
195 * outside frame's ROI */
196 if(!mCurrentFrame.needsRedraw || mCurrentFrame.drop[index]) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800197 layer->compositionType = HWC_OVERLAY;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700198 }
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800199 }
200 }
Naseer Ahmed7c958d42012-07-31 18:57:03 -0700201}
Naseer Ahmed54821fe2012-11-28 18:44:38 -0500202
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800203MDPComp::FrameInfo::FrameInfo() {
Saurabh Shahaa236822013-04-24 18:07:26 -0700204 reset(0);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800205}
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800206
Saurabh Shahaa236822013-04-24 18:07:26 -0700207void MDPComp::FrameInfo::reset(const int& numLayers) {
208 for(int i = 0 ; i < MAX_PIPES_PER_MIXER && numLayers; i++ ) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800209 if(mdpToLayer[i].pipeInfo) {
210 delete mdpToLayer[i].pipeInfo;
211 mdpToLayer[i].pipeInfo = NULL;
212 //We dont own the rotator
213 mdpToLayer[i].rot = NULL;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800214 }
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800215 }
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800216
217 memset(&mdpToLayer, 0, sizeof(mdpToLayer));
218 memset(&layerToMDP, -1, sizeof(layerToMDP));
Saurabh Shahaa236822013-04-24 18:07:26 -0700219 memset(&isFBComposed, 1, sizeof(isFBComposed));
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800220
Saurabh Shahaa236822013-04-24 18:07:26 -0700221 layerCount = numLayers;
222 fbCount = numLayers;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800223 mdpCount = 0;
Saurabh Shah2f3895f2013-05-02 10:13:31 -0700224 needsRedraw = true;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800225 fbZ = 0;
226}
227
Saurabh Shahaa236822013-04-24 18:07:26 -0700228void MDPComp::FrameInfo::map() {
229 // populate layer and MDP maps
230 int mdpIdx = 0;
231 for(int idx = 0; idx < layerCount; idx++) {
232 if(!isFBComposed[idx]) {
233 mdpToLayer[mdpIdx].listIndex = idx;
234 layerToMDP[idx] = mdpIdx++;
235 }
236 }
237}
238
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800239MDPComp::LayerCache::LayerCache() {
240 reset();
241}
242
243void MDPComp::LayerCache::reset() {
Saurabh Shahaa236822013-04-24 18:07:26 -0700244 memset(&hnd, 0, sizeof(hnd));
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800245 mdpCount = 0;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700246 fbCount = 0;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800247 layerCount = 0;
Saurabh Shahaa236822013-04-24 18:07:26 -0700248 fbZ = -1;
249}
250
251void MDPComp::LayerCache::cacheAll(hwc_display_contents_1_t* list) {
252 const int numAppLayers = list->numHwLayers - 1;
253 for(int i = 0; i < numAppLayers; i++) {
254 hnd[i] = list->hwLayers[i].handle;
255 }
256}
257
258void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
259 mdpCount = curFrame.mdpCount;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700260 fbCount = curFrame.fbCount;
Saurabh Shahaa236822013-04-24 18:07:26 -0700261 layerCount = curFrame.layerCount;
262 fbZ = curFrame.fbZ;
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -0800263}
264
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700265bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) {
266 private_handle_t *hnd = (private_handle_t *)layer->handle;
267 if((not isYuvBuffer(hnd) and has90Transform(layer)) or
268 (not isValidDimension(ctx,layer))
269 //More conditions here, SKIP, sRGB+Blend etc
270 ) {
271 return false;
272 }
273 return true;
274}
275
Sravan Kumar D.V.Nad5d9292013-04-24 14:23:04 +0530276bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) {
Saurabh Shah4fdde762013-04-30 18:47:33 -0700277 const int dpy = HWC_DISPLAY_PRIMARY;
Jeykumar Sankaranc18dbc22013-02-08 14:29:44 -0800278 private_handle_t *hnd = (private_handle_t *)layer->handle;
279
280 if(!hnd) {
281 ALOGE("%s: layer handle is NULL", __FUNCTION__);
282 return false;
283 }
284
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800285 int hw_w = ctx->dpyAttr[mDpy].xres;
286 int hw_h = ctx->dpyAttr[mDpy].yres;
Jeykumar Sankaranc18dbc22013-02-08 14:29:44 -0800287
Saurabh Shah4fdde762013-04-30 18:47:33 -0700288 hwc_rect_t crop = layer->sourceCrop;
289 hwc_rect_t dst = layer->displayFrame;
Jeykumar Sankaranc18dbc22013-02-08 14:29:44 -0800290
291 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
Saurabh Shah4fdde762013-04-30 18:47:33 -0700292 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
293 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
Jeykumar Sankaranc18dbc22013-02-08 14:29:44 -0800294 }
295
Saurabh Shah4fdde762013-04-30 18:47:33 -0700296 int crop_w = crop.right - crop.left;
297 int crop_h = crop.bottom - crop.top;
298 int dst_w = dst.right - dst.left;
299 int dst_h = dst.bottom - dst.top;
300 float w_dscale = ceilf((float)crop_w / (float)dst_w);
301 float h_dscale = ceilf((float)crop_h / (float)dst_h);
302
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800303 /* Workaround for MDP HW limitation in DSI command mode panels where
304 * FPS will not go beyond 30 if buffers on RGB pipes are of width or height
305 * less than 5 pixels
Sravan Kumar D.V.Nad5d9292013-04-24 14:23:04 +0530306 * There also is a HW limilation in MDP, minimum block size is 2x2
307 * Fallback to GPU if height is less than 2.
308 */
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800309 if((crop_w < 5)||(crop_h < 5))
Jeykumar Sankaranc18dbc22013-02-08 14:29:44 -0800310 return false;
311
Saurabh Shah4fdde762013-04-30 18:47:33 -0700312 const uint32_t downscale =
313 qdutils::MDPVersion::getInstance().getMaxMDPDownscale();
314 if(ctx->mMDP.version >= qdutils::MDSS_V5) {
315 /* Workaround for downscales larger than 4x.
316 * Will be removed once decimator block is enabled for MDSS
317 */
318 if(!qdutils::MDPVersion::getInstance().supportsDecimation()) {
319 if(crop_w > MAX_DISPLAY_DIM || w_dscale > downscale ||
320 h_dscale > downscale)
321 return false;
322 } else {
323 if(w_dscale > 64 || h_dscale > 64)
324 return false;
325 }
326 } else { //A-family
327 if(w_dscale > downscale || h_dscale > downscale)
328 return false;
329 }
330
Jeykumar Sankaranc18dbc22013-02-08 14:29:44 -0800331 return true;
332}
333
Saurabh Shahaf5f5972013-07-30 13:56:35 -0700334ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type,
335 int mixer) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800336 overlay::Overlay& ov = *ctx->mOverlay;
337 ovutils::eDest mdp_pipe = ovutils::OV_INVALID;
338
339 switch(type) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800340 case MDPCOMP_OV_DMA:
Saurabh Shahaf5f5972013-07-30 13:56:35 -0700341 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy, mixer);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800342 if(mdp_pipe != ovutils::OV_INVALID) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800343 return mdp_pipe;
344 }
345 case MDPCOMP_OV_ANY:
346 case MDPCOMP_OV_RGB:
Saurabh Shahaf5f5972013-07-30 13:56:35 -0700347 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy, mixer);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800348 if(mdp_pipe != ovutils::OV_INVALID) {
349 return mdp_pipe;
350 }
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800351
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800352 if(type == MDPCOMP_OV_RGB) {
353 //Requested only for RGB pipe
354 break;
355 }
356 case MDPCOMP_OV_VG:
Saurabh Shahaf5f5972013-07-30 13:56:35 -0700357 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy, mixer);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800358 default:
359 ALOGE("%s: Invalid pipe type",__FUNCTION__);
360 return ovutils::OV_INVALID;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800361 };
362 return ovutils::OV_INVALID;
363}
364
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800365bool MDPComp::isFrameDoable(hwc_context_t *ctx) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700366 bool ret = true;
Jeykumar Sankaran24c199d2013-05-24 09:40:36 -0700367 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800368
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800369 if(!isEnabled()) {
370 ALOGD_IF(isDebug(),"%s: MDP Comp. not enabled.", __FUNCTION__);
Saurabh Shahaa236822013-04-24 18:07:26 -0700371 ret = false;
Saurabh Shahd4e65852013-06-17 11:33:53 -0700372 } else if(qdutils::MDPVersion::getInstance().is8x26() &&
Jeykumar Sankaran27dee262013-08-01 17:09:54 -0700373 ctx->mVideoTransFlag && ctx->mVirtualDisplay->isConnected()) {
Saurabh Shahd4e65852013-06-17 11:33:53 -0700374 //1 Padding round to shift pipes across mixers
375 ALOGD_IF(isDebug(),"%s: MDP Comp. video transition padding round",
376 __FUNCTION__);
377 ret = false;
Jeykumar Sankaran27dee262013-08-01 17:09:54 -0700378 } else if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring ||
379 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isConfiguring) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800380 ALOGD_IF( isDebug(),"%s: External Display connection is pending",
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800381 __FUNCTION__);
Saurabh Shahaa236822013-04-24 18:07:26 -0700382 ret = false;
Saurabh Shahaa236822013-04-24 18:07:26 -0700383 } else if(ctx->isPaddingRound) {
Saurabh Shah0ceeb6a2013-04-23 10:46:07 -0700384 ctx->isPaddingRound = false;
385 ALOGD_IF(isDebug(), "%s: padding round",__FUNCTION__);
Saurabh Shahaa236822013-04-24 18:07:26 -0700386 ret = false;
Saurabh Shah0ceeb6a2013-04-23 10:46:07 -0700387 }
Saurabh Shahaa236822013-04-24 18:07:26 -0700388 return ret;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800389}
390
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700391bool MDPComp::validateAndApplyROI(hwc_context_t *ctx,
392 hwc_display_contents_1_t* list, hwc_rect_t roi) {
393 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
394
395 if(!isValidRect(roi))
396 return false;
397
398 for(int i = 0; i < numAppLayers; i++){
399 const hwc_layer_1_t* layer = &list->hwLayers[i];
400
401 hwc_rect_t dstRect = layer->displayFrame;
402 hwc_rect_t srcRect = layer->sourceCrop;
403 int transform = layer->transform;
404 trimLayer(ctx, mDpy, transform, srcRect, dstRect);
405
406 hwc_rect_t res = getIntersection(roi, dstRect);
407
408 int res_w = res.right - res.left;
409 int res_h = res.bottom - res.top;
410 int dst_w = dstRect.right - dstRect.left;
411 int dst_h = dstRect.bottom - dstRect.top;
412
413 if(!isValidRect(res)) {
414 mCurrentFrame.drop[i] = true;
415 mCurrentFrame.dropCount++;
416 }else {
417 /* Reset frame ROI when any layer which needs scaling also needs ROI
418 * cropping */
419 if((res_w != dst_w || res_h != dst_h) &&
420 needsScaling (ctx, layer, mDpy)) {
421 ALOGE("%s: Resetting ROI due to scaling", __FUNCTION__);
422 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop));
423 mCurrentFrame.dropCount = 0;
424 return false;
425 }
426 }
427 }
428 return true;
429}
430
431void MDPComp::generateROI(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
432 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
433
434 if(!sEnablePartialFrameUpdate) {
435 return;
436 }
437
438 if(mDpy || isDisplaySplit(ctx, mDpy)){
439 ALOGE_IF(isDebug(), "%s: ROI not supported for"
440 "the (1) external / virtual display's (2) dual DSI displays",
441 __FUNCTION__);
442 return;
443 }
444
445 if(list->flags & HWC_GEOMETRY_CHANGED)
446 return;
447
448 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
449 for(int index = 0; index < numAppLayers; index++ ) {
450 if ((mCachedFrame.hnd[index] != list->hwLayers[index].handle) ||
451 isYuvBuffer((private_handle_t *)list->hwLayers[index].handle)) {
452 hwc_rect_t dstRect = list->hwLayers[index].displayFrame;
453 hwc_rect_t srcRect = list->hwLayers[index].sourceCrop;
454 int transform = list->hwLayers[index].transform;
455
456 /* Intersect against display boundaries */
457 trimLayer(ctx, mDpy, transform, srcRect, dstRect);
458 roi = getUnion(roi, dstRect);
459 }
460 }
461
462 if(!validateAndApplyROI(ctx, list, roi)){
463 roi = (struct hwc_rect) {0, 0,
464 (int)ctx->dpyAttr[mDpy].xres, (int)ctx->dpyAttr[mDpy].yres};
465 }
466
467 ctx->listStats[mDpy].roi.x = roi.left;
468 ctx->listStats[mDpy].roi.y = roi.top;
469 ctx->listStats[mDpy].roi.w = roi.right - roi.left;
470 ctx->listStats[mDpy].roi.h = roi.bottom - roi.top;
471
472 ALOGD_IF(isDebug(),"%s: generated ROI: [%d, %d, %d, %d]", __FUNCTION__,
473 roi.left, roi.top, roi.right, roi.bottom);
474}
475
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800476/* Checks for conditions where all the layers marked for MDP comp cannot be
477 * bypassed. On such conditions we try to bypass atleast YUV layers */
478bool MDPComp::isFullFrameDoable(hwc_context_t *ctx,
479 hwc_display_contents_1_t* list){
480
Saurabh Shahaa236822013-04-24 18:07:26 -0700481 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800482
Saurabh Shah2d998a92013-05-14 17:55:58 -0700483 if(sIdleFallBack) {
484 ALOGD_IF(isDebug(), "%s: Idle fallback dpy %d",__FUNCTION__, mDpy);
485 return false;
486 }
487
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800488 if(isSkipPresent(ctx, mDpy)) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700489 ALOGD_IF(isDebug(),"%s: SKIP present: %d",
490 __FUNCTION__,
491 isSkipPresent(ctx, mDpy));
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800492 return false;
493 }
494
Saurabh Shah9f084ad2013-05-02 11:28:09 -0700495 if(ctx->listStats[mDpy].needsAlphaScale
496 && ctx->mMDP.version < qdutils::MDSS_V5) {
497 ALOGD_IF(isDebug(), "%s: frame needs alpha downscaling",__FUNCTION__);
498 return false;
499 }
500
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800501 for(int i = 0; i < numAppLayers; ++i) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800502 hwc_layer_1_t* layer = &list->hwLayers[i];
503 private_handle_t *hnd = (private_handle_t *)layer->handle;
Jeykumar Sankarana37fdbf2013-03-06 18:59:28 -0800504
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700505 if(isYuvBuffer(hnd) && has90Transform(layer)) {
506 if(!canUseRotator(ctx, mDpy)) {
507 ALOGD_IF(isDebug(), "%s: Can't use rotator for dpy %d",
508 __FUNCTION__, mDpy);
Amara Venkata Mastan Manoj Kumar9d373c02013-08-20 14:30:09 -0700509 return false;
510 }
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800511 }
Prabhanjan Kandula9fb032a2013-06-18 17:37:22 +0530512
513 //For 8x26 with panel width>1k, if RGB layer needs HFLIP fail mdp comp
514 // may not need it if Gfx pre-rotation can handle all flips & rotations
515 if(qdutils::MDPVersion::getInstance().is8x26() &&
516 (ctx->dpyAttr[mDpy].xres > 1024) &&
517 (layer->transform & HWC_TRANSFORM_FLIP_H) &&
518 (!isYuvBuffer(hnd)))
519 return false;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800520 }
Saurabh Shahaa236822013-04-24 18:07:26 -0700521
Saurabh Shaha9da08f2013-07-03 13:27:53 -0700522 if(ctx->mAD->isDoable()) {
523 return false;
524 }
525
Saurabh Shahaa236822013-04-24 18:07:26 -0700526 //If all above hard conditions are met we can do full or partial MDP comp.
527 bool ret = false;
528 if(fullMDPComp(ctx, list)) {
529 ret = true;
Jeykumar Sankaran24c199d2013-05-24 09:40:36 -0700530 } else if(partialMDPComp(ctx, list)) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700531 ret = true;
532 }
533 return ret;
534}
535
536bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700537 //Will benefit presentation / secondary-only layer.
538 if((mDpy > HWC_DISPLAY_PRIMARY) &&
539 (list->numHwLayers - 1) > MAX_SEC_LAYERS) {
540 ALOGD_IF(isDebug(), "%s: Exceeds max secondary pipes",__FUNCTION__);
541 return false;
542 }
543
544 const int numAppLayers = ctx->listStats[mDpy].numAppLayers;
545 for(int i = 0; i < numAppLayers; i++) {
546 hwc_layer_1_t* layer = &list->hwLayers[i];
547 if(not isSupportedForMDPComp(ctx, layer)) {
548 ALOGD_IF(isDebug(), "%s: Unsupported layer in list",__FUNCTION__);
549 return false;
550 }
551 }
Saurabh Shahaa236822013-04-24 18:07:26 -0700552 mCurrentFrame.fbCount = 0;
553 mCurrentFrame.fbZ = -1;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700554 memcpy(&mCurrentFrame.isFBComposed, &mCurrentFrame.drop,
555 sizeof(mCurrentFrame.isFBComposed));
556 mCurrentFrame.mdpCount = mCurrentFrame.layerCount - mCurrentFrame.fbCount -
557 mCurrentFrame.dropCount;
Saurabh Shahaa236822013-04-24 18:07:26 -0700558
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700559 if(mCurrentFrame.mdpCount > sMaxPipesPerMixer) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700560 ALOGD_IF(isDebug(), "%s: Exceeds MAX_PIPES_PER_MIXER",__FUNCTION__);
561 return false;
562 }
563
Saurabh Shahaf5f5972013-07-30 13:56:35 -0700564 if(!arePipesAvailable(ctx, list)) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700565 return false;
566 }
567
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700568 uint32_t size = calcMDPBytesRead(ctx, list);
569 if(!bandwidthCheck(ctx, size)) {
570 ALOGD_IF(isDebug(), "%s: Exceeds bandwidth",__FUNCTION__);
571 return false;
572 }
573
Saurabh Shahaa236822013-04-24 18:07:26 -0700574 return true;
575}
576
577bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list)
578{
579 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
Jeykumar Sankaran24c199d2013-05-24 09:40:36 -0700580
581 if(!sEnableMixedMode) {
582 //Mixed mode is disabled. No need to even try caching.
583 return false;
584 }
585
Saurabh Shahaa236822013-04-24 18:07:26 -0700586 //Setup mCurrentFrame
587 mCurrentFrame.reset(numAppLayers);
588 updateLayerCache(ctx, list);
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700589
590 //If an MDP marked layer is unsupported cannot do partial MDP Comp
591 for(int i = 0; i < numAppLayers; i++) {
592 if(!mCurrentFrame.isFBComposed[i]) {
593 hwc_layer_1_t* layer = &list->hwLayers[i];
594 if(not isSupportedForMDPComp(ctx, layer)) {
595 ALOGD_IF(isDebug(), "%s: Unsupported layer in list",
596 __FUNCTION__);
597 return false;
598 }
599 }
600 }
601
Saurabh Shah90b7b9b2013-09-12 16:36:08 -0700602 updateYUV(ctx, list, false /*secure only*/);
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700603 bool ret = batchLayers(ctx, list); //sets up fbZ also
604 if(!ret) {
605 ALOGD_IF(isDebug(),"%s: batching failed, dpy %d",__FUNCTION__, mDpy);
606 return false;
607 }
Saurabh Shahaa236822013-04-24 18:07:26 -0700608
609 int mdpCount = mCurrentFrame.mdpCount;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700610
611 //Will benefit cases where a video has non-updating background.
612 if((mDpy > HWC_DISPLAY_PRIMARY) and
613 (mdpCount > MAX_SEC_LAYERS)) {
614 ALOGD_IF(isDebug(), "%s: Exceeds max secondary pipes",__FUNCTION__);
615 return false;
616 }
617
Saurabh Shahaa236822013-04-24 18:07:26 -0700618 if(mdpCount > (sMaxPipesPerMixer - 1)) { // -1 since FB is used
619 ALOGD_IF(isDebug(), "%s: Exceeds MAX_PIPES_PER_MIXER",__FUNCTION__);
620 return false;
621 }
622
Saurabh Shahaf5f5972013-07-30 13:56:35 -0700623 if(!arePipesAvailable(ctx, list)) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700624 return false;
625 }
626
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700627 uint32_t size = calcMDPBytesRead(ctx, list);
628 if(!bandwidthCheck(ctx, size)) {
629 ALOGD_IF(isDebug(), "%s: Exceeds bandwidth",__FUNCTION__);
630 return false;
631 }
632
Saurabh Shahaa236822013-04-24 18:07:26 -0700633 return true;
634}
635
636bool MDPComp::isOnlyVideoDoable(hwc_context_t *ctx,
Saurabh Shah90b7b9b2013-09-12 16:36:08 -0700637 hwc_display_contents_1_t* list, bool secureOnly) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700638 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700639
Saurabh Shahaa236822013-04-24 18:07:26 -0700640 mCurrentFrame.reset(numAppLayers);
Saurabh Shah90b7b9b2013-09-12 16:36:08 -0700641 updateYUV(ctx, list, secureOnly);
Saurabh Shah4fdde762013-04-30 18:47:33 -0700642 int mdpCount = mCurrentFrame.mdpCount;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700643 int fbNeeded = (mCurrentFrame.fbCount != 0);
Saurabh Shahaa236822013-04-24 18:07:26 -0700644
645 if(!isYuvPresent(ctx, mDpy)) {
646 return false;
647 }
648
Saurabh Shah4fdde762013-04-30 18:47:33 -0700649 if(!mdpCount)
650 return false;
651
Saurabh Shahaa236822013-04-24 18:07:26 -0700652 if(mdpCount > (sMaxPipesPerMixer - fbNeeded)) {
653 ALOGD_IF(isDebug(), "%s: Exceeds MAX_PIPES_PER_MIXER",__FUNCTION__);
654 return false;
655 }
656
Saurabh Shahaf5f5972013-07-30 13:56:35 -0700657 if(!arePipesAvailable(ctx, list)) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700658 return false;
659 }
660
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700661 uint32_t size = calcMDPBytesRead(ctx, list);
662 if(!bandwidthCheck(ctx, size)) {
663 ALOGD_IF(isDebug(), "%s: Exceeds bandwidth",__FUNCTION__);
664 return false;
665 }
666
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800667 return true;
668}
669
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800670/* Checks for conditions where YUV layers cannot be bypassed */
671bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) {
Saurabh Shahe2474082013-05-15 16:32:13 -0700672 bool extAnimBlockFeature = mDpy && ctx->listStats[mDpy].isDisplayAnimating;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800673
Saurabh Shahe2474082013-05-15 16:32:13 -0700674 if(isSkipLayer(layer) && !extAnimBlockFeature) {
675 ALOGD_IF(isDebug(), "%s: Video marked SKIP dpy %d", __FUNCTION__, mDpy);
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800676 return false;
677 }
678
Amara Venkata Mastan Manoj Kumar9d373c02013-08-20 14:30:09 -0700679 if(layer->transform & HWC_TRANSFORM_ROT_90 && !canUseRotator(ctx,mDpy)) {
680 ALOGD_IF(isDebug(), "%s: no free DMA pipe",__FUNCTION__);
681 return false;
682 }
683
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800684 if(isSecuring(ctx, layer)) {
685 ALOGD_IF(isDebug(), "%s: MDP securing is active", __FUNCTION__);
686 return false;
687 }
688
Saurabh Shah4fdde762013-04-30 18:47:33 -0700689 if(!isValidDimension(ctx, layer)) {
690 ALOGD_IF(isDebug(), "%s: Buffer is of invalid width",
691 __FUNCTION__);
692 return false;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800693 }
Saurabh Shah4fdde762013-04-30 18:47:33 -0700694
Naseer Ahmeddc61a972013-07-10 17:50:54 -0400695 if(layer->planeAlpha < 0xFF) {
696 ALOGD_IF(isDebug(), "%s: Cannot handle YUV layer with plane alpha\
697 in video only mode",
698 __FUNCTION__);
699 return false;
700 }
701
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800702 return true;
703}
704
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700705bool MDPComp::batchLayers(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800706 /* Idea is to keep as many contiguous non-updating(cached) layers in FB and
707 * send rest of them through MDP. NEVER mark an updating layer for caching.
708 * But cached ones can be marked for MDP*/
709
710 int maxBatchStart = -1;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700711 int maxBatchEnd = -1;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800712 int maxBatchCount = 0;
713
714 /* All or Nothing is cached. No batching needed */
Saurabh Shahaa236822013-04-24 18:07:26 -0700715 if(!mCurrentFrame.fbCount) {
716 mCurrentFrame.fbZ = -1;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700717 return true;
Saurabh Shahaa236822013-04-24 18:07:26 -0700718 }
719 if(!mCurrentFrame.mdpCount) {
720 mCurrentFrame.fbZ = 0;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700721 return true;
Saurabh Shahaa236822013-04-24 18:07:26 -0700722 }
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800723
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700724 /* Search for max number of contiguous (cached) layers excluding dropped
725 * layers */
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800726 int i = 0;
727 while (i < mCurrentFrame.layerCount) {
728 int count = 0;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700729 int start = i;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800730 while(mCurrentFrame.isFBComposed[i] && i < mCurrentFrame.layerCount) {
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700731 if(!mCurrentFrame.drop[i])
732 count++;
733 i++;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800734 }
735 if(count > maxBatchCount) {
736 maxBatchCount = count;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700737 maxBatchStart = start;
738 maxBatchEnd = i - 1;
Saurabh Shahaa236822013-04-24 18:07:26 -0700739 mCurrentFrame.fbZ = maxBatchStart;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800740 }
741 if(i < mCurrentFrame.layerCount) i++;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -0800742 }
743
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700744 mCurrentFrame.fbCount = maxBatchCount;
745
746 /* reset rest of the layers lying inside ROI for MDP comp */
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800747 for(int i = 0; i < mCurrentFrame.layerCount; i++) {
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700748 hwc_layer_1_t* layer = &list->hwLayers[i];
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700749 if((i < maxBatchStart || i > maxBatchEnd) &&
750 mCurrentFrame.isFBComposed[i]){
751 if(!mCurrentFrame.drop[i]){
752 //If an unsupported layer is being attempted to
753 //be pulled out we should fail
754 if(not isSupportedForMDPComp(ctx, layer)) {
755 return false;
756 }
757 mCurrentFrame.isFBComposed[i] = false;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700758 }
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800759 }
760 }
761
Saurabh Shahaa236822013-04-24 18:07:26 -0700762 mCurrentFrame.mdpCount = mCurrentFrame.layerCount -
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700763 mCurrentFrame.fbCount - mCurrentFrame.dropCount;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800764
765 ALOGD_IF(isDebug(),"%s: cached count: %d",__FUNCTION__,
766 mCurrentFrame.fbCount);
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700767
768 return true;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800769}
Saurabh Shah85234ec2013-04-12 17:09:00 -0700770
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800771void MDPComp::updateLayerCache(hwc_context_t* ctx,
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700772 hwc_display_contents_1_t* list) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800773 int numAppLayers = ctx->listStats[mDpy].numAppLayers;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700774 int fbCount = 0;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800775
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800776 for(int i = 0; i < numAppLayers; i++) {
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700777 hwc_layer_1_t* layer = &list->hwLayers[i];
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800778 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) {
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700779 if(!mCurrentFrame.drop[i])
780 fbCount++;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800781 mCurrentFrame.isFBComposed[i] = true;
782 } else {
Saurabh Shahaa236822013-04-24 18:07:26 -0700783 mCurrentFrame.isFBComposed[i] = false;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800784 mCachedFrame.hnd[i] = list->hwLayers[i].handle;
785 }
786 }
Saurabh Shahaa236822013-04-24 18:07:26 -0700787
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700788 mCurrentFrame.fbCount = fbCount;
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700789 mCurrentFrame.mdpCount = mCurrentFrame.layerCount - mCurrentFrame.fbCount
790 - mCurrentFrame.dropCount;
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700791
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700792 ALOGD_IF(isDebug(),"%s: MDP count: %d FB count %d drop count: %d"
793 ,__FUNCTION__, mCurrentFrame.mdpCount, mCurrentFrame.fbCount,
794 mCurrentFrame.dropCount);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800795}
796
Saurabh Shah90b7b9b2013-09-12 16:36:08 -0700797void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list,
798 bool secureOnly) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800799 int nYuvCount = ctx->listStats[mDpy].yuvCount;
Ramkumar Radhakrishnan59a11072013-04-15 16:14:49 -0700800 if(!nYuvCount && mDpy) {
801 //Reset "No animation on external display" related parameters.
802 ctx->mPrevCropVideo.left = ctx->mPrevCropVideo.top =
803 ctx->mPrevCropVideo.right = ctx->mPrevCropVideo.bottom = 0;
804 ctx->mPrevDestVideo.left = ctx->mPrevDestVideo.top =
805 ctx->mPrevDestVideo.right = ctx->mPrevDestVideo.bottom = 0;
806 ctx->mPrevTransformVideo = 0;
807 return;
808 }
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800809 for(int index = 0;index < nYuvCount; index++){
810 int nYuvIndex = ctx->listStats[mDpy].yuvIndices[index];
811 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
812
813 if(!isYUVDoable(ctx, layer)) {
814 if(!mCurrentFrame.isFBComposed[nYuvIndex]) {
815 mCurrentFrame.isFBComposed[nYuvIndex] = true;
816 mCurrentFrame.fbCount++;
817 }
818 } else {
819 if(mCurrentFrame.isFBComposed[nYuvIndex]) {
Saurabh Shah90b7b9b2013-09-12 16:36:08 -0700820 private_handle_t *hnd = (private_handle_t *)layer->handle;
821 if(!secureOnly || isSecureBuffer(hnd)) {
822 mCurrentFrame.isFBComposed[nYuvIndex] = false;
823 mCurrentFrame.fbCount--;
824 }
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800825 }
826 }
827 }
Saurabh Shahaa236822013-04-24 18:07:26 -0700828
829 mCurrentFrame.mdpCount = mCurrentFrame.layerCount -
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700830 mCurrentFrame.fbCount - mCurrentFrame.dropCount;
831 ALOGD_IF(isDebug(),"%s: fb count: %d",__FUNCTION__,
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800832 mCurrentFrame.fbCount);
833}
834
Saurabh Shahaa236822013-04-24 18:07:26 -0700835bool MDPComp::programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800836 if(!allocLayerPipes(ctx, list)) {
837 ALOGD_IF(isDebug(), "%s: Unable to allocate MDP pipes", __FUNCTION__);
Saurabh Shahaa236822013-04-24 18:07:26 -0700838 return false;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800839 }
840
Saurabh Shahaa236822013-04-24 18:07:26 -0700841 bool fbBatch = false;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800842 for (int index = 0, mdpNextZOrder = 0; index < mCurrentFrame.layerCount;
Saurabh Shahaa236822013-04-24 18:07:26 -0700843 index++) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800844 if(!mCurrentFrame.isFBComposed[index]) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800845 int mdpIndex = mCurrentFrame.layerToMDP[index];
846 hwc_layer_1_t* layer = &list->hwLayers[index];
847
848 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo;
849 cur_pipe->zOrder = mdpNextZOrder++;
850
851 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){
852 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
853 layer %d",__FUNCTION__, index);
Saurabh Shahaa236822013-04-24 18:07:26 -0700854 return false;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800855 }
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700856 } else if(fbBatch == false && !mCurrentFrame.drop[index]) {
Saurabh Shahaa236822013-04-24 18:07:26 -0700857 mdpNextZOrder++;
858 fbBatch = true;
859 }
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800860 }
861
Saurabh Shahaa236822013-04-24 18:07:26 -0700862 return true;
863}
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800864
Saurabh Shahaa236822013-04-24 18:07:26 -0700865bool MDPComp::programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
866 if(!allocLayerPipes(ctx, list)) {
867 ALOGD_IF(isDebug(), "%s: Unable to allocate MDP pipes", __FUNCTION__);
868 return false;
869 }
870 //If we are in this block, it means we have yuv + rgb layers both
871 int mdpIdx = 0;
872 for (int index = 0; index < mCurrentFrame.layerCount; index++) {
873 if(!mCurrentFrame.isFBComposed[index]) {
874 hwc_layer_1_t* layer = &list->hwLayers[index];
875 int mdpIndex = mCurrentFrame.layerToMDP[index];
876 MdpPipeInfo* cur_pipe =
877 mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo;
878 cur_pipe->zOrder = mdpIdx++;
879
880 if(configure(ctx, layer,
881 mCurrentFrame.mdpToLayer[mdpIndex]) != 0 ){
882 ALOGD_IF(isDebug(), "%s: Failed to configure overlay for \
883 layer %d",__FUNCTION__, index);
884 return false;
885 }
886 }
887 }
888 return true;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800889}
890
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700891uint32_t MDPComp::calcMDPBytesRead(hwc_context_t *ctx,
892 hwc_display_contents_1_t* list) {
893 uint32_t size = 0;
894
Terence Hampson9cd5fa92013-09-10 17:06:37 -0400895 if(!qdutils::MDPVersion::getInstance().is8x74v2())
896 return 0;
897
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700898 for (uint32_t i = 0; i < list->numHwLayers - 1; i++) {
899 if(!mCurrentFrame.isFBComposed[i]) {
900 hwc_layer_1_t* layer = &list->hwLayers[i];
901 private_handle_t *hnd = (private_handle_t *)layer->handle;
Terence Hampson9cd5fa92013-09-10 17:06:37 -0400902 if (hnd) {
903 hwc_rect_t crop = layer->sourceCrop;
Saurabh Shah90789162013-09-16 10:29:20 -0700904 hwc_rect_t dst = layer->displayFrame;
905 trimLayer(ctx, mDpy, layer->transform, crop, dst);
Terence Hampson9cd5fa92013-09-10 17:06:37 -0400906 float bpp = ((float)hnd->size) / (hnd->width * hnd->height);
Saurabh Shah90789162013-09-16 10:29:20 -0700907 size += bpp * (crop.right - crop.left) *
908 (crop.bottom - crop.top) *
909 ctx->dpyAttr[mDpy].yres / (dst.bottom - dst.top);
Terence Hampson9cd5fa92013-09-10 17:06:37 -0400910 }
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700911 }
912 }
913
914 if(mCurrentFrame.fbCount) {
915 hwc_layer_1_t* layer = &list->hwLayers[list->numHwLayers - 1];
916 private_handle_t *hnd = (private_handle_t *)layer->handle;
Terence Hampson9cd5fa92013-09-10 17:06:37 -0400917 if (hnd)
918 size += hnd->size;
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700919 }
920
921 return size;
922}
923
924bool MDPComp::bandwidthCheck(hwc_context_t *ctx, const uint32_t& size) {
925 //Will be added for other targets if we run into bandwidth issues and when
926 //we have profiling data to set an upper limit.
927 if(qdutils::MDPVersion::getInstance().is8x74v2()) {
928 const uint32_t ONE_GIG = 1024 * 1024 * 1024;
929 double panelRefRate =
930 1000000000.0 / ctx->dpyAttr[mDpy].vsync_period;
931 if((size + sCompBytesClaimed) > ((sMaxBw / panelRefRate) * ONE_GIG)) {
932 return false;
933 }
934 }
935 return true;
936}
937
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800938int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700939 int ret = 0;
Saurabh Shahaa236822013-04-24 18:07:26 -0700940 const int numLayers = ctx->listStats[mDpy].numAppLayers;
Ramkumar Radhakrishnanc5893f12013-06-06 19:43:53 -0700941
Saurabh Shahb39f8152013-08-22 10:21:44 -0700942 //reset old data
943 mCurrentFrame.reset(numLayers);
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700944 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop));
945 mCurrentFrame.dropCount = 0;
Prabhanjan Kandula088bd892013-07-02 23:47:13 +0530946
Saurabh Shahb39f8152013-08-22 10:21:44 -0700947 //number of app layers exceeds MAX_NUM_APP_LAYERS fall back to GPU
948 //do not cache the information for next draw cycle.
949 if(numLayers > MAX_NUM_APP_LAYERS) {
Prabhanjan Kandula25469a52013-07-12 16:19:31 +0530950 mCachedFrame.updateCounts(mCurrentFrame);
Tatenda Chipeperekwa835337a2013-09-27 16:58:43 -0700951 ALOGE("%s: Number of App layers exceeded the limit ",
952 __FUNCTION__);
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700953 ret = -1;
Tatenda Chipeperekwa835337a2013-09-27 16:58:43 -0700954 return ret;
Saurabh Shahb39f8152013-08-22 10:21:44 -0700955 }
Jeykumar Sankaran85977e32013-02-25 17:06:08 -0800956
Saurabh Shahb39f8152013-08-22 10:21:44 -0700957 //Hard conditions, if not met, cannot do MDP comp
958 if(!isFrameDoable(ctx)) {
959 ALOGD_IF( isDebug(),"%s: MDP Comp not possible for this frame",
960 __FUNCTION__);
961 reset(numLayers, list);
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700962 ret = -1;
963 goto exit;
Saurabh Shahb39f8152013-08-22 10:21:44 -0700964 }
965
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -0700966 generateROI(ctx, list);
967
Saurabh Shahb39f8152013-08-22 10:21:44 -0700968 //Check whether layers marked for MDP Composition is actually doable.
969 if(isFullFrameDoable(ctx, list)) {
970 mCurrentFrame.map();
971 //Configure framebuffer first if applicable
972 if(mCurrentFrame.fbZ >= 0) {
973 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list,
974 mCurrentFrame.fbZ)) {
975 ALOGE("%s configure framebuffer failed", __func__);
976 reset(numLayers, list);
Saurabh Shah6be7c782013-08-28 15:13:52 -0700977 ctx->mOverlay->clear(mDpy);
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700978 ret = -1;
979 goto exit;
Saurabh Shahb39f8152013-08-22 10:21:44 -0700980 }
981 }
982 //Acquire and Program MDP pipes
983 if(!programMDP(ctx, list)) {
984 reset(numLayers, list);
Saurabh Shah6be7c782013-08-28 15:13:52 -0700985 ctx->mOverlay->clear(mDpy);
Saurabh Shah8c5c8522013-08-29 17:32:49 -0700986 ret = -1;
987 goto exit;
Saurabh Shahb39f8152013-08-22 10:21:44 -0700988 } else { //Success
989 //Any change in composition types needs an FB refresh
990 mCurrentFrame.needsRedraw = false;
991 if(mCurrentFrame.fbCount &&
992 ((mCurrentFrame.mdpCount != mCachedFrame.mdpCount) ||
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700993 (mCurrentFrame.fbCount != mCachedFrame.fbCount) ||
Saurabh Shahb39f8152013-08-22 10:21:44 -0700994 (mCurrentFrame.fbZ != mCachedFrame.fbZ) ||
995 (!mCurrentFrame.mdpCount) ||
996 (list->flags & HWC_GEOMETRY_CHANGED) ||
Saurabh Shahe9bc60f2013-08-29 12:58:06 -0700997 isSkipPresent(ctx, mDpy))) {
Saurabh Shahb39f8152013-08-22 10:21:44 -0700998 mCurrentFrame.needsRedraw = true;
999 }
1000 }
Saurabh Shah90b7b9b2013-09-12 16:36:08 -07001001 } else if(isOnlyVideoDoable(ctx, list, false /*secure only*/) ||
1002 isOnlyVideoDoable(ctx, list, true /*secure only*/)) {
Saurabh Shahb39f8152013-08-22 10:21:44 -07001003 //All layers marked for MDP comp cannot be bypassed.
1004 //Try to compose atleast YUV layers through MDP comp and let
1005 //all the RGB layers compose in FB
1006 //Destination over
1007 mCurrentFrame.fbZ = -1;
1008 if(mCurrentFrame.fbCount)
1009 mCurrentFrame.fbZ = mCurrentFrame.mdpCount;
1010
1011 mCurrentFrame.map();
1012
1013 //Configure framebuffer first if applicable
1014 if(mCurrentFrame.fbZ >= 0) {
1015 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, mCurrentFrame.fbZ)) {
1016 ALOGE("%s configure framebuffer failed", __func__);
1017 reset(numLayers, list);
Saurabh Shah6be7c782013-08-28 15:13:52 -07001018 ctx->mOverlay->clear(mDpy);
Saurabh Shah8c5c8522013-08-29 17:32:49 -07001019 ret = -1;
1020 goto exit;
Saurabh Shahb39f8152013-08-22 10:21:44 -07001021 }
1022 }
1023 if(!programYUV(ctx, list)) {
1024 reset(numLayers, list);
Saurabh Shah6be7c782013-08-28 15:13:52 -07001025 ctx->mOverlay->clear(mDpy);
Saurabh Shah8c5c8522013-08-29 17:32:49 -07001026 ret = -1;
1027 goto exit;
Saurabh Shahb39f8152013-08-22 10:21:44 -07001028 }
1029 } else {
1030 reset(numLayers, list);
Saurabh Shah8c5c8522013-08-29 17:32:49 -07001031 ret = -1;
1032 goto exit;
Saurabh Shahb39f8152013-08-22 10:21:44 -07001033 }
1034
1035 //UpdateLayerFlags
1036 setMDPCompLayerFlags(ctx, list);
Jeykumar Sankaran6a9bb9e2013-08-01 14:19:26 -07001037 mCachedFrame.cacheAll(list);
Saurabh Shahb39f8152013-08-22 10:21:44 -07001038 mCachedFrame.updateCounts(mCurrentFrame);
1039
Prabhanjan Kandula25469a52013-07-12 16:19:31 +05301040 // unlock it before calling dump function to avoid deadlock
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001041 if(isDebug()) {
Saurabh Shahaa236822013-04-24 18:07:26 -07001042 ALOGD("GEOMETRY change: %d", (list->flags & HWC_GEOMETRY_CHANGED));
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001043 android::String8 sDump("");
1044 dump(sDump);
1045 ALOGE("%s",sDump.string());
1046 }
1047
Saurabh Shah8c5c8522013-08-29 17:32:49 -07001048exit:
1049 sCompBytesClaimed += calcMDPBytesRead(ctx, list);
1050 return ret;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001051}
1052
Saurabh Shah88e4d272013-09-03 13:31:29 -07001053//=============MDPCompNonSplit===================================================
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001054
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001055/*
1056 * Configures pipe(s) for MDP composition
1057 */
Saurabh Shah88e4d272013-09-03 13:31:29 -07001058int MDPCompNonSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001059 PipeLayerPair& PipeLayerPair) {
Saurabh Shah88e4d272013-09-03 13:31:29 -07001060 MdpPipeInfoNonSplit& mdp_info =
1061 *(static_cast<MdpPipeInfoNonSplit*>(PipeLayerPair.pipeInfo));
Saurabh Shahacf10202013-02-26 10:15:15 -08001062 eMdpFlags mdpFlags = OV_MDP_BACKEND_COMPOSITION;
1063 eZorder zOrder = static_cast<eZorder>(mdp_info.zOrder);
1064 eIsFg isFg = IS_FG_OFF;
1065 eDest dest = mdp_info.index;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001066
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001067 ALOGD_IF(isDebug(),"%s: configuring: layer: %p z_order: %d dest_pipe: %d",
1068 __FUNCTION__, layer, zOrder, dest);
1069
Saurabh Shah88e4d272013-09-03 13:31:29 -07001070 return configureNonSplit(ctx, layer, mDpy, mdpFlags, zOrder, isFg, dest,
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001071 &PipeLayerPair.rot);
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001072}
1073
Saurabh Shah88e4d272013-09-03 13:31:29 -07001074bool MDPCompNonSplit::arePipesAvailable(hwc_context_t *ctx,
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001075 hwc_display_contents_1_t* list) {
1076 overlay::Overlay& ov = *ctx->mOverlay;
1077 int numPipesNeeded = mCurrentFrame.mdpCount;
1078 int availPipes = ov.availablePipes(mDpy, Overlay::MIXER_DEFAULT);
1079
1080 //Reserve pipe for FB
1081 if(mCurrentFrame.fbCount)
1082 availPipes -= 1;
1083
1084 if(numPipesNeeded > availPipes) {
1085 ALOGD_IF(isDebug(), "%s: Insufficient pipes, dpy %d needed %d, avail %d",
1086 __FUNCTION__, mDpy, numPipesNeeded, availPipes);
1087 return false;
1088 }
1089
Saurabh Shah90b7b9b2013-09-12 16:36:08 -07001090 if(not areVGPipesAvailable(ctx, list)) {
1091 return false;
1092 }
1093
1094 return true;
1095}
1096
1097bool MDPCompNonSplit::areVGPipesAvailable(hwc_context_t *ctx,
1098 hwc_display_contents_1_t* list) {
1099 overlay::Overlay& ov = *ctx->mOverlay;
1100 int pipesNeeded = 0;
1101 for(int i = 0; i < mCurrentFrame.layerCount; ++i) {
1102 if(!mCurrentFrame.isFBComposed[i]) {
1103 hwc_layer_1_t* layer = &list->hwLayers[i];
1104 hwc_rect_t dst = layer->displayFrame;
1105 private_handle_t *hnd = (private_handle_t *)layer->handle;
1106 if(isYuvBuffer(hnd)) {
1107 pipesNeeded++;
1108 }
1109 }
1110 }
1111
1112 int availableVGPipes = ov.availablePipes(mDpy, ovutils::OV_MDP_PIPE_VG);
1113 if(pipesNeeded > availableVGPipes) {
1114 ALOGD_IF(isDebug(), "%s: Insufficient VG pipes for video layers"
1115 "dpy %d needed %d, avail %d",
1116 __FUNCTION__, mDpy, pipesNeeded, availableVGPipes);
1117 return false;
1118 }
1119
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001120 return true;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001121}
1122
Saurabh Shah88e4d272013-09-03 13:31:29 -07001123bool MDPCompNonSplit::allocLayerPipes(hwc_context_t *ctx,
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001124 hwc_display_contents_1_t* list) {
1125 for(int index = 0; index < mCurrentFrame.layerCount; index++) {
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001126
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001127 if(mCurrentFrame.isFBComposed[index]) continue;
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001128
Jeykumar Sankarancf537002013-01-21 21:19:15 -08001129 hwc_layer_1_t* layer = &list->hwLayers[index];
1130 private_handle_t *hnd = (private_handle_t *)layer->handle;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001131 int mdpIndex = mCurrentFrame.layerToMDP[index];
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001132 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex];
Saurabh Shah88e4d272013-09-03 13:31:29 -07001133 info.pipeInfo = new MdpPipeInfoNonSplit;
Saurabh Shahacf10202013-02-26 10:15:15 -08001134 info.rot = NULL;
Saurabh Shah88e4d272013-09-03 13:31:29 -07001135 MdpPipeInfoNonSplit& pipe_info = *(MdpPipeInfoNonSplit*)info.pipeInfo;
Jeykumar Sankarana37fdbf2013-03-06 18:59:28 -08001136 ePipeType type = MDPCOMP_OV_ANY;
1137
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001138 if(isYuvBuffer(hnd)) {
1139 type = MDPCOMP_OV_VG;
Saurabh Shah8a117932013-05-23 12:48:13 -07001140 } else if(!qhwc::needsScaling(ctx, layer, mDpy)
Saurabh Shah85234ec2013-04-12 17:09:00 -07001141 && Overlay::getDMAMode() != Overlay::DMA_BLOCK_MODE
1142 && ctx->mMDP.version >= qdutils::MDSS_V5) {
Jeykumar Sankarana37fdbf2013-03-06 18:59:28 -08001143 type = MDPCOMP_OV_DMA;
1144 }
1145
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001146 pipe_info.index = getMdpPipe(ctx, type, Overlay::MIXER_DEFAULT);
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001147 if(pipe_info.index == ovutils::OV_INVALID) {
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001148 ALOGD_IF(isDebug(), "%s: Unable to get pipe type = %d",
1149 __FUNCTION__, (int) type);
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001150 return false;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001151 }
1152 }
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001153 return true;
1154}
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001155
Saurabh Shah88e4d272013-09-03 13:31:29 -07001156bool MDPCompNonSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001157
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001158 if(!isEnabled()) {
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001159 ALOGD_IF(isDebug(),"%s: MDP Comp not configured", __FUNCTION__);
1160 return true;
Saurabh Shahcbf7ccc2012-12-19 16:45:51 -08001161 }
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001162
1163 if(!ctx || !list) {
1164 ALOGE("%s: invalid contxt or list",__FUNCTION__);
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001165 return false;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001166 }
1167
Prabhanjan Kandula08222fc2013-07-10 17:20:59 +05301168 if(ctx->listStats[mDpy].numAppLayers > MAX_NUM_APP_LAYERS) {
1169 ALOGD_IF(isDebug(),"%s: Exceeding max layer count", __FUNCTION__);
1170 return true;
1171 }
1172
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001173 /* reset Invalidator */
Saurabh Shah2d998a92013-05-14 17:55:58 -07001174 if(idleInvalidator && !sIdleFallBack && mCurrentFrame.mdpCount)
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001175 idleInvalidator->markForSleep();
1176
1177 overlay::Overlay& ov = *ctx->mOverlay;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001178 LayerProp *layerProp = ctx->layerProp[mDpy];
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001179
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001180 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
1181 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001182 {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001183 if(mCurrentFrame.isFBComposed[i]) continue;
1184
Naseer Ahmed5b6708a2012-08-02 13:46:08 -07001185 hwc_layer_1_t *layer = &list->hwLayers[i];
Saurabh Shahacf10202013-02-26 10:15:15 -08001186 private_handle_t *hnd = (private_handle_t *)layer->handle;
1187 if(!hnd) {
1188 ALOGE("%s handle null", __FUNCTION__);
1189 return false;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001190 }
1191
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001192 int mdpIndex = mCurrentFrame.layerToMDP[i];
1193
Saurabh Shah88e4d272013-09-03 13:31:29 -07001194 MdpPipeInfoNonSplit& pipe_info =
1195 *(MdpPipeInfoNonSplit*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001196 ovutils::eDest dest = pipe_info.index;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001197 if(dest == ovutils::OV_INVALID) {
1198 ALOGE("%s: Invalid pipe index (%d)", __FUNCTION__, dest);
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001199 return false;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001200 }
1201
Saurabh Shahacf10202013-02-26 10:15:15 -08001202 if(!(layerProp[i].mFlags & HWC_MDPCOMP)) {
1203 continue;
1204 }
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001205
Saurabh Shahacf10202013-02-26 10:15:15 -08001206 ALOGD_IF(isDebug(),"%s: MDP Comp: Drawing layer: %p hnd: %p \
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001207 using pipe: %d", __FUNCTION__, layer,
1208 hnd, dest );
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001209
Saurabh Shahacf10202013-02-26 10:15:15 -08001210 int fd = hnd->fd;
1211 uint32_t offset = hnd->offset;
Saurabh Shaha9da08f2013-07-03 13:27:53 -07001212
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001213 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot;
Saurabh Shahacf10202013-02-26 10:15:15 -08001214 if(rot) {
1215 if(!rot->queueBuffer(fd, offset))
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001216 return false;
Saurabh Shahacf10202013-02-26 10:15:15 -08001217 fd = rot->getDstMemId();
1218 offset = rot->getDstOffset();
1219 }
1220
1221 if (!ov.queueBuffer(fd, offset, dest)) {
Prabhanjan Kandula08222fc2013-07-10 17:20:59 +05301222 ALOGE("%s: queueBuffer failed for display:%d ", __FUNCTION__, mDpy);
Saurabh Shahacf10202013-02-26 10:15:15 -08001223 return false;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001224 }
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001225
1226 layerProp[i].mFlags &= ~HWC_MDPCOMP;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001227 }
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001228 return true;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001229}
1230
Saurabh Shah88e4d272013-09-03 13:31:29 -07001231//=============MDPCompSplit===================================================
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001232
Saurabh Shah88e4d272013-09-03 13:31:29 -07001233int MDPCompSplit::pipesNeeded(hwc_context_t *ctx,
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001234 hwc_display_contents_1_t* list,
1235 int mixer) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001236 int pipesNeeded = 0;
Saurabh Shah67a38c32013-06-10 16:23:15 -07001237 const int xres = ctx->dpyAttr[mDpy].xres;
Saurabh Shah07a8ca82013-08-06 18:45:42 -07001238
1239 const int lSplit = getLeftSplit(ctx, mDpy);
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001240
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001241 for(int i = 0; i < mCurrentFrame.layerCount; ++i) {
1242 if(!mCurrentFrame.isFBComposed[i]) {
1243 hwc_layer_1_t* layer = &list->hwLayers[i];
1244 hwc_rect_t dst = layer->displayFrame;
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001245 if(mixer == Overlay::MIXER_LEFT && dst.left < lSplit) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001246 pipesNeeded++;
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001247 } else if(mixer == Overlay::MIXER_RIGHT && dst.right > lSplit) {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001248 pipesNeeded++;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001249 }
1250 }
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001251 }
1252 return pipesNeeded;
1253}
1254
Saurabh Shah88e4d272013-09-03 13:31:29 -07001255bool MDPCompSplit::arePipesAvailable(hwc_context_t *ctx,
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001256 hwc_display_contents_1_t* list) {
1257 overlay::Overlay& ov = *ctx->mOverlay;
Saurabh Shah082468e2013-09-12 10:05:32 -07001258 int totalPipesNeeded = 0;
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001259
1260 for(int i = 0; i < Overlay::MIXER_MAX; i++) {
1261 int numPipesNeeded = pipesNeeded(ctx, list, i);
1262 int availPipes = ov.availablePipes(mDpy, i);
1263
1264 //Reserve pipe(s)for FB
1265 if(mCurrentFrame.fbCount)
Saurabh Shah082468e2013-09-12 10:05:32 -07001266 numPipesNeeded += 1;
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001267
Saurabh Shah082468e2013-09-12 10:05:32 -07001268 totalPipesNeeded += numPipesNeeded;
1269
1270 //Per mixer check.
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001271 if(numPipesNeeded > availPipes) {
1272 ALOGD_IF(isDebug(), "%s: Insufficient pipes for "
1273 "dpy %d mixer %d needed %d, avail %d",
1274 __FUNCTION__, mDpy, i, numPipesNeeded, availPipes);
1275 return false;
1276 }
1277 }
Saurabh Shah082468e2013-09-12 10:05:32 -07001278
1279 //Per display check, since unused pipes can get counted twice.
1280 int totalPipesAvailable = ov.availablePipes(mDpy);
1281 if(totalPipesNeeded > totalPipesAvailable) {
1282 ALOGD_IF(isDebug(), "%s: Insufficient pipes for "
1283 "dpy %d needed %d, avail %d",
1284 __FUNCTION__, mDpy, totalPipesNeeded, totalPipesAvailable);
1285 return false;
1286 }
1287
Saurabh Shah90b7b9b2013-09-12 16:36:08 -07001288 if(not areVGPipesAvailable(ctx, list)) {
1289 return false;
1290 }
1291
1292 return true;
1293}
1294
1295bool MDPCompSplit::areVGPipesAvailable(hwc_context_t *ctx,
1296 hwc_display_contents_1_t* list) {
1297 overlay::Overlay& ov = *ctx->mOverlay;
1298 int pipesNeeded = 0;
1299 const int lSplit = getLeftSplit(ctx, mDpy);
1300 for(int i = 0; i < mCurrentFrame.layerCount; ++i) {
1301 if(!mCurrentFrame.isFBComposed[i]) {
1302 hwc_layer_1_t* layer = &list->hwLayers[i];
1303 hwc_rect_t dst = layer->displayFrame;
1304 private_handle_t *hnd = (private_handle_t *)layer->handle;
1305 if(isYuvBuffer(hnd)) {
1306 if(dst.left < lSplit) {
1307 pipesNeeded++;
1308 }
1309 if(dst.right > lSplit) {
1310 pipesNeeded++;
1311 }
1312 }
1313 }
1314 }
1315
1316 int availableVGPipes = ov.availablePipes(mDpy, ovutils::OV_MDP_PIPE_VG);
1317 if(pipesNeeded > availableVGPipes) {
1318 ALOGD_IF(isDebug(), "%s: Insufficient VG pipes for video layers"
1319 "dpy %d needed %d, avail %d",
1320 __FUNCTION__, mDpy, pipesNeeded, availableVGPipes);
1321 return false;
1322 }
1323
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001324 return true;
1325}
1326
Saurabh Shah88e4d272013-09-03 13:31:29 -07001327bool MDPCompSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer,
1328 MdpPipeInfoSplit& pipe_info,
Saurabh Shah67a38c32013-06-10 16:23:15 -07001329 ePipeType type) {
1330 const int xres = ctx->dpyAttr[mDpy].xres;
Saurabh Shah07a8ca82013-08-06 18:45:42 -07001331 const int lSplit = getLeftSplit(ctx, mDpy);
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001332
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001333 hwc_rect_t dst = layer->displayFrame;
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001334 pipe_info.lIndex = ovutils::OV_INVALID;
1335 pipe_info.rIndex = ovutils::OV_INVALID;
1336
1337 if (dst.left < lSplit) {
1338 pipe_info.lIndex = getMdpPipe(ctx, type, Overlay::MIXER_LEFT);
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001339 if(pipe_info.lIndex == ovutils::OV_INVALID)
1340 return false;
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001341 }
1342
1343 if(dst.right > lSplit) {
1344 pipe_info.rIndex = getMdpPipe(ctx, type, Overlay::MIXER_RIGHT);
1345 if(pipe_info.rIndex == ovutils::OV_INVALID)
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001346 return false;
1347 }
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001348
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001349 return true;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001350}
1351
Saurabh Shah88e4d272013-09-03 13:31:29 -07001352bool MDPCompSplit::allocLayerPipes(hwc_context_t *ctx,
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001353 hwc_display_contents_1_t* list) {
1354 for(int index = 0 ; index < mCurrentFrame.layerCount; index++) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001355
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001356 if(mCurrentFrame.isFBComposed[index]) continue;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001357
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001358 hwc_layer_1_t* layer = &list->hwLayers[index];
1359 private_handle_t *hnd = (private_handle_t *)layer->handle;
Saurabh Shah0d65dbe2013-06-06 18:33:16 -07001360 int mdpIndex = mCurrentFrame.layerToMDP[index];
1361 PipeLayerPair& info = mCurrentFrame.mdpToLayer[mdpIndex];
Saurabh Shah88e4d272013-09-03 13:31:29 -07001362 info.pipeInfo = new MdpPipeInfoSplit;
Saurabh Shah9e3adb22013-03-26 11:16:27 -07001363 info.rot = NULL;
Saurabh Shah88e4d272013-09-03 13:31:29 -07001364 MdpPipeInfoSplit& pipe_info = *(MdpPipeInfoSplit*)info.pipeInfo;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001365 ePipeType type = MDPCOMP_OV_ANY;
1366
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001367 if(isYuvBuffer(hnd)) {
1368 type = MDPCOMP_OV_VG;
Sushil Chauhan15a2ea62013-09-04 18:28:36 -07001369 } else if(!qhwc::needsScalingWithSplit(ctx, layer, mDpy)
Saurabh Shah85234ec2013-04-12 17:09:00 -07001370 && Overlay::getDMAMode() != Overlay::DMA_BLOCK_MODE
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001371 && ctx->mMDP.version >= qdutils::MDSS_V5) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001372 type = MDPCOMP_OV_DMA;
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001373 }
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001374
1375 if(!acquireMDPPipes(ctx, layer, pipe_info, type)) {
Saurabh Shahe51f8ca2013-05-06 17:26:16 -07001376 ALOGD_IF(isDebug(), "%s: Unable to get pipe for type = %d",
1377 __FUNCTION__, (int) type);
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001378 return false;
1379 }
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001380 }
1381 return true;
1382}
Saurabh Shahaf5f5972013-07-30 13:56:35 -07001383
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001384/*
1385 * Configures pipe(s) for MDP composition
1386 */
Saurabh Shah88e4d272013-09-03 13:31:29 -07001387int MDPCompSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer,
Saurabh Shah67a38c32013-06-10 16:23:15 -07001388 PipeLayerPair& PipeLayerPair) {
Saurabh Shah88e4d272013-09-03 13:31:29 -07001389 MdpPipeInfoSplit& mdp_info =
1390 *(static_cast<MdpPipeInfoSplit*>(PipeLayerPair.pipeInfo));
Saurabh Shahacf10202013-02-26 10:15:15 -08001391 eZorder zOrder = static_cast<eZorder>(mdp_info.zOrder);
1392 eIsFg isFg = IS_FG_OFF;
1393 eMdpFlags mdpFlagsL = OV_MDP_BACKEND_COMPOSITION;
1394 eDest lDest = mdp_info.lIndex;
1395 eDest rDest = mdp_info.rIndex;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001396
1397 ALOGD_IF(isDebug(),"%s: configuring: layer: %p z_order: %d dest_pipeL: %d"
1398 "dest_pipeR: %d",__FUNCTION__, layer, zOrder, lDest, rDest);
1399
Saurabh Shah88e4d272013-09-03 13:31:29 -07001400 return configureSplit(ctx, layer, mDpy, mdpFlagsL, zOrder, isFg, lDest,
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001401 rDest, &PipeLayerPair.rot);
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001402}
1403
Saurabh Shah88e4d272013-09-03 13:31:29 -07001404bool MDPCompSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001405
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001406 if(!isEnabled()) {
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001407 ALOGD_IF(isDebug(),"%s: MDP Comp not configured", __FUNCTION__);
1408 return true;
1409 }
1410
1411 if(!ctx || !list) {
1412 ALOGE("%s: invalid contxt or list",__FUNCTION__);
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001413 return false;
1414 }
1415
Prabhanjan Kandula08222fc2013-07-10 17:20:59 +05301416 if(ctx->listStats[mDpy].numAppLayers > MAX_NUM_APP_LAYERS) {
1417 ALOGD_IF(isDebug(),"%s: Exceeding max layer count", __FUNCTION__);
1418 return true;
1419 }
1420
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001421 /* reset Invalidator */
Saurabh Shah2d998a92013-05-14 17:55:58 -07001422 if(idleInvalidator && !sIdleFallBack && mCurrentFrame.mdpCount)
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001423 idleInvalidator->markForSleep();
1424
Naseer Ahmed54821fe2012-11-28 18:44:38 -05001425 overlay::Overlay& ov = *ctx->mOverlay;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001426 LayerProp *layerProp = ctx->layerProp[mDpy];
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001427
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001428 int numHwLayers = ctx->listStats[mDpy].numAppLayers;
1429 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001430 {
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001431 if(mCurrentFrame.isFBComposed[i]) continue;
1432
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001433 hwc_layer_1_t *layer = &list->hwLayers[i];
Saurabh Shahacf10202013-02-26 10:15:15 -08001434 private_handle_t *hnd = (private_handle_t *)layer->handle;
1435 if(!hnd) {
1436 ALOGE("%s handle null", __FUNCTION__);
1437 return false;
1438 }
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001439
1440 if(!(layerProp[i].mFlags & HWC_MDPCOMP)) {
1441 continue;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001442 }
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001443
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001444 int mdpIndex = mCurrentFrame.layerToMDP[i];
1445
Saurabh Shah88e4d272013-09-03 13:31:29 -07001446 MdpPipeInfoSplit& pipe_info =
1447 *(MdpPipeInfoSplit*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001448 Rotator *rot = mCurrentFrame.mdpToLayer[mdpIndex].rot;
Saurabh Shahacf10202013-02-26 10:15:15 -08001449
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001450 ovutils::eDest indexL = pipe_info.lIndex;
1451 ovutils::eDest indexR = pipe_info.rIndex;
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001452
Saurabh Shahacf10202013-02-26 10:15:15 -08001453 int fd = hnd->fd;
1454 int offset = hnd->offset;
1455
Saurabh Shaha9da08f2013-07-03 13:27:53 -07001456 if(ctx->mAD->isModeOn()) {
1457 if(ctx->mAD->draw(ctx, fd, offset)) {
1458 fd = ctx->mAD->getDstFd(ctx);
1459 offset = ctx->mAD->getDstOffset(ctx);
1460 }
1461 }
1462
Saurabh Shahacf10202013-02-26 10:15:15 -08001463 if(rot) {
1464 rot->queueBuffer(fd, offset);
1465 fd = rot->getDstMemId();
1466 offset = rot->getDstOffset();
1467 }
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001468
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001469 //************* play left mixer **********
1470 if(indexL != ovutils::OV_INVALID) {
1471 ovutils::eDest destL = (ovutils::eDest)indexL;
Saurabh Shahacf10202013-02-26 10:15:15 -08001472 ALOGD_IF(isDebug(),"%s: MDP Comp: Drawing layer: %p hnd: %p \
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001473 using pipe: %d", __FUNCTION__, layer, hnd, indexL );
Saurabh Shahacf10202013-02-26 10:15:15 -08001474 if (!ov.queueBuffer(fd, offset, destL)) {
1475 ALOGE("%s: queueBuffer failed for left mixer", __FUNCTION__);
1476 return false;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001477 }
1478 }
1479
1480 //************* play right mixer **********
1481 if(indexR != ovutils::OV_INVALID) {
1482 ovutils::eDest destR = (ovutils::eDest)indexR;
Saurabh Shahacf10202013-02-26 10:15:15 -08001483 ALOGD_IF(isDebug(),"%s: MDP Comp: Drawing layer: %p hnd: %p \
Jeykumar Sankaran85977e32013-02-25 17:06:08 -08001484 using pipe: %d", __FUNCTION__, layer, hnd, indexR );
Saurabh Shahacf10202013-02-26 10:15:15 -08001485 if (!ov.queueBuffer(fd, offset, destR)) {
1486 ALOGE("%s: queueBuffer failed for right mixer", __FUNCTION__);
1487 return false;
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001488 }
1489 }
Saurabh Shahacf10202013-02-26 10:15:15 -08001490
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001491 layerProp[i].mFlags &= ~HWC_MDPCOMP;
1492 }
Saurabh Shahacf10202013-02-26 10:15:15 -08001493
Jeykumar Sankaranb551ce42013-01-10 16:26:48 -08001494 return true;
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001495}
Naseer Ahmed7c958d42012-07-31 18:57:03 -07001496}; //namespace
1497