Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails on Radeon R5 #3

Closed
tomchiverton opened this issue Feb 6, 2019 · 3 comments
Closed

Fails on Radeon R5 #3

tomchiverton opened this issue Feb 6, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tomchiverton
Copy link

tomchiverton commented Feb 6, 2019

#lpci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] (rev 84)

#clinfo |grep 'loader Profile'
Device open failed, aborting...
Device open failed, aborting...
Device open failed, aborting...
Device open failed, aborting...
Device open failed, aborting...
ICD loader Profile OpenCL 2.2

and yet

#./amdgpu-ls --clinfo
Cannot read ppfeaturemask. Exiting...

@tomchiverton tomchiverton changed the title Fails on Fails on Radeon R5 Feb 6, 2019
@Ricks-Lab
Copy link
Owner

Thanks for the details. Since the end goal of this project is to control AMD GPU's which is only possible when using the latest drivers, all tools in the package had been written to be dependent on the existence of /sys/module/amdgpu/parameters/ppfeaturemask. The driver must be "amdgpu". If I execute lshw | grep configuration, I can see the line "configuration: driver=amdgpu latency=0" indicating the driver. Which driver package are you using? I will try to do some research to better describe GPU compatibility.

@Ricks-Lab
Copy link
Owner

I have added a check for amdgpu and current driver package version at startup. Let me know if this correctly identifies your situation. Also, it looks like there is a version of the amdgpu drivers that is compatible with R5.

@Ricks-Lab Ricks-Lab self-assigned this Feb 7, 2019
@Ricks-Lab Ricks-Lab added the bug Something isn't working label Feb 7, 2019
@Ricks-Lab
Copy link
Owner

Improved compatibility checks and messaging in v2.0.0.

Ricks-Lab pushed a commit that referenced this issue Jul 4, 2020
Delete amdgpu-monitor_scrshot.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants