commit | fc25956badb8e1932cc19d8c97b4be16e92dfc65 | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.l.velikov@gmail.com> | Sat Feb 22 03:04:02 2014 +0000 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Sat Mar 01 08:49:59 2014 -0800 |
tree | f264560147a9822843294979e15b4323fbf198ed | |
parent | f19271c7bf73efe6d583e9dc5fc37329558a5cc3 [diff] |
dri/i9*5: correctly calculate the amount of system memory The variable name states megabytes, while we calculate the amount in kilobytes. Correct this by dividing with the correct amount. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Cc: "10.0 10.1" <mesa-stable@lists.freedesktop.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>