diff options
| author | Gidon Studinski <gidons@codeaurora.org> | 2016-03-13 12:54:57 +0200 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-25 16:03:49 -0700 |
| commit | 2f750edecbecffd8760bd4968b49e791bae29981 (patch) | |
| tree | 889581d125fede00fe45bb2592933497322ca7d6 | |
| parent | 7552ae6d8e7b35517e2db6859b9cf83e1687ad32 (diff) | |
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>
| -rw-r--r-- | drivers/platform/msm/ipa/ipa_v3/ipa_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c b/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c index 7227b111f5b9..75fe6df26078 100644 --- a/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c +++ b/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c @@ -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] = { |
