]> git.karo-electronics.de Git - mv-sheeva.git/commit
drm/i915: Death to the unnecessary 64bit divide
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 4 Dec 2010 01:01:29 +0000 (01:01 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 3 Dec 2010 23:51:02 +0000 (23:51 +0000)
commit22ed1113a9adda6e193c329119a384362da01289
treef9c8c2132c539f7fe3230c75aab11a8f927b4af6
parent47f1c6c9ffdec0c0e5a2c2709bd63c7380b325c4
drm/i915: Death to the unnecessary 64bit divide

Use the hardware DDA to calculate the ratio with as much accuracy as is
possible.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
drivers/gpu/drm/i915/intel_display.c