commit | 3c5a62b5226ca5db993660281e9c2a7275d9fb02 | [log] [tgz] |
---|---|---|
author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | Thu Jan 06 18:26:08 2011 +0800 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 11 20:26:54 2011 +0000 |
tree | 639ea9917704df4f580926abcfefd5f5fe466025 | |
parent | f5afcd3dd0dca7fe869311c51da54d5a889191ba [diff] |
drm/i915: fix calculation of eDP signal levels on Sandybridge Some voltage swing/pre-emphasis level use the same value on eDP Sandybridge, like 400mv_0db and 600mv_0db are with the same value of (0x0 << 22). So, fix them, and point out the value if it isn't a supported voltage swing/pre-emphasis level. Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: stable@kernel.org