msm: vidc: Add max-image-load caps to holi and shima

Add max-image-load caps as 8k for holi and
16k for shima for all variants.

Change-Id: I5d1483c0e2dc06af61eca4944bc269e36baa6d73
Signed-off-by: Priyanka Gujjula <pgujjula@codeaurora.org>
This commit is contained in:
Priyanka Gujjula 2020-09-23 21:36:28 +05:30
parent 3de9db9637
commit 173068c67f

View File

@ -1079,6 +1079,10 @@ static struct msm_vidc_common_data shima_common_data_v0[] = {
* (8192x4320)/256)@30fps decode
*/
},
{
.key = "qcom,max-image-load",
.value = 1048576, /* ((16384x16384)/256)@1fps */
},
{
.key = "qcom,max-mbpf",
.value = 138240, /* ((8192x4320)/256) */
@ -1192,6 +1196,10 @@ static struct msm_vidc_common_data shima_common_data_v1[] = {
* (3840x2176)/256)@60fps decode
*/
},
{
.key = "qcom,max-image-load",
.value = 1048576, /* ((16384x16384)/256)@1fps */
},
{
.key = "qcom,max-mbpf",
.value = 130560, /* ((3840x2176)/256) x 4 */
@ -1305,6 +1313,10 @@ static struct msm_vidc_common_data shima_common_data_v2[] = {
* (3840x2176)/256)@30fps decode
*/
},
{
.key = "qcom,max-image-load",
.value = 1048576, /* ((16384x16384)/256)@1fps */
},
{
.key = "qcom,max-mbpf",
.value = 130560, /* ((3840x2176)/256) x 4 */
@ -1415,6 +1427,10 @@ static struct msm_vidc_common_data holi_common_data[] = {
.key = "qcom,max-hw-load",
.value = 489600, /* ((1088x1920)/256)@60fps */
},
{
.key = "qcom,max-image-load",
.value = 262144, /* ((8192x8192)/256)@1fps */
},
{
.key = "qcom,max-mbpf",
.value = 65280,/* ((3840x2176)/256) x 2 */