Merge "msm: sde: rotator: Enable traffic shaper for 4k@60fps layer"
This commit is contained in:
commit
8069e32933
1 changed files with 2 additions and 2 deletions
|
@ -668,11 +668,11 @@ static void sde_hw_rotator_setup_fetchengine(struct sde_hw_rotator_context *ctx,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Determine if traffic shaping is required. Only enable traffic
|
* Determine if traffic shaping is required. Only enable traffic
|
||||||
* shaping when content is 4k@30fps. The actual traffic shaping
|
* shaping when content is 4k@60fps. The actual traffic shaping
|
||||||
* bandwidth calculation is done in output setup.
|
* bandwidth calculation is done in output setup.
|
||||||
*/
|
*/
|
||||||
if (((cfg->src_rect->w * cfg->src_rect->h) >= RES_UHD) &&
|
if (((cfg->src_rect->w * cfg->src_rect->h) >= RES_UHD) &&
|
||||||
(cfg->fps <= 30)) {
|
(cfg->fps <= 60)) {
|
||||||
SDEROT_DBG("Enable Traffic Shaper\n");
|
SDEROT_DBG("Enable Traffic Shaper\n");
|
||||||
ctx->is_traffic_shaping = true;
|
ctx->is_traffic_shaping = true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue