Does amdgpu and radeon drivers exist on platforms like armhf and arm64 for single board computers with PCI-Express slots?
I'm asking if they exist because I wouldn't think they'd have the graphics driver for a non x86 or x86_64 computer
Does amdgpu and radeon drivers exist on platforms like armhf and arm64 for single board computers with PCI-Express slots?
I'm asking if they exist because I wouldn't think they'd have the graphics driver for a non x86 or x86_64 computer
I wouldn't think they'd have the graphics driver for a non x86 or x86_64 computer
The 'amdgpu' and 'radeon' drivers are part of the Linux kernel. DRM_AMDGPU on the Linux kernel declares only dependencies on DRM && PCI && MMU; this implies that it is supported on any architecture that has PCI.
Arch Linux ARM includes both 'amdgpu' and 'radeon' drivers in their AArch64 kernel (although not their other armvX kernels).