twifty

Results 58 comments of twifty

Forgive me, you are correct, I'm confusing the repos. This repo does exclude the AURA specific code. However it has been contorted to probe the only the vega cards. From...

I've just ran an i2cdetect on the latest kernel. Looks like a few changes have been made since I last played with this code. Still the four i2c buses visible...

Also to note, BIOS functions should work with the Polaris chipset, but I have not managed to get i2c access to work on navi. This is probably because the i2c...

This is looking great. It looks like the kernel has undergone some major changes since I last looked. The aux bus operates on top of the i2c and is used...

Yeah, I noticed that in the patch above. It's basically created a BIOS driven device for each of the i2c buses registered in the BIOS. I'll modify this repo to...

The master branch is hard coded to use line number 6 https://github.com/twifty/aura-gpu/blob/d98da6d80079584639eaf5007f381ee1c14b68ac/aura-gpu-hw.c#L204 try changing it to 7 (zero based 8 buses). I'm currently reading over the code to see what...

Guys, I'm sorry for not keeping up with my commitments. 2020 has been the year of hell for me and my family. If you are religious at all, please put...

@CalcProgrammer1 Is this the patch you used and is it working correctly? You mentioned above that you had problems changing the colors. ``` adam@adam-linux-desktop:~/linux$ git diff diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c...

I've started working on this. It looks like the `amdgpu` kernel module has been completely restructured since I first made this repo. I was hoping to modify existing code, but...

@CalcProgrammer1 Not sure why they would recommend using the display interface rather than i2c. From my previous testing, the display interface communicates with the monitor and not the GPU. Maybe...