From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [bruce.edge@gmail.com: PATCH: ERROR: "video_output_register" [drivers/acpi/video.ko] und] Date: Mon, 8 Nov 2010 10:51:10 -0500 Message-ID: <20101108155110.GB8637@dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet10.oracle.com (rcsinet10.oracle.com [148.87.113.121]) by gabe.freedesktop.org (Postfix) with ESMTP id 9530F9E806 for ; Mon, 8 Nov 2010 07:52:02 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: airlied@linux.ie, bskeggs@redhat.com, airlied@redhat.com, dri-devel@lists.freedesktop.org Cc: len.brown@intel.com, Bruce Edge List-Id: dri-devel@lists.freedesktop.org Hey guys, This failure also occurs on v2.6.37-rc1 (the branch Bruce is referring has been merged in Linus's tree). This compile failure can be demonstrated if one does not select VIDEO_OUTPUT_CONTROL and enables the Nouveau driver. The i915 has a similar fix in the Kconfig (ecb4aed78dcf09e48c8c34c8c2fa7f5c69344be6) but this one is lacking. Acked-by: Konrad Rzeszutek Wilk ----- Forwarded message from Bruce Edge ----- Date: Sun, 7 Nov 2010 17:56:38 -0800 From: Bruce Edge To: xen-devel@lists.xensource.com, Konrad Rzeszutek Wilk Subject: 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 ----- End forwarded message -----