11 Dec, 2010

1 commit

  • drivers/built-in.o: In function `acpi_video_bus_put_devices':
    video.c:(.text+0x79663): undefined reference to
    `video_output_unregister'
    drivers/built-in.o: In function `acpi_video_bus_add':
    video.c:(.text+0x7b0b3): undefined reference to `video_output_register'

    Signed-off-by: Len Brown

    Len Brown
     

13 Oct, 2007

1 commit


20 Dec, 2006

1 commit

  • Add generic abstract layer for display output switch control. The output
    sysfs class driver provides an abstract video output layer that can be used to
    hook platform specific methods to enable/disable video output device through
    common sysfs interface.

    Signed-off-by: Luming Yu
    Cc: "Antonino A. Daplas"
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Len Brown

    Yu Luming