https://bugs.freedesktop.org/show_bug.cgi?id=73338

--- Comment #60 from Chernovsky Oleg <adonai at xaker.ru> ---
(In reply to Alex Deucher from comment #59)
> I also noticed a minor error in the RPM control setup, and I've pushed a
> patch to my 3.19-wip branch.

I (think I) found another typo, that was tricky one to notice :D

>       tmp = RREG32_SMC(CG_FDO_CTRL2) & FDO_PWM_MODE_MASK;
>       tmp |= FDO_PWM_MODE(mode);
>       WREG32_SMC(CG_FDO_CTRL2, tmp);

bitwise not (~) is missing from the first line

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20141203/99763114/attachment.html>

Reply via email to