The radeon driver may be conflicting with say the amdgpu driver.
Ensure radeon is blacklisted and initrd rebuilt…
Create the /etc/modprobe.d/blacklist-radeon.conf file, if it does not exist.
blacklist radeon
sudo update-initramfs -uk 'all'
NOTE: initramfs** is the root filesystem image used for booting the kernel.
reboot