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 ch...@chris-wilson.co.uk Queued for -next, thanks

[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 ch...@chris-wilson.co.uk --- drivers/gpu/drm/i915/intel_pm.c | 17 +++-- 1 file changed, 11

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?