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

1 2 3

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32mp157.dtsi 11 gpu: gpu@59000000 { label
15 clocks = <&rcc GPU>, <&rcc GPU_K>;
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
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
exynos3250.dtsi 457 gpu: gpu@13000000 { label
imx53.dtsi 215 gpu: gpu@30000000 { 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
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
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;
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
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);
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";
exynos7.dtsi 543 gpu: gpu@14ac0000 { label
549 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";

Completed in 35 milliseconds

1 2 3