https://bugs.freedesktop.org/show_bug.cgi?id=73338
--- Comment #55 from Chernovsky Oleg <adonai at xaker.ru> --- I'm digging deeper... > #define FDO_PWM_MODE_MASK (3 << 11) aaaand.... > #define FDO_PWM_MODE_STATIC 1 > #define FDO_PWM_MODE_STATIC_RPM 5 and in ci_fan_ctrl_set_static_mode we're taking one of these modes as argument and shifting it, I assume? But how can 5 (0b101) match into mask 3 (0b11)? -- 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/20141129/b371bb23/attachment.html>