Revert "mfc: Reduce QoS boosting from Samsung hacks"

This reverts commit 9ba60fb174.
This commit is contained in:
Ksawlii 2024-12-17 23:31:44 +01:00
parent cac147d1b1
commit e1b24976b4

View file

@ -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;
}