Searched refs:amdgpu (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.sbin/fw_update/
H A DMakefile6 CFLAGS+=-I ${.CURDIR}/../../sys/dev/pci/drm/amd/amdgpu \
/openbsd-current/sys/dev/pci/
H A Dvga_pci_common.c41 #include <dev/pci/drm/amd/amdgpu/amdgpu_devlist.h>
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.h27 namespace amdgpu { namespace in namespace:clang::driver::tools
31 Linker(const ToolChain &TC) : Tool("amdgpu::Linker", "ld.lld", TC) {}
44 } // end namespace amdgpu
103 /// Uses amdgpu-arch tool to get arch of the system GPU. Will return error
H A DAMDGPU.cpp230 // <rocm_root>/llvm-amdgpu-<rocm_release_string>-<hash>/bin directory.
231 // We only consider the parent directory of llvm-amdgpu package as ROCm
233 if (ParentName.startswith("llvm-amdgpu-")) {
235 ParentName.drop_front(strlen("llvm-amdgpu-")).split('-');
533 void amdgpu::Linker::ConstructJob(Compilation &C, const JobAction &JA,
551 void amdgpu::getAMDGPUTargetFeatures(const Driver &D,
599 return new tools::amdgpu::Linker(*this);
758 Program = GetProgramPath("amdgpu-arch");
H A DHIPAMD.cpp117 "-plugin-opt=-amdgpu-internalize-symbols"};
127 amdgpu::getAMDGPUTargetFeatures(D, TC.getTriple(), Args, Features);
234 CC1Args.append({"-mllvm", "-amdgpu-internalize-symbols"});
H A DCommonArgs.cpp521 amdgpu::getAMDGPUTargetFeatures(D, Triple, Args, Features);
2307 StringRef ArchPrefix = Triple.isAMDGCN() ? "amdgpu" : "nvptx";
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_trace.h32 #define TRACE_SYSTEM amdgpu
552 TP_printk("amdgpu register dump 0x%x: 0x%x",
562 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/amd/amdgpu
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DFwUpdate.pm139 (qw(acx amdgpu athn bwfm bwi intel inteldrm ipw iwi
/openbsd-current/sys/arch/powerpc64/conf/
H A DMakefile.powerpc6429 -I$S/dev/pci/drm/amd/amdgpu \
/openbsd-current/sys/arch/arm64/conf/
H A DMakefile.arm6429 -I$S/dev/pci/drm/amd/amdgpu \
/openbsd-current/sys/arch/amd64/conf/
H A DMakefile.amd6429 -I$S/dev/pci/drm/amd/amdgpu \

Completed in 137 milliseconds