Revert "mfc: Reduce QoS boosting from Samsung hacks"
This reverts commit 9ba60fb174
.
This commit is contained in:
parent
cac147d1b1
commit
e1b24976b4
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ void mfc_qos_update_last_framerate(struct mfc_ctx *ctx, u64 timestamp)
|
|||
if (ctx->last_framerate > MFC_MAX_FPS)
|
||||
ctx->last_framerate = MFC_MAX_FPS;
|
||||
|
||||
if (!(ctx->type == MFCINST_DECODER && !IS_UHD_RES(ctx)))
|
||||
if (ctx->src_ts.ts_is_full)
|
||||
ctx->last_framerate = (ctx->qos_ratio * ctx->last_framerate) / 100;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue