drm/i915: Attempt to fix watermark setup on 85x (v2)
authorAdam Jackson <ajax@redhat.com>
Fri, 16 Apr 2010 22:20:57 +0000 (18:20 -0400)
committerEric Anholt <eric@anholt.net>
Sun, 18 Apr 2010 23:52:56 +0000 (16:52 -0700)
IS_MOBILE() catches 85x, so we'd always try to use the 9xx FIFO sizing;
since there's an explicit 85x version, this seems wrong.

v2: Handle 830m correctly too.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found