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

1 2

  /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
gpu_scheduler_trace.h 105 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/scheduler
  /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/external/gpl3/gcc/dist/gcc/config/nvptx/
gen-omp-device-properties.sh 25 echo kind: gpu
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
gen-omp-device-properties.sh 25 echo kind: gpu
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.c 99 return top_dev->gpu;
110 if (top_dev->gpu && top_dev->gpu->pdev == pdev) {
111 device = top_dev->gpu;
128 if (top_dev->gpu && top_dev->gpu->kgd == kgd) {
129 device = top_dev->gpu;
277 if (iolink->gpu && kfd_devcgroup_check_permission(iolink->gpu))
315 if (mem->gpu && kfd_devcgroup_check_permission(mem->gpu)
    [all...]
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
kfd_priv.h 53 /* GPU ID hash width in bits */
58 * BITS[61:46] - Encode gpu_id. To identify to which GPU the offset belongs to
464 * @mqd_mem_obj: The MQD local gpu memory object.
599 /* 8 byte handle containing GPU ID in the most significant 4 bytes and
844 int kfd_topology_add_device(struct kfd_dev *gpu);
845 int kfd_topology_remove_device(struct kfd_dev *gpu);
kfd_crat.c 36 /* GPU Processor ID base for dGPUs for which VCRAT needs to be created.
37 * GPU processor ID are expressed with Bit[31]=1.
38 * The base is set to 0x8000_0000 + 0x1000 to avoid collision with GPU IDs
43 /* Return the next available gpu_processor_id and increment it for next GPU
44 * @total_cu_count - Total CUs present in the GPU including ones
56 /* Static table to describe GPU Cache information */
176 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low);
235 /* We're on GPU node */
306 * information as it is associated with a CPU core or GPU
308 * (GPU) ID
    [all...]
  /src/sys/external/bsd/drm2/radeon/
mkregtable.awk 55 gpu = $1
101 printf("static const uint32_t %s_reg_safe_bm[%u] = {\n", gpu, nentries)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.h 246 i915_gpu_coredump_get(struct i915_gpu_coredump *gpu)
248 kref_get(&gpu->ref);
249 return gpu;
257 static inline void i915_gpu_coredump_put(struct i915_gpu_coredump *gpu)
259 if (gpu)
260 kref_put(&gpu->ref, __i915_gpu_coredump_free);
323 static inline void i915_gpu_coredump_put(struct i915_gpu_coredump *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
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/bsd/drm/dist/scripts/
create_lk_gpu.sh 17 DRMDIR=$1/drivers/gpu/drm/
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
rocm.exp 16 # Support library for testing ROCm (AMD GPU) GDB features.
18 # Get the list of gpu targets to compile for.
107 # The lock file used to ensure that only one GDB has access to the GPU
109 set gpu_lock_filename gpu-parallel.lock
111 # Run body under the GPU lock. Also calls gdb_exit before releasing
112 # the GPU lock.
118 # left GDB running, debugging the GPU.
123 # using the GPU.
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
rocm.exp 16 # Support library for testing ROCm (AMD GPU) GDB features.
45 # Return a list of GPU devices that do exist on the system.
46 # The list will be empty when there's no GPU or the execution
81 # Get the list of GPU targets to compile for.
115 # Check if there's any GPU device to run the tests on.
122 # TARGETS won't be empty, because there's at least one GPU device.
145 # The lock file used to ensure that only one GDB has access to the GPU
147 set gpu_lock_filename gpu-parallel.lock
149 # Run body under the GPU lock. Also calls gdb_exit before releasing
150 # the GPU lock
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Cuda.cpp 71 #define GFX(gpu) \
72 { CudaArch::GFX##gpu, "gfx" #gpu, "compute_amdgcn" }
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun8i-a33.dtsi 167 mali_opp_table: opp-table-gpu {
333 gpu_alert0: gpu-alert0 {
347 gpu_alert1: gpu-alert1 {
sun8i-h3.dtsi 115 gpu_opp_table: opp-table-gpu {
208 mali: gpu@1c40000 {
  /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/bsd/drm2/dist/drm/radeon/
Makefile 6 ccflags-y := -Idrivers/gpu/drm/amd/include
radeon_trace.h 210 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/radeon
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm-cygnus.dtsi 511 vc4: gpu {
  /src/external/bsd/file/dist/magic/
Makefile.am 134 $(MAGIC_FRAGMENT_DIR)/gpu \
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_trace.h 503 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/amd/amdgpu
  /src/sys/external/bsd/drm2/i915drm/
intel_gtt_subr.c 444 struct pci_dev *gpu __unused, struct agp_bridge_data *bridge_agp __unused)

Completed in 49 milliseconds

1 2