Bruce Edge
2010-Nov-08 01:56 UTC
[Xen-devel] PATCH: pvops 2.6.36 patch for undefined! ERROR: "video_output_register" [drivers/acpi/video.ko] und
This patch resolved the following link error:
ERROR: "video_output_unregister" [drivers/acpi/video.ko] undefined!
ERROR: "video_output_register" [drivers/acpi/video.ko] undefined!
in this branch:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git-
stable/xen-pcifront-0.8.2
--- old/drivers/gpu/drm/nouveau/Kconfig
+++ new/drivers/gpu/drm/nouveau/Kconfig
@@ -11,6 +11,7 @@
select FRAMEBUFFER_CONSOLE if !EMBEDDED
select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
select ACPI_VIDEO if ACPI
+ select VIDEO_OUTPUT_CONTROL if ACPI
help
Choose this option for open-source nVidia support.
-Bruce
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Bruce Edge
2010-Nov-08 17:30 UTC
[Xen-devel] Re: PATCH: pvops 2.6.36 patch for undefined! ERROR: "video_output_register" [drivers/acpi/video.ko] und
On Sun, Nov 7, 2010 at 5:56 PM, Bruce Edge <bruce.edge@gmail.com> wrote:> This patch resolved the following link error: > > ERROR: "video_output_unregister" [drivers/acpi/video.ko] undefined! > ERROR: "video_output_register" [drivers/acpi/video.ko] undefined! > > in this branch: git:// > git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git - > stable/xen-pcifront-0.8.2 > > --- old/drivers/gpu/drm/nouveau/Kconfig > +++ new/drivers/gpu/drm/nouveau/Kconfig > @@ -11,6 +11,7 @@ > select FRAMEBUFFER_CONSOLE if !EMBEDDED > select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT > select ACPI_VIDEO if ACPI > + select VIDEO_OUTPUT_CONTROL if ACPI > help > Choose this option for open-source nVidia support. > > >Same applies to xen/next-2.6.37 branch.> -Bruce >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel