GitHub
github.com › M-Bab › linux-kernel-amdgpu-binaries
GitHub - M-Bab/linux-kernel-amdgpu-binaries: Kernel binaries (amd64) of amd-staging with DAL and latest security patches · GitHub
The corresponding source tree can be found here: https://github.com/M-Bab/linux-kernel-amdgpu · On Github click on the green "Clone or download" button and select "Download ZIP" to download the latest kernel(s) and firmware binaries.
Starred by 211 users
Forked by 28 users
GitHub
github.com › lshqqytiger › stable-diffusion-webui-amdgpu
GitHub - lshqqytiger/stable-diffusion-webui-amdgpu: Stable Diffusion web UI · GitHub
Download the stable-diffusion-webui-amdgpu repository, for example by running git clone https://github.com/lshqqytiger/stable-diffusion-webui-amdgpu.git.
Starred by 2.4K users
Forked by 240 users
Languages Python 88.7% | JavaScript 7.4% | CSS 1.9% | HTML 1.3%
Videos
04:28
How To Install AMD GPU Drivers In Ubuntu 24.04 (AMD Radeon Graphics ...
13:52
How To Setup a AMD GPU On Linux in 2025! | Its Easy - YouTube
08:05
How to Install AMD GPU and Drivers 🔧 – Avoid FPS Drops! ❌🎯 ...
02:53
How To Install AMD GPU Drivers In Ubuntu ( AMD Radeon Graphics ...
02:15
How to Install AMDGPU-Pro on Ubuntu 18.04 - YouTube
05:08
How to install AMDGPU-PRO 19.30-855429 in Ubuntu 19.04 - YouTube
GitHub
github.com › torvalds › linux › blob › master › drivers › gpu › drm › amd › amdgpu › amdgpu_device.c
linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c at master · torvalds/linux
#include <drm/amdgpu_drm.h> #include <linux/device.h> #include <linux/vgaarb.h> #include <linux/vga_switcheroo.h> #include <linux/efi.h> #include "amdgpu.h" #include "amdgpu_trace.h" #include "amdgpu_i2c.h" #include "atom.h" #include "amdgpu_atombios.h" #include "amdgpu_atomfirmware.h" #include "amd_pcie.h" #ifdef CONFIG_DRM_AMDGPU_SI ·
Author torvalds
GitHub
github.com › volumetricsteve › AMDGPU-INSTALL
GitHub - volumetricsteve/AMDGPU-INSTALL: This unwraps and installs the amdgpu driver for non-debian linux distros · GitHub
This unwraps and installs the amdgpu driver for non-debian linux distros - volumetricsteve/AMDGPU-INSTALL
Author volumetricsteve
GitHub
github.com › ROCm › amdgpu
GitHub - ROCm/amdgpu: This repository is a fork of the upstream AMDGPU Driver, used by the ROCm project. To submit a patch, please follow the guidelines at https://docs.kernel.org/process/submitting-patches.html#submittingpatches . For reporting an issue, please open a Bug Report at https://gitlab.freedesktop.org/drm/amd/-/issues · GitHub
This repository is a fork of the upstream AMDGPU Driver, used by the ROCm project. To submit a patch, please follow the guidelines at https://docs.kernel.org/process/submitting-patches.html#submittingpatches . For reporting an issue, please open a Bug Report at https://gitlab.freedesktop.org/drm/amd/-/issues - ROCm/amdgpu
Starred by 443 users
Forked by 134 users
Languages C 98.0% | Assembly 0.7% | Shell 0.4% | Rust 0.3% | Python 0.3% | Makefile 0.2%
GitHub
github.com › Umio-Yasuno › amdgpu_top
GitHub - Umio-Yasuno/amdgpu_top: Tool to display AMDGPU usage · GitHub
FLAGS: -d, --dump Dump AMDGPU info. (Specifications, VRAM, PCI, ResizableBAR, VBIOS, Video caps) This option can be combined with the "-J" option. --list Display a list of AMDGPU devices. -J, --json Output JSON formatted data. This option can be combined with the "-d" option.
Starred by 1.6K users
Forked by 54 users
Languages Rust 97.3% | Fluent 2.7%
GitHub
github.com › novaspirit › amdgpu-rocm-ubu22
GitHub - novaspirit/amdgpu-rocm-ubu22: Installing amdgpu drivers for ubuntu to work with davinci resolve and blender · GitHub
AMDGPU-pro 22.20 · libstdc++-10-dev · libgcc-10-dev · wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add - echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/5.2/ ubuntu main' | sudo tee /etc/apt/sources.list.d/rocm.list · Download the git repo ·
Starred by 12 users
Forked by 3 users
GitHub
github.com › yui0 › amdgpu-dkms
GitHub - yui0/amdgpu-dkms: AMDGPU-PRO Driver for Linux · GitHub
# cp -a amdgpu-dkms /usr/src/ # dnf install dkms # /usr/lib/dkms/common.postinst amdgpu 17.50-511655.el7
Author yui0
GitHub
github.com › siderolabs › extensions › pkgs › container › amdgpu
Package amdgpu · GitHub
$ docker pull ghcr.io/siderolabs/amdgpu:20260309-v1.13.0-alpha.2-9-g279ee3a@sha256:ecc7bbbdadeac15fd6d3e814182d51f1525614fafb098f71df37816ebf64c6aa · 20260309-v1.13.0-alpha.2-9-g279ee3a · Published about 7 hours ago · Digest … · sha256:f1604ff5e71410efeeaf5e86502ab453c1aa35b823d6e2d7d01ef3969272ea72 · 1 Version downloads ·
GitHub
github.com › JuliaGPU › AMDGPU.jl
GitHub - JuliaGPU/AMDGPU.jl: AMD GPU (ROCm) programming in Julia · GitHub
Starred by 332 users
Forked by 67 users
Languages Julia
GitHub
gist.github.com › lajosbencz › 273c75056744143f57714504637307c8
Downloads and installs latest AMDGPU-PRO drivers from the official AMD website · GitHub
Save lajosbencz/273c75056744143f57714504637307c8 to your computer and use it in GitHub Desktop. Download ZIP · Downloads and installs latest AMDGPU-PRO drivers from the official AMD website · Raw · amdgpu-pro-wizard.sh · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below.
GitHub
github.com › torvalds › linux › tree › master › drivers › gpu › drm › amd › amdgpu
linux/drivers/gpu/drm/amd/amdgpu at master · torvalds/linux
Linux kernel source tree. Contribute to torvalds/linux development by creating an account on GitHub.
Author torvalds
GitHub
github.com › topics › amd-gpu
amd-gpu · GitHub Topics
macos apple osx amd hackintosh kext macosx rdna navi amdgpu amd-gpu lilu dgpu navi23 navi22 navi21 rdna2 dedicated-gpu dedicated-graphics lilu-plugin
GitHub
amdgpu.github.io
AMDGPU
Section "Device" Identifier "AMD" Driver "amdgpu" Option "TearFree" "on" Option "EnablePageFlip" "on" Option "AccelMethod" "exa" #ou: "glamor" Option "TripleBuffer" "true" Option "UseFastTLS" "2" Option "DRI" "3" Option "Tiling" "true" Option "SwapbuffersWait" "true" Option "XvVsync" "0" Option "EXAVSync" "off" EndSection Section "Extensions" Option "Composite" "enable" EndSection
GitHub
github.com › Ashark › archlinux-amdgpu-pro
GitHub - Ashark/archlinux-amdgpu-pro: Radeon Software for Linux (AMDGPU PRO) PKGBUILD generator for ArchLinux AUR · GitHub
Starred by 125 users
Forked by 24 users
Languages Python 50.5% | Shell 49.5%
GitHub
github.com › leo60228 › amdgpu-utils
GitHub - leo60228/amdgpu-utils: A set of utilities for monitoring and customizing GPU performance · GitHub
Since the GPU device files are ... executed amdgpu-pac. The --no_fan option can be used to eliminate fan details from the utility. The --force_write option can be used to force all configuration parameters to be written to the GPU. The default behavior is to only write changes. This utility will display the version of the current pci.ids data extract in use. With the --download option, the ...
Author leo60228