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

--- Comment #20 from alvarex <edisonalva...@arnet.com.ar> ---
Ok I looked into the bios with an editor and I think I found the root of the
problem. My bios and maybe the others as well, instead of enumerating the
voltage in a standard way (in mV), the use some sort of code which is an
abnormally high number which ( some sort magic code) to set the voltage to an
unspecified number. I looked into several bios and all have the same problem,
the voltage the use is a very big number like 65550 mV which in practice is
impossible to set. The kernel doesn't like that and defaults to a standard
value provided in the bios which in my case is the lower value of 800mV.  And
the kernel in my case won't use those magic values because the bios got
unsigned when I dumped it. My chances are that Gigabyte provides me a good
signed bios or I can edit the bios manually to use normal mV values.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to