Searched refs:gpu (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/scheduler/
H A DMakefile23 gpu-sched-y := sched_main.o sched_fence.o sched_entity.o
25 obj-$(CONFIG_DRM_SCHED) += gpu-sched.o
H A Dgpu_scheduler_trace.h105 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/scheduler
/netbsd-current/sys/external/bsd/drm2/dist/drm/virtio/
H A DMakefile6 virtio-gpu-y := virtgpu_drv.o virtgpu_kms.o virtgpu_gem.o \
11 obj-$(CONFIG_DRM_VIRTIO_GPU) += virtio-gpu.o
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dgen-omp-device-properties.sh25 echo kind: gpu
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_topology.c99 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
1083 kfd_generate_gpu_id(struct kfd_dev *gpu) argument
1118 kfd_assign_gpu(struct kfd_dev *gpu) argument
1221 kfd_topology_add_device(struct kfd_dev *gpu) argument
1411 kfd_topology_remove_device(struct kfd_dev *gpu) argument
[all...]
H A Dkfd_topology.h109 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
H A Dkfd_priv.h464 * @mqd_mem_obj: The MQD local gpu memory object.
844 int kfd_topology_add_device(struct kfd_dev *gpu);
845 int kfd_topology_remove_device(struct kfd_dev *gpu);
H A Dkfd_crat.c1062 pr_debug("Fill gpu memory affinity - type 0x%x size 0x%llx\n",
1309 if (!peer_dev->gpu)
1311 if (peer_dev->gpu->hive_id != kdev->hive_id)
1317 &avail_size, kdev, peer_dev->gpu,
/netbsd-current/sys/external/bsd/drm2/radeon/
H A Dmkregtable.awk55 gpu = $1
101 printf("static const uint32_t %s_reg_safe_bm[%u] = {\n", gpu, nentries)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gpu_error.h246 i915_gpu_coredump_get(struct i915_gpu_coredump *gpu) argument
248 kref_get(&gpu->ref);
249 return gpu;
257 static inline void i915_gpu_coredump_put(struct i915_gpu_coredump *gpu) argument
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) argument
H A Di915_sysfs.c506 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);
H A Di915_debugfs.c729 struct i915_gpu_coredump *gpu; local
732 gpu = NULL;
734 gpu = i915_gpu_coredump(i915);
735 if (IS_ERR(gpu))
736 return PTR_ERR(gpu);
738 file->private_data = gpu;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.c791 /* Add a flatten attribute and disable vectorization for gpu implementation
810 hsa_summary_t::link_functions (cgraph_node *gpu, cgraph_node *host, argument
813 hsa_function_summary *gpu_summary = get_create (gpu);
826 host_summary->m_bound_function = gpu;
828 process_gpu_implementation_attributes (gpu->decl);
833 gpu->create_reference (host, IPA_REF_ADDR);
851 hsa_register_kernel (cgraph_node *gpu, cgraph_node *host) argument
855 hsa_summaries->link_functions (gpu, host, HSA_KERNEL, true);
H A Dhsa-common.h1254 /* Couple GPU and HOST as gpu-specific and host-specific implementation of
1256 or gpu-callable function and GRIDIFIED_KERNEL_P is set if the function was
1259 void link_functions (cgraph_node *gpu, cgraph_node *host,
1366 void hsa_register_kernel (cgraph_node *gpu, cgraph_node *host);
/netbsd-current/sys/external/bsd/drm/dist/scripts/
H A Dcreate_lk_gpu.sh17 DRMDIR=$1/drivers/gpu/drm/
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DCuda.cpp71 #define GFX(gpu) \
72 { CudaArch::GFX##gpu, "gfx" #gpu, "compute_amdgcn" }
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs.c55 static struct puffs_usermount *gpu; variable in typeref:struct:puffs_usermount
217 gpu = pu;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A DMakefile6 ccflags-y := -Idrivers/gpu/drm/amd/include
H A Dradeon_trace.h210 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/radeon
/netbsd-current/external/bsd/file/dist/magic/
H A DMakefile.am134 $(MAGIC_FRAGMENT_DIR)/gpu \
H A DMakefile.in412 $(MAGIC_FRAGMENT_DIR)/gpu \
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_trace.h503 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/amd/amdgpu
/netbsd-current/sys/external/bsd/drm2/i915drm/
H A Dintel_gtt_subr.c444 struct pci_dev *gpu __unused, struct agp_bridge_data *bridge_agp __unused)

Completed in 318 milliseconds