Re: [Intel-gfx] [PATCH] drm/i915: Probe SDVO LVDS information

2012-01-23 Thread Adam Jackson
On Mon, 2012-01-16 at 23:19 +0100, Daniel Vetter wrote: > On Mon, Nov 28, 2011 at 01:32:11PM -0500, Adam Jackson wrote: > > No effect besides printing the result in dmesg if debugging is enabled. > > > > Signed-off-by: Adam Jackson > > This looks strange without dmesg output nor a comment added.

Re: [Intel-gfx] [PATCH] drm/i915: Probe SDVO LVDS information

2012-01-16 Thread Daniel Vetter
On Mon, Nov 28, 2011 at 01:32:11PM -0500, Adam Jackson wrote: > No effect besides printing the result in dmesg if debugging is enabled. > > Signed-off-by: Adam Jackson This looks strange without dmesg output nor a comment added. Quick survey on irc with Jesse and Chris showed that we want intere

[Intel-gfx] [PATCH] drm/i915: Probe SDVO LVDS information

2011-11-28 Thread Adam Jackson
No effect besides printing the result in dmesg if debugging is enabled. Signed-off-by: Adam Jackson --- drivers/gpu/drm/i915/intel_sdvo.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c ind