Comment # 3
on bug 65091
from Kamil Bar
I have found an issue, my vbios default clocks are set to 150000 and 157000, and my switching profiles aren't working because of this lines in radeon_pm.c: if (sclk > rdev->pm.default_sclk) { sclk = rdev->pm.default_sclk; } and if (mclk > rdev->pm.default_mclk) { sclk = rdev->pm.default_mclk; } when I try to switch to 550000Mhz ( pass sclk == 55000 ) for clock this compares it with default ( rdev->pm.default_sclk == 150000 which atombios provides from vbl ), and then kernel switch this request to default. So, anyone know solution to this, with possibility to push the fix to linux main branch, so I and possibly many other people can use profiles in future kernels without recompiling the kernel and apply patch? It would require modifying radeon_atombios.c and it's methods, I could try to fix it someway, but it will require testing on many devices.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel