commit | a0fa62d3b6afaa260cad8ccd6944e81ad01c7cf3 | [log] [tgz] |
---|---|---|
author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | Thu Dec 23 16:35:40 2010 +0800 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 11 20:36:15 2011 +0000 |
tree | 88f6e83c0333e6fb2f2de4a4ef15410caf04822b | |
parent | b79d4990226defc3789f9ba492b27e9e56790857 [diff] |
drm/i915: fix the wrong latency value while computing wm0 On Ironlake, the LP0 latency is hardcoded and in ns unit, while on Sandybridge, it comes from a register and with unit 0.1 us. So, fix the wrong latency value while computing wm0 on Ironlake and Sandybridge. Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>