Re: [Intel-gfx] [PATCH 2/2] drm/i915: set dither bits on eDP panels too

2010-09-08 Thread Chris Wilson
Applied to -next with minor tweaks. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH 2/2] drm/i915: set dither bits on eDP panels too

2010-09-07 Thread Chris Wilson
On Tue, 7 Sep 2010 14:48:06 -0700, Jesse Barnes wrote: > We really need a macro to test whether a given connector has a panel attached > rather than sprinkling HAS_PCH_SPLIT/IS_eDP/has_edp_encoder etc all over. Now that you mention it, it would be nice. ;-) Comment inline. > Signed-off-by: J

[Intel-gfx] [PATCH 2/2] drm/i915: set dither bits on eDP panels too

2010-09-07 Thread Jesse Barnes
We really need a macro to test whether a given connector has a panel attached rather than sprinkling HAS_PCH_SPLIT/IS_eDP/has_edp_encoder etc all over. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 25 + 1 files changed, 13 insertions(+), 12 de