mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: kgsl: Fix the offset of FSYNR1
Define the offset of FSYNR1 IOMMU register correctly for IOMMU-v0. Change-Id: Ibcbc863e1be02da3be22dd1a9cfe4a41e043d503 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org> Signed-off-by: Ling Wan <lingw@codeaurora.org>
This commit is contained in:
parent
8e7e5212eb
commit
7a440eb2bf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static struct kgsl_iommu_register_list kgsl_iommuv1_reg[KGSL_IOMMU_REG_MAX] = {
|
|||
{ 0x03C, 0, 0 }, /* TLBLKCR */
|
||||
{ 0x818, 0, 0 }, /* V2PUR */
|
||||
{ 0x2C, 0, 0 }, /* FSYNR0 */
|
||||
{ 0x2C, 0, 0 }, /* FSYNR0 */
|
||||
{ 0x30, 0, 0 }, /* FSYNR1 */
|
||||
};
|
||||
|
||||
static struct kgsl_iommu_register_list kgsl_iommuv2_reg[KGSL_IOMMU_REG_MAX] = {
|
||||
|
|
Loading…
Reference in a new issue