aboutsummaryrefslogtreecommitdiff
path: root/include/linux/video_output.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-12Convert from class_device to device for drivers/video[email protected]1-2/+2
Convert from class_device to device for drivers/video. Signed-off-by: Tony Jones <[email protected]> Signed-off-by: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2006-12-20output: Add display output class supportYu Luming1-0/+42
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 <[email protected]> Cc: "Antonino A. Daplas" <[email protected]> Cc: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Len Brown <[email protected]>