Re: [Intel-gfx] [PATCH 2/3] drm/intel: Attempt to use 10-bit gamma palette mode

2010-04-26 Thread Peter Clifton
On Mon, 2010-04-26 at 21:09 -0400, Andrew Lutomirski wrote: > Should this patch be enough to output 10 bits/channel on a digital > output? I just ordered some 10-bit monitors and it would be fun to > use them in all their high-precision glory? Should be enough to get 10-bit gamma correction worki

Re: [Intel-gfx] [PATCH 2/3] drm/intel: Attempt to use 10-bit gamma palette mode

2010-04-26 Thread Andrew Lutomirski
Should this patch be enough to output 10 bits/channel on a digital output? I just ordered some 10-bit monitors and it would be fun to use them in all their high-precision glory? It should be relatively easy to use spotread (from Argyll) along with some hacked-up gamma loader to verify that it's w

[Intel-gfx] [PATCH 2/3] drm/intel: Attempt to use 10-bit gamma palette mode

2010-04-26 Thread Peter Clifton
--- drivers/gpu/drm/i915/i915_reg.h |7 ++- drivers/gpu/drm/i915/intel_display.c | 33 ++--- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index ab1bd2d..7a0c6ac 100644 --