Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/i915: Clamp efficient frequency to valid range
The efficient frequency (RPe) should stay in the range RPn <= RPe <= RP0. The pcode clamps the returned value internally on Broadwell but not on Haswell. Fix for missing range check in commit 93ee292 Author: Tom O'Rourke <Tom.O'[email protected]> Date: Wed Nov 19 14:21:52 2014 -0800 drm/i915: Use efficient frequency for HSW/BDW Reference: http://lists.freedesktop.org/archives/intel-gfx/2015-February/059802.html Reported-by: Michael Auchter <[email protected]> Suggested-by: Chris Wilson <[email protected]> Cc: [email protected] # v3.19 Signed-off-by: Tom O'Rourke <Tom.O'[email protected]> Signed-off-by: Jani Nikula <[email protected]>
- Loading branch information