msm: ipa3: update resource configuration for DIAG and DMA RGs
IPA resource allocation was updated in order to prevent HOLB (Head Of Line Blocking) in rare scenarios. This change updates the resource allocation as required. Change-Id: Ifb08b2991dc3540b038e6cf79c5531661570ab23 CRs-Fixed: 978301 Signed-off-by: Gidon Studinski <gidons@codeaurora.org>
This commit is contained in:
parent
7552ae6d8e
commit
2f750edecb
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ static const struct rsrc_min_max ipa3_rsrc_src_grp_config
|
|||
[IPA_RSRC_GRP_TYPE_SRS_DESCRIPTOR_LISTS] = {
|
||||
{14, 14}, {16, 16}, {5, 5}, {5, 5}, {0, 0}, {8, 8} },
|
||||
[IPA_RSRC_GRP_TYPE_SRC_DESCRIPTOR_BUFF] = {
|
||||
{19, 19}, {26, 26}, {5, 5}, {5, 5}, {0, 0}, {8, 8} },
|
||||
{19, 19}, {26, 26}, {3, 3}, {7, 7}, {0, 0}, {8, 8} },
|
||||
[IPA_RSRC_GRP_TYPE_SRC_HDRI2_BUFFERS] = {
|
||||
{0, 255}, {0, 255}, {0, 255}, {0, 255}, {0, 255}, {0, 255} },
|
||||
[IPA_RSRC_GRP_TYPE_SRC_HPS_DMARS] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue