On Wed, 2009-04-15 at 03:35 +0800, Matthew Garrett wrote: > On Tue, Apr 14, 2009 at 11:04:35AM +0800, yakui_zhao wrote: > > > Patch 2/2: weaken the tight dependency between the ACPI video driver and i915 driver > > Now there exists the tight dependency between the ACPI video driver and i915 driver. > > If the I915 driver is compiled as built-in module and the acpi video is compiled as module, > > it will fail in the kernel compilation. > > At the same time the acpi video driver must be loaded in order to load > > the I915 driver. It is very hack. > > No, it's *correct*. In a modesetting world, i915 requires ACPI. Why is the ACPI required by i915 when KMS is used? It seems that we still can use the KMS with ACPI disabled. In such case it is unnecessary to load the acpi video driver. In fact what I have done is to weaken the tight dependency. When the i915 driver is compiled as built-in and the acpi video is compiled as module, the kernel compilation will be OK. Before the acpi video driver is loaded, the system is still OK except that there is no backlight control. Is this reasonable? Thanks. > -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html