On Wed, 2011-10-19 at 13:08 +0400, 4ernov wrote:
> Hello,
> 
> I'm experimenting with i915 kernel module to fix the problem with
> different brightness of LVDS displays when connected together via
> Chrontel SDVO converters. My biggest problem is that I simply
> can't find the place in code where the mode is set. I seem to find the
> place where the device is initialized, but it's still unclear where
> settings of current mode is set to certain SDVO output (i.e.
> resolution, refresh rate etc.) and where LVDS settings are set in case
> it's SDVO-LVDS converter.
> 
> Could someone who knows the code quite good please give me a reference
> where to find this code?

The SDVO-specific code is in intel_sdvo.c, and the common code for pipe
setup is in intel_display.c.  Both are in the kernel source under
drivers/gpu/drm/i915.

- ajax

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to