[Intel-gfx] [PATCH] drm/i915: Attempt to fix watermark setup on 85x (v2)

2010-04-16 Thread Adam Jackson
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 --- drivers/gpu/drm/i915/intel_display.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Attempt to fix watermark setup on 85x

2010-04-16 Thread Adam Jackson
On Fri, 2010-04-16 at 10:24 +0800, ykzhao wrote: > On Fri, 2010-04-16 at 02:03 +0800, Adam Jackson wrote: > > 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. > > Right. It seems that the incorrect get_fifo_size ca