msm: vidc: Update Max Allowed MB per frame
Updated maximun allowed mdbf to support one 8K session and one 4K session at a time. Change-Id: I64ad3820aaddf5a3f89f97fe34c158b30f1e3675 Signed-off-by: Akshata Sahukar <asahukar@codeaurora.org>
This commit is contained in:
parent
7c73b4c8b5
commit
b491becf08
@ -544,7 +544,7 @@ static struct msm_vidc_common_data kona_common_data[] = {
|
||||
},
|
||||
{
|
||||
.key = "qcom,max-mbpf",
|
||||
.value = 138240, /* (8192x4320)/256 */
|
||||
.value = 172800, /* (8192x4320)/256 + (4096x2160)/256*/
|
||||
},
|
||||
{
|
||||
.key = "qcom,max-hq-mbs-per-frame",
|
||||
|
Loading…
Reference in New Issue
Block a user