mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 08:37:14 +07:00
media: venus: core: correct maximum hardware load for sdm845
This correct maximum hardware load constant in per SoC resources for sdm845 aka Venus v4. Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: Alexandre Courbot <acourbot@chromium.org> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
5792ae7c3d
commit
de5a0bafcf
@ -455,7 +455,7 @@ static const struct venus_resources msm8996_res = {
|
||||
.reg_tbl_size = ARRAY_SIZE(msm8996_reg_preset),
|
||||
.clks = {"core", "iface", "bus", "mbus" },
|
||||
.clks_num = 4,
|
||||
.max_load = 2563200,
|
||||
.max_load = 3110400, /* 4096x2160@90 */
|
||||
.hfi_version = HFI_VERSION_3XX,
|
||||
.vmem_id = VIDC_RESOURCE_NONE,
|
||||
.vmem_size = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user