All of lore.kernel.org
 help / color / mirror / Atom feed
* [bruce.edge@gmail.com: PATCH: ERROR: "video_output_register" [drivers/acpi/video.ko] und]
@ 2010-11-08 15:51 Konrad Rzeszutek Wilk
  2010-11-08 17:39 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-11-08 15:51 UTC (permalink / raw)
  To: airlied, bskeggs, airlied, dri-devel; +Cc: len.brown, Bruce Edge

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 <konrad.wilk@oracle.com>

----- Forwarded message from Bruce Edge <bruce.edge@gmail.com> -----

Date: Sun, 7 Nov 2010 17:56:38 -0800
From: Bruce Edge <bruce.edge@gmail.com>
To: xen-devel@lists.xensource.com,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
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 -----

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bruce.edge@gmail.com: PATCH: ERROR: "video_output_register" [drivers/acpi/video.ko] und]
  2010-11-08 15:51 [bruce.edge@gmail.com: PATCH: ERROR: "video_output_register" [drivers/acpi/video.ko] und] Konrad Rzeszutek Wilk
@ 2010-11-08 17:39 ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-11-08 17:39 UTC (permalink / raw)
  To: airlied, bskeggs, airlied, dri-devel, linux-kernel; +Cc: Bruce Edge, len.brown

On Mon, Nov 08, 2010 at 10:51:10AM -0500, Konrad Rzeszutek Wilk wrote:
> 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 <konrad.wilk@oracle.com>

Also Cc-ing LKML.
> 
> ----- Forwarded message from Bruce Edge <bruce.edge@gmail.com> -----
> 
> Date: Sun, 7 Nov 2010 17:56:38 -0800
> From: Bruce Edge <bruce.edge@gmail.com>
> To: xen-devel@lists.xensource.com,
> 	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> 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 -----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-08 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 15:51 [bruce.edge@gmail.com: PATCH: ERROR: "video_output_register" [drivers/acpi/video.ko] und] Konrad Rzeszutek Wilk
2010-11-08 17:39 ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.