Searched +full:adreno +full:- +full:gmu +full:- +full:wrapper (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/display/msm/ |
D | gmu.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 2 # Copyright 2019-2020, The Linux Foundation, All Rights Reserved 4 --- 6 $id: http://devicetree.org/schemas/display/msm/gmu.yaml# 7 $schema: http://devicetree.org/meta-schemas/core.yaml# 9 title: GMU attached to certain Adreno GPUs 12 - Rob Clark <robdclark@gmail.com> 15 These bindings describe the Graphics Management Unit (GMU) that is attached 16 to members of the Adreno A6xx GPU family. The GMU provides on-device power 23 - items: [all …]
|
/linux-6.12.1/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved. */ 15 #include <linux/soc/qcom/llcc-qcom.h> 24 /* Check that the GMU is idle */ in _a6xx_check_idle() 25 if (!adreno_has_gmu_wrapper(adreno_gpu) && !a6xx_gmu_isidle(&a6xx_gpu->gmu)) in _a6xx_check_idle() 45 gpu->name, __builtin_return_address(0), in a6xx_idle() 62 if (a6xx_gpu->has_whereami && !adreno_gpu->base.hw_apriv) { in update_shadow_rptr() 76 spin_lock_irqsave(&ring->preempt_lock, flags); in a6xx_flush() 79 ring->cur = ring->next; in a6xx_flush() 84 spin_unlock_irqrestore(&ring->preempt_lock, flags); in a6xx_flush() [all …]
|
D | adreno_gpu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 17 #include <linux/nvmem-consumer.h> 33 struct device *dev = &gpu->pdev->dev; in zap_shader_load_mdt() 45 return -EINVAL; in zap_shader_load_mdt() 48 np = of_get_child_by_name(dev->of_node, "zap-shader"); in zap_shader_load_mdt() 51 return -ENODEV; in zap_shader_load_mdt() 54 mem_np = of_parse_phandle(np, "memory-region", 0); in zap_shader_load_mdt() 58 return -EINVAL; in zap_shader_load_mdt() 69 * Check for a firmware-name property. This is the new scheme in zap_shader_load_mdt() 74 * If the firmware-name property is found, we bypass the in zap_shader_load_mdt() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | qcm2290.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 8 #include <dt-bindings/clock/qcom,dispcc-qcm2290.h> 9 #include <dt-bindings/clock/qcom,gcc-qcm2290.h> 10 #include <dt-bindings/clock/qcom,qcm2290-gpucc.h> 11 #include <dt-bindings/clock/qcom,rpmcc.h> 12 #include <dt-bindings/dma/qcom-gpi.h> 13 #include <dt-bindings/firmware/qcom,scm.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/interrupt-controller/arm-gic.h> 16 #include <dt-bindings/interconnect/qcom,qcm2290.h> [all …]
|
D | sm6115.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 6 #include <dt-bindings/clock/qcom,gcc-sm6115.h> 7 #include <dt-bindings/clock/qcom,sm6115-dispcc.h> 8 #include <dt-bindings/clock/qcom,sm6115-gpucc.h> 9 #include <dt-bindings/clock/qcom,rpmcc.h> 10 #include <dt-bindings/dma/qcom-gpi.h> 11 #include <dt-bindings/firmware/qcom,scm.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/interconnect/qcom,rpm-icc.h> 14 #include <dt-bindings/interconnect/qcom,sm6115.h> [all …]
|
D | sc8180x.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2020-2023, Linaro Limited 7 #include <dt-bindings/clock/qcom,dispcc-sm8250.h> 8 #include <dt-bindings/clock/qcom,gcc-sc8180x.h> 9 #include <dt-bindings/clock/qcom,gpucc-sm8150.h> 10 #include <dt-bindings/clock/qcom,rpmh.h> 11 #include <dt-bindings/interconnect/qcom,icc.h> 12 #include <dt-bindings/interconnect/qcom,osm-l3.h> 13 #include <dt-bindings/interconnect/qcom,sc8180x.h> [all …]
|