Re: [Intel-gfx] [PATCH] drm/i915: load the LUT before pipe enable on ILK+

2011-07-22 Thread Jesse Barnes
On Wed, 15 Jun 2011 23:32:33 +0200 Jesse Barnes jbar...@virtuousgeek.org wrote: Per the specs and to address https://bugs.freedesktop.org/show_bug.cgi?id=36888. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/intel_display.c |8 ++-- 1 files changed,

Re: [Intel-gfx] [PATCH] drm/i915: load the LUT before pipe enable on ILK+

2011-07-22 Thread Keith Packard
On Fri, 22 Jul 2011 12:54:22 -0700, Jesse Barnes jbar...@virtuousgeek.org wrote: Keith, please pull this one in for 3.1. Hardware will wedge if we try to access the palette after pipe enable but before FDI or eDP training completes, so we may as well just do it right before pipe enable.

[Intel-gfx] [PATCH] drm/i915: load the LUT before pipe enable on ILK+

2011-06-15 Thread Jesse Barnes
Per the specs and to address https://bugs.freedesktop.org/show_bug.cgi?id=36888. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/intel_display.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c