Loading drivers/gpu/msm/kgsl_iommu.c +4 −1 Original line number Diff line number Diff line Loading @@ -2493,7 +2493,10 @@ static const char * const kgsl_iommu_clocks[] = { "gcc_gpu_memnoc_gfx", "gcc_gpu_snoc_dvm_gfx", "gpu_cc_ahb", "gpu_cc_hlos1_vote_gpu_smmu_clk", "gpu_cc_cx_gmu", "gpu_cc_hlos1_vote_gpu_smmu", "gpu_cc_hub_aon", "gpu_cc_hub_cx_int", }; static struct kgsl_mmu_ops kgsl_iommu_ops; Loading drivers/gpu/msm/kgsl_iommu.h +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ #define KGSL_IOMMU_FSR_SS_SHIFT 30 /* Max number of iommu clks per IOMMU unit */ #define KGSL_IOMMU_MAX_CLKS 5 #define KGSL_IOMMU_MAX_CLKS 7 /* offset at which a nop command is placed in setstate */ #define KGSL_IOMMU_SETSTATE_NOP_OFFSET 1024 Loading Loading
drivers/gpu/msm/kgsl_iommu.c +4 −1 Original line number Diff line number Diff line Loading @@ -2493,7 +2493,10 @@ static const char * const kgsl_iommu_clocks[] = { "gcc_gpu_memnoc_gfx", "gcc_gpu_snoc_dvm_gfx", "gpu_cc_ahb", "gpu_cc_hlos1_vote_gpu_smmu_clk", "gpu_cc_cx_gmu", "gpu_cc_hlos1_vote_gpu_smmu", "gpu_cc_hub_aon", "gpu_cc_hub_cx_int", }; static struct kgsl_mmu_ops kgsl_iommu_ops; Loading
drivers/gpu/msm/kgsl_iommu.h +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ #define KGSL_IOMMU_FSR_SS_SHIFT 30 /* Max number of iommu clks per IOMMU unit */ #define KGSL_IOMMU_MAX_CLKS 5 #define KGSL_IOMMU_MAX_CLKS 7 /* offset at which a nop command is placed in setstate */ #define KGSL_IOMMU_SETSTATE_NOP_OFFSET 1024 Loading