Re: [Intel-gfx] [PATCH] drm/i915: Always calculate 8xx WM values based on a 32-bpp framebuffer

2012-11-10 Thread Daniel Vetter
On Mon, Oct 22, 2012 at 12:32:15PM +0100, Chris Wilson wrote: > The specs for gen2 say that the watermark values "should always be set > assuming a 32bpp display mode, even though the display mode may be 15 or > 16 bpp." > > Signed-off-by: Chris Wilson Queued for -next, thanks for the patch. -Dan

Re: [Intel-gfx] [PATCH] drm/i915: Always calculate 8xx WM values based on a 32-bpp framebuffer

2012-10-22 Thread Paul Menzel
Am Montag, den 22.10.2012, 12:32 +0100 schrieb Chris Wilson: > The specs for gen2 say that the watermark values "should always be set > assuming a 32bpp display mode, even though the display mode may be 15 or > 16 bpp." Does this patch fix an actual bug or is it just preemptively doing so? > Sign

[Intel-gfx] [PATCH] drm/i915: Always calculate 8xx WM values based on a 32-bpp framebuffer

2012-10-22 Thread Chris Wilson
The specs for gen2 say that the watermark values "should always be set assuming a 32bpp display mode, even though the display mode may be 15 or 16 bpp." Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_pm.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) dif