Re: [Intel-gfx] [PATCH 1/7] drm/i915: automatic FDI training support for Ivy Bridge

2011-04-27 Thread Jesse Barnes
On 4/26/2011 11:19 PM, Chris Wilson wrote: > On Tue, 26 Apr 2011 17:06:01 -0700, Jesse Barnes > wrote: > > You can ignore this set; I only sent it because I thought the > > others wouldn't come through. > > Before I find the others... Do they treat IS_IVYBRIDGE() vs IS_GEN7 > consistently? Do

Re: [Intel-gfx] [PATCH 1/7] drm/i915: automatic FDI training support for Ivy Bridge

2011-04-26 Thread Chris Wilson
On Tue, 26 Apr 2011 17:06:01 -0700, Jesse Barnes wrote: > You can ignore this set; I only sent it because I thought the others > wouldn't come through. Before I find the others... Do they treat IS_IVYBRIDGE() vs IS_GEN7 consistently? Do they have sufficient debug and self-tests? Can we split in

Re: [Intel-gfx] [PATCH 1/7] drm/i915: automatic FDI training support for Ivy Bridge

2011-04-26 Thread Jesse Barnes
You can ignore this set; I only sent it because I thought the others wouldn't come through. -- Jesse Barnes, Intel Open Source Technology Center ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/int

[Intel-gfx] [PATCH 1/7] drm/i915: automatic FDI training support for Ivy Bridge

2011-04-26 Thread Jesse Barnes
Ivy Bridge supports auto-training on the CPU side, so add a separate training function to handle it. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_reg.h |2 + drivers/gpu/drm/i915/intel_display.c | 81 +++-- 2 files changed, 78 insertions(+), 5