]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: rc6 residency (fix the fix)
authorBen Widawsky <ben@bwidawsk.net>
Fri, 20 Apr 2012 18:50:01 +0000 (11:50 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 23 Apr 2012 07:30:14 +0000 (09:30 +0200)
commit1c5f5ff791fe6896a4d916f37f3fa297f635a505
tree0c1f195ce4d6ef024c5933c162710c80fb44bbd1
parenta78e2171a42096d3a73e735dc563a383d0799838
drm/i915: rc6 residency (fix the fix)

Chris' fix for my 32b breakage was incorrect. do_div returns a
remainder. Go back to a divide macro which is more 32b friendly.

Tested on x86-64.

This has only been compile tested on 32b systems.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48756
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Sincere-apologies: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
[danvet: fixup 32bit compile-fail.]
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_sysfs.c