After installing the AMDVLK Driver, find your deviceID.
sudo apt install vulkan-utils
vulkaninfo | grep deviceID
After that retrieve the revision number in lspci of your GPU.
sudo lspci -v | grep rev
Now edit the AMDGPU id list with the appropriate information.
I used the Windows 10 name for my GPU as to not confuse it with any other GPU. You can also use what was listed in lspci, e.g for me Radeon R4/R5 Graphics
sudo nano /usr/share/libdrm/amdgpu.ids
Go to the bottom of the list and type your devID with a comma, and press tab.
Then type your revID with a comma, and press tab.
Then type your GPU's Device Name.
Press Control and X, and Y then Enter to save and exit.