| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpu/ |
| H A D | vivante,gc.yaml | 7 title: Vivante GPU Bindings 9 description: Vivante GPU core devices 27 - description: GPU core clock 28 - description: Shader clock (only required if GPU has feature PIPE_3D) 29 - description: AHB/slave interface clock (only required if GPU can gate
|
| H A D | arm,mali-bifrost.yaml | 7 title: ARM Mali Bifrost GPU 22 - const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable 31 - description: GPU interrupt
|
| H A D | arm,mali-midgard.yaml | 7 title: ARM Mali Midgard GPU 58 - description: GPU interrupt
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | NVPTX.h | 61 CudaArch GPU; variable 78 Features[CudaArchToString(GPU)] = true; in initFeatureMap() 129 GPU = StringToCudaArch(Name); in setCPU() 130 return GPU != CudaArch::UNKNOWN; in setCPU()
|
| H A D | NVPTX.cpp | 74 GPU = CudaArch::SM_20; in NVPTXTargetInfo() 184 switch (GPU) { in getTargetDefines()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 69 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument 72 ParseSubtargetFeatures(GPU, /*TuneCPU*/ GPU, FullFS); in initializeSubtargetDependencies() 82 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument 112 ParseSubtargetFeatures(GPU, /*TuneCPU*/ GPU, FullFS); in initializeSubtargetDependencies() 199 GCNSubtarget::GCNSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in GCNSubtarget() argument 202 AMDGPUGenSubtargetInfo(TT, GPU, /*TuneCPU*/ GPU, FS), in GCNSubtarget() 207 InstrItins(getInstrItineraryForCPU(GPU)), in GCNSubtarget() 321 InstrInfo(initializeSubtargetDependencies(TT, GPU, FS)), in GCNSubtarget() 726 R600GenSubtargetInfo(TT, GPU, /*TuneCPU*/GPU, FS), in R600Subtarget() 738 TLInfo(TM, initializeSubtargetDependencies(TT, GPU, FS)), in R600Subtarget() [all …]
|
| H A D | AMDGPUTargetMachine.cpp | 487 static StringRef getGPUOrDefault(const Triple &TT, StringRef GPU) { in getGPUOrDefault() argument 488 if (!GPU.empty()) in getGPUOrDefault() 489 return GPU; in getGPUOrDefault() 769 StringRef GPU = getGPUName(F); in getSubtargetImpl() local 772 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() 781 I = std::make_unique<R600Subtarget>(TargetTriple, GPU, FS, *this); in getSubtargetImpl() 838 StringRef GPU = getGPUName(F); in getSubtargetImpl() local 841 SmallString<128> SubtargetKey(GPU); in getSubtargetImpl() 850 I = std::make_unique<GCNSubtarget>(TargetTriple, GPU, FS, *this); in getSubtargetImpl()
|
| H A D | AMDGPUFeatures.td | 47 Value#" GPU generation", Implies>;
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | rk3288-veyron-mickey.dts | 86 * and don't let the GPU go faster than 400 MHz. 103 * the CPU and the GPU. 139 /* At very hot, don't let GPU go over 300 MHz */ 180 /* After 1st level throttle the GPU down to as low as 400 MHz */ 187 * Slightly after we throttle the GPU, we'll also make sure that 189 * throttle the CPU lower than 1.4 GHz due to GPU heat--we'll 200 /* When hot, GPU goes down to 300 MHz */ 206 /* When really hot, don't let GPU go _above_ 300 MHz */
|
| H A D | omap5-gpu-thermal.dtsi | 2 * Device Tree Source for OMAP543x SoC GPU thermal
|
| H A D | stm32mp157.dtsi | 15 clocks = <&rcc GPU>, <&rcc GPU_K>;
|
| H A D | exynos5422-odroidxu3.dts | 37 /* GPU: VDD_G3D */
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | gmu.yaml | 16 to members of the Adreno A6xx GPU family. The GMU provides on-device power 42 - description: GPU CX clock 43 - description: GPU AXI clock 44 - description: GPU MEMNOC clock
|
| H A D | gpu.txt | 1 Qualcomm adreno/snapdragon GPU 20 For GMU attached devices the GPU clocks are not used and are not required. The 31 control the power for the GPU. Applicable targets: 35 bring the GPU out of secure mode. 102 * Look ma, no clocks! The GPU clocks and power are
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/amdgpu-arch/ |
| H A D | AMDGPUArch.cpp | 68 for (const auto &GPU : GPUs) in main() local 69 printf("%s\n", GPU.c_str()); in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TargetParser.cpp | 189 AMDGPU::IsaVersion AMDGPU::getIsaVersion(StringRef GPU) { in getIsaVersion() argument 190 AMDGPU::GPUKind AK = parseArchAMDGCN(GPU); in getIsaVersion() 192 if (GPU == "generic-hsa") in getIsaVersion() 194 if (GPU == "generic") in getIsaVersion()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm2835-v3d.yaml | 7 title: Broadcom VC4 (VideoCore4) V3D GPU
|
| H A D | brcm,bcm2835-vc4.yaml | 7 title: Broadcom VC4 (VideoCore4) GPU
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/mediatek/ |
| H A D | mediatek,g3dsys.txt | 5 the GPU.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | gpu | 4 # gpu: file(1) magic for GPU input files
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | nvidia,tegra186-bpmp-thermal.txt | 5 and GPU temperatures. This binding describes the thermal sensor that is
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | rda,8810pl-intc.txt | 43 25: GPU
|
| H A D | brcm,bcm2836-l1-intc.txt | 5 peripheral (GPU) events, which chain to the BCM2835-style interrupt
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | dove-divider-clock.txt | 12 1 GPU clock
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interconnect/ |
| H A D | qcom,osm-l3.yaml | 15 from CPU/GPU and relays it to the OSM.
|