Loading drivers/gpu/msm/kgsl_gmu.c +5 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. */ #include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h> Loading Loading @@ -1308,6 +1308,10 @@ static int gmu_probe(struct kgsl_device *device, struct device_node *node) of_dma_configure(&gmu->pdev->dev, node, true); dma_set_coherent_mask(&gmu->pdev->dev, DMA_BIT_MASK(64)); gmu->pdev->dev.dma_mask = &gmu->pdev->dev.coherent_dma_mask; set_dma_ops(&gmu->pdev->dev, NULL); /* Set up GMU regulators */ ret = gmu_regulators_probe(gmu, node); if (ret) Loading Loading
drivers/gpu/msm/kgsl_gmu.c +5 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. */ #include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h> Loading Loading @@ -1308,6 +1308,10 @@ static int gmu_probe(struct kgsl_device *device, struct device_node *node) of_dma_configure(&gmu->pdev->dev, node, true); dma_set_coherent_mask(&gmu->pdev->dev, DMA_BIT_MASK(64)); gmu->pdev->dev.dma_mask = &gmu->pdev->dev.coherent_dma_mask; set_dma_ops(&gmu->pdev->dev, NULL); /* Set up GMU regulators */ ret = gmu_regulators_probe(gmu, node); if (ret) Loading