HomeSort by: relevance | last modified time | path
    Searched defs:gpu (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32mp157.dtsi 11 gpu: gpu@59000000 { label
15 clocks = <&rcc GPU>, <&rcc GPU_K>;
imx51.dtsi 129 gpu: gpu@30000000 { label
mmp2.dtsi 43 gpu: gpu@d420d000 { label
rk3xxx.dtsi 39 gpu: gpu@10090000 { label
exynos3250.dtsi 457 gpu: gpu@13000000 { label
imx53.dtsi 215 gpu: gpu@30000000 { label
dove.dtsi 37 gpu-subsystem {
38 compatible = "marvell,dove-gpu-subsystem";
39 cores = <&gpu>;
451 gpu_domain: gpu-domain {
794 gpu: gpu@840000 { label
exynos4.dtsi 398 gpu: gpu@13000000 { label
rk3036.dtsi 100 gpu: gpu@10090000 { label
exynos5420.dtsi 736 gpu: gpu@11800000 { label
742 interrupt-names = "job", "mmu", "gpu";
1210 gpu_thermal: gpu-thermal {
imx6sx.dtsi 195 gpu: gpu@1800000 { label
qcom-msm8974.dtsi 285 gpu-thermal-top {
300 gpu-thermal-bottom {
1420 gpu: adreno@fdb00000 { label
rk322x.dtsi 591 gpu: gpu@20000000 { label
  /src/sys/external/bsd/drm2/dist/drm/scheduler/
Makefile 23 gpu-sched-y := sched_main.o sched_fence.o sched_entity.o
25 obj-$(CONFIG_DRM_SCHED) += gpu-sched.o
  /src/sys/external/bsd/drm2/dist/drm/virtio/
Makefile 6 virtio-gpu-y := virtgpu_drv.o virtgpu_kms.o virtgpu_gem.o \
11 obj-$(CONFIG_DRM_VIRTIO_GPU) += virtio-gpu.o
  /src/tests/fs/puffs/h_dtfs/
dtfs.c 55 static struct puffs_usermount *gpu; variable in typeref:struct:puffs_usermount *
217 gpu = pu;
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4770.dtsi 387 gpu: gpu@13040000 { label
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_sysfs.c 238 * TODO: Ideally we really want a GPU reset here to make sure errors
239 * aren't propagated. Since I cannot find a stable way to reset the GPU
506 struct i915_gpu_coredump *gpu; local in function:error_state_read
509 gpu = i915_first_error_state(i915);
510 if (IS_ERR(gpu)) {
511 ret = PTR_ERR(gpu);
512 } else if (gpu) {
513 ret = i915_gpu_coredump_copy_to_buffer(gpu, buf, off, count);
514 i915_gpu_coredump_put(gpu);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
exynos7.dtsi 543 gpu: gpu@14ac0000 { label
549 interrupt-names = "job", "mmu", "gpu";
exynos5433.dtsi 1184 gpu: gpu@14ac0000 { label
1190 interrupt-names = "job", "mmu", "gpu";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-base.dtsi 499 gpu: gpu@2d000000 { label
505 interrupt-names = "job", "mmu", "gpu";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h6.dtsi 185 gpu: gpu@1800000 { label
192 interrupt-names = "job", "mmu", "gpu";
1080 gpu-thermal {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mq.dtsi 235 gpu-thermal {
241 gpu_alert: gpu-alert {
247 gpu-crit {
258 <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
1346 gpu: gpu@38000000 { label
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt8183.dtsi 1206 gpu: gpu@13040000 { label
1213 interrupt-names = "job", "mmu", "gpu";
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 109 struct kfd_dev *gpu; member in struct:kfd_mem_properties
131 struct kfd_dev *gpu; member in struct:kfd_cache_properties
150 struct kfd_dev *gpu; member in struct:kfd_iolink_properties
173 struct kfd_dev *gpu; member in struct:kfd_topology_device

Completed in 30 milliseconds

1 2