/freebsd-src/usr.sbin/fwget/pci/ |
H A D | pci_video_amd | 29 # A table listing the required firmware versions for each GPU series 30 # is available at https://docs.kernel.org/gpu/amdgpu/driver-misc.html 34 addpkg "gpu-firmware-amd-kmod-tahiti" 37 addpkg "gpu-firmware-amd-kmod-pitcairn" 40 addpkg "gpu-firmware-amd-kmod-oland" 43 addpkg "gpu-firmware-amd-kmod-verde gpu-firmware-amd-kmod-si58" 46 addpkg "gpu-firmware-amd-kmod-hainan" 49 addpkg "gpu-firmware-amd-kmod-kaveri" 52 addpkg "gpu [all...] |
H A D | pci_video_intel | 32 addpkg "gpu-firmware-intel-kmod-skylake" 36 addpkg "gpu-firmware-intel-kmod-broxton" 40 addpkg "gpu-firmware-intel-kmod-geminilake" 44 addpkg "gpu-firmware-intel-kmod-kabylake" 48 addpkg "gpu-firmware-intel-kmod-cannonlake" 52 addpkg "gpu-firmware-intel-kmod-icelake" 56 addpkg "gpu-firmware-intel-kmod-elkhartlake" 60 addpkg "gpu-firmware-intel-kmod-tigerlake" 64 addpkg "gpu-firmware-intel-kmod-rocketlake gpu-firmware-intel-kmod-tigerlake" 68 addpkg "gpu-firmware-intel-kmod-dg1" [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/gpu/ |
H A D | nvidia,gk20a.txt | 4 - compatible: "nvidia,<gpu>" 24 - gpu 35 - gpu 44 gpu@57000000 { 54 clock-names = "gpu", "pwr"; 56 reset-names = "gpu"; 62 gpu@57000000 { 72 clock-names = "gpu", "pwr", "ref"; 74 reset-names = "gpu"; 80 gpu@17000000 { [all …]
|
H A D | arm,mali-bifrost.yaml | 4 $id: http://devicetree.org/schemas/gpu/arm,mali-bifrost.yaml# 7 title: ARM Mali Bifrost GPU 14 pattern: '^gpu@[a-f0-9]+$' 29 - const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable 34 - const: arm,mali-valhall-jm # Mali Valhall GPU model/revision is fully discoverable 39 - const: arm,mali-valhall-jm # Mali Valhall GPU model/revision is fully discoverable 49 - description: GPU interrupt 57 - const: gpu 97 The dynamic power consumption of the GPU is 154 - const: gpu [all...] |
H A D | vivante,gc.yaml | 4 $id: http://devicetree.org/schemas/gpu/vivante,gc.yaml# 7 title: Vivante GPU 9 description: Vivante GPU core devices 34 - description: GPU core clock 35 - description: Shader clock (only required if GPU has feature PIPE_3D) 36 - description: AHB/slave interface clock (only required if GPU can gate 65 gpu@130000 {
|
H A D | img,powervr.yaml | 5 $id: http://devicetree.org/schemas/gpu/img,powervr.yaml# 8 title: Imagination Technologies PowerVR and IMG GPU 17 - ti,am62-gpu 18 - const: img,img-axe # IMG AXE GPU model/revision is fully discoverable 54 const: ti,am62-gpu 66 gpu@fd00000 { 67 compatible = "ti,am62-gpu", "img,img-axe";
|
H A D | arm,mali-midgard.yaml | 4 $id: http://devicetree.org/schemas/gpu/arm,mali-midgard.yaml# 7 title: ARM Mali Midgard GPU 14 pattern: '^gpu@[a-f0-9]+$' 63 - description: GPU interrupt 69 - const: gpu 107 The dynamic power consumption of the GPU is 155 gpu@ffa30000 { 161 interrupt-names = "job", "mmu", "gpu";
|
H A D | brcm,bcm-v3d.yaml | 4 $id: http://devicetree.org/schemas/gpu/brcm,bcm-v3d.yaml# 7 title: Broadcom V3D GPU 15 pattern: '^gpu@[a-f0-9]+$' 65 gpu@f1200000 {
|
/freebsd-src/sys/contrib/device-tree/Bindings/display/msm/ |
H A D | gpu.yaml | 5 $id: http://devicetree.org/schemas/display/msm/gpu.yaml# 36 figure out the gpu-id and patch level. 42 figure out the gpu-id and patch level. 111 help bring the GPU out of secure mode. 134 control the power for the GPU. 161 description: GPU Core clock 163 description: GPU Interface clock 165 description: GPU Memory clock 167 description: GPU Memory Interface clock 169 description: GPU Alternativ [all...] |
H A D | gmu.yaml | 16 to members of the Adreno A6xx GPU family. The GMU provides on-device power 111 - description: GPU CX clock 112 - description: GPU AXI clock 113 - description: GPU MEMNOC clock 143 - description: GPU CX clock 144 - description: GPU AXI clock 145 - description: GPU MEMNOC clock 146 - description: GPU AHB clock 147 - description: GPU HUB CX clock 148 - description: GPU SMM [all...] |
H A D | gpu.txt | 1 Qualcomm adreno/snapdragon GPU 12 - interrupts: The interrupt signal from the 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. 51 gpu: adreno@fdb00000 { 87 gpu_sram: gpu-sram@0 { 99 gpu@5000000 { 109 * Look ma, no clocks! The GPU clocks and power are
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Subtarget.cpp | 25 R600Subtarget::R600Subtarget(const Triple &TT, StringRef GPU, StringRef FS, in R600Subtarget() argument 27 : R600GenSubtargetInfo(TT, GPU, /*TuneCPU*/ GPU, FS), AMDGPUSubtarget(TT), in R600Subtarget() 30 TLInfo(TM, initializeSubtargetDependencies(TT, GPU, FS)), in R600Subtarget() 31 InstrItins(getInstrItineraryForCPU(GPU)) { in R600Subtarget() 36 StringRef GPU, in initializeSubtargetDependencies() argument 40 ParseSubtargetFeatures(GPU, /*TuneCPU*/ GPU, FullFS); in initializeSubtargetDependencies()
|
H A D | AMDGPURemoveIncompatibleFunctions.cpp | 10 /// This pass replaces all uses of functions that use GPU features 11 /// incompatible with the current GPU with null then deletes the function. 142 // Check the GPU isn't generic or generic-hsa. Generic is used for testing in checkFunction() 148 // Try to fetch the GPU's info. If we can't, it's likely an unknown processor in checkFunction() 154 // Get all the features implied by the current GPU, and recursively expand in checkFunction() 163 // the chosen GPU, check our list of "suspicious" features. in checkFunction() 166 // GPU's feature set. We only check a predetermined set of features. in checkFunction()
|
/freebsd-src/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-mickey.dts | 86 * and don't let the GPU go faster than 400 MHz. 97 cooling-device = <&gpu 1 1>; 103 * the CPU and the GPU. 139 /* At very hot, don't let GPU go over 300 MHz */ 142 cooling-device = <&gpu 2 2>; 180 /* After 1st level throttle the GPU down to as low as 400 MHz */ 183 cooling-device = <&gpu THERMAL_NO_LIMIT 1>; 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 */ [all …]
|
/freebsd-src/sys/dev/asmc/ |
H A D | asmcvar.h | 220 "gpu", "gpu_heatsink", \ 230 "CPU Pin", "GPU Diode", \ 231 "GPU ???", "GPU Heatsink", \ 232 "GPU Pin", "GPU Transistor", \ 233 "GPU 2 Heatsink", "Northbridge Diode", \ 258 "CPU 1", "GPU Diode", \ 259 "GPU Pin", "GPU Transisto [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/iommu/ |
H A D | arm,smmu.yaml | 307 - description: bus clock required for GPU memory access 349 - description: bus clock required for GPU memory access 410 - description: GPU memnoc_gfx clock 411 - description: GPU snoc_dvm_gfx clock 412 - description: GPU ahb clock 413 - description: GPU hlos1_vote_GPU smmu clock 414 - description: GPU cx_gmu clock 415 - description: GPU hub_cx_int clock 416 - description: GPU hub_aon clock 489 - description: GPU memor [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | TargetParser.cpp | 225 AMDGPU::IsaVersion AMDGPU::getIsaVersion(StringRef GPU) { in getIsaVersion() 226 AMDGPU::GPUKind AK = parseArchAMDGCN(GPU); in getIsaVersion() 228 if (GPU == "generic-hsa") in getIsaVersion() 230 if (GPU == "generic") in getIsaVersion() 315 void AMDGPU::fillAMDGPUFeatureMap(StringRef GPU, const Triple &T, in fillAMDGPUFeatureMap() 317 // XXX - What does the member GPU mean if device name string passed here? in fillAMDGPUFeatureMap() 359 switch (parseArchAMDGCN(GPU)) { in fillAMDGPUFeatureMap() 549 llvm_unreachable("Unhandled GPU!"); 552 if (GPU.empty()) 553 GPU 200 getIsaVersion(StringRef GPU) getIsaVersion() argument 270 fillAMDGPUFeatureMap(StringRef GPU,const Triple & T,StringMap<bool> & Features) fillAMDGPUFeatureMap() argument 489 isWave32Capable(StringRef GPU,const Triple & T) isWave32Capable() argument 522 insertWaveSizeFeature(StringRef GPU,const Triple & T,StringMap<bool> & Features,std::string & ErrorMsg) insertWaveSizeFeature() argument [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8996-v3.0.dtsi | 13 * This revision seems to have differ GPU CPR 14 * parameters, GPU frequencies and some differences 16 * the GPU. Funnily enough, it's simpler to make it an 61 &gpu {
|
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/ |
H A D | nvidia,tegra124-soctherm.txt | 4 or interrupt-based thermal monitoring, CPU and GPU throttling based 56 - nvidia,gpu-throt-level: This property is for Tegra124 and Tegra210. 58 frequencies. It indicates gpu clock throttling depth and can be 125 * skip gpu clock's pulse in 85% level 130 nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>; 138 * skip gpu clock's pulse in 50% level 143 nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_LOW>; 161 nvidia,gpu-throt-level =
|
H A D | nvidia,tegra124-soctherm.yaml | 14 polled or interrupt-based thermal monitoring, CPU and GPU throttling based 112 nvidia,gpu-throt-level: 116 frequencies. It indicates gpu clock throttling depth and can be 184 - description: GPU sensor 265 * skip gpu clock's pulse in 85% level 270 nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>; 278 * skip gpu clock's pulse in 50% level 283 nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_LOW>; 301 nvidia,gpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_MED>;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | TargetParser.h | 34 /// GPU kinds supported by the AMDGPU target. 179 IsaVersion getIsaVersion(StringRef GPU); 181 /// Fills Features map with default values for given target GPU 182 void fillAMDGPUFeatureMap(StringRef GPU, const Triple &T, 185 /// Inserts wave size feature for given GPU into features map 187 insertWaveSizeFeature(StringRef GPU, const Triple &T,
|
/freebsd-src/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5422-odroidhc1.dts | 220 gpu_thermal: gpu-thermal { 223 gpu_alert0: gpu-alert-0 { 228 gpu_alert1: gpu-alert-1 { 233 gpu_crit0: gpu-crit-0 { 242 cooling-device = <&gpu 0 2>; 246 cooling-device = <&gpu 3 6>;
|
H A D | exynos5422-odroidxu3-common.dtsi | 358 gpu_thermal: gpu-thermal { 363 gpu_alert0: gpu-alert-0 { 368 gpu_alert1: gpu-alert-1 { 373 gpu_alert2: gpu-alert-2 { 378 gpu_crit0: gpu-crit-0 { 383 gpu_alert3: gpu-alert-3 { 388 gpu_alert4: gpu-alert-4 { 409 cooling-device = <&gpu 0 2>; 413 cooling-device = <&gpu 3 6>;
|
/freebsd-src/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp157.dtsi | 11 gpu: gpu@59000000 { label 15 clocks = <&rcc GPU>, <&rcc GPU_K>;
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | gpu | 3 # $File: gpu,v 1.3 2021/04/26 15:56:00 christos Exp $ 4 # gpu: file(1) magic for GPU input files
|