blob: b8a2095cb5ee44f3ceea40ccdf7d11c9c9c58ca0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * video.c - ACPI Video Driver ($Revision:$)
3 *
4 * Copyright (C) 2004 Luming Yu <luming.yu@intel.com>
5 * Copyright (C) 2004 Bruno Ducrot <ducrot@poupinou.org>
Thomas Tuttlef4715182006-12-19 12:56:14 -08006 * Copyright (C) 2006 Thomas Tuttle <linux-kernel@ttuttle.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 *
8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or (at
13 * your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License along
21 * with this program; if not, write to the Free Software Foundation, Inc.,
22 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
23 *
24 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25 */
26
27#include <linux/kernel.h>
28#include <linux/module.h>
29#include <linux/init.h>
30#include <linux/types.h>
31#include <linux/list.h>
32#include <linux/proc_fs.h>
33#include <linux/seq_file.h>
Luming Yue9dab192007-08-20 18:23:53 +080034#include <linux/input.h>
Yu Luming2f3d0002006-11-11 02:40:34 +080035#include <linux/backlight.h>
Luming Yu23b0f012007-05-09 21:07:05 +080036#include <linux/video_output.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include <asm/uaccess.h>
38
39#include <acpi/acpi_bus.h>
40#include <acpi/acpi_drivers.h>
41
42#define ACPI_VIDEO_COMPONENT 0x08000000
43#define ACPI_VIDEO_CLASS "video"
Linus Torvalds1da177e2005-04-16 15:20:36 -070044#define ACPI_VIDEO_BUS_NAME "Video Bus"
45#define ACPI_VIDEO_DEVICE_NAME "Video Device"
46#define ACPI_VIDEO_NOTIFY_SWITCH 0x80
47#define ACPI_VIDEO_NOTIFY_PROBE 0x81
48#define ACPI_VIDEO_NOTIFY_CYCLE 0x82
49#define ACPI_VIDEO_NOTIFY_NEXT_OUTPUT 0x83
50#define ACPI_VIDEO_NOTIFY_PREV_OUTPUT 0x84
51
Thomas Tuttlef4715182006-12-19 12:56:14 -080052#define ACPI_VIDEO_NOTIFY_CYCLE_BRIGHTNESS 0x85
53#define ACPI_VIDEO_NOTIFY_INC_BRIGHTNESS 0x86
54#define ACPI_VIDEO_NOTIFY_DEC_BRIGHTNESS 0x87
55#define ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS 0x88
56#define ACPI_VIDEO_NOTIFY_DISPLAY_OFF 0x89
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
Linus Torvalds1da177e2005-04-16 15:20:36 -070058#define ACPI_VIDEO_HEAD_INVALID (~0u - 1)
59#define ACPI_VIDEO_HEAD_END (~0u)
Yu Luming2f3d0002006-11-11 02:40:34 +080060#define MAX_NAME_LEN 20
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
Rui Zhang82cae992007-01-03 23:40:53 -050062#define ACPI_VIDEO_DISPLAY_CRT 1
63#define ACPI_VIDEO_DISPLAY_TV 2
64#define ACPI_VIDEO_DISPLAY_DVI 3
65#define ACPI_VIDEO_DISPLAY_LCD 4
66
Linus Torvalds1da177e2005-04-16 15:20:36 -070067#define _COMPONENT ACPI_VIDEO_COMPONENT
Len Brownf52fd662007-02-12 22:42:12 -050068ACPI_MODULE_NAME("video");
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
Len Brownf52fd662007-02-12 22:42:12 -050070MODULE_AUTHOR("Bruno Ducrot");
Len Brown7cda93e2007-02-12 23:50:02 -050071MODULE_DESCRIPTION("ACPI Video Driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -070072MODULE_LICENSE("GPL");
73
Len Brown4be44fc2005-08-05 00:44:28 -040074static int acpi_video_bus_add(struct acpi_device *device);
75static int acpi_video_bus_remove(struct acpi_device *device, int type);
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
Thomas Renninger1ba90e32007-07-23 14:44:41 +020077static const struct acpi_device_id video_device_ids[] = {
78 {ACPI_VIDEO_HID, 0},
79 {"", 0},
80};
81MODULE_DEVICE_TABLE(acpi, video_device_ids);
82
Linus Torvalds1da177e2005-04-16 15:20:36 -070083static struct acpi_driver acpi_video_bus = {
Len Brownc2b67052007-02-12 23:33:40 -050084 .name = "video",
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 .class = ACPI_VIDEO_CLASS,
Thomas Renninger1ba90e32007-07-23 14:44:41 +020086 .ids = video_device_ids,
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 .ops = {
88 .add = acpi_video_bus_add,
89 .remove = acpi_video_bus_remove,
Len Brown4be44fc2005-08-05 00:44:28 -040090 },
Linus Torvalds1da177e2005-04-16 15:20:36 -070091};
92
93struct acpi_video_bus_flags {
Len Brown4be44fc2005-08-05 00:44:28 -040094 u8 multihead:1; /* can switch video heads */
95 u8 rom:1; /* can retrieve a video rom */
96 u8 post:1; /* can configure the head to */
97 u8 reserved:5;
Linus Torvalds1da177e2005-04-16 15:20:36 -070098};
99
100struct acpi_video_bus_cap {
Len Brown4be44fc2005-08-05 00:44:28 -0400101 u8 _DOS:1; /*Enable/Disable output switching */
102 u8 _DOD:1; /*Enumerate all devices attached to display adapter */
103 u8 _ROM:1; /*Get ROM Data */
104 u8 _GPD:1; /*Get POST Device */
105 u8 _SPD:1; /*Set POST Device */
106 u8 _VPO:1; /*Video POST Options */
107 u8 reserved:2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108};
109
Len Brown4be44fc2005-08-05 00:44:28 -0400110struct acpi_video_device_attrib {
111 u32 display_index:4; /* A zero-based instance of the Display */
Julius Volz98fb8fe2007-02-20 16:38:40 +0100112 u32 display_port_attachment:4; /*This field differentiates the display type */
Len Brown4be44fc2005-08-05 00:44:28 -0400113 u32 display_type:4; /*Describe the specific type in use */
Julius Volz98fb8fe2007-02-20 16:38:40 +0100114 u32 vendor_specific:4; /*Chipset Vendor Specific */
Len Brown4be44fc2005-08-05 00:44:28 -0400115 u32 bios_can_detect:1; /*BIOS can detect the device */
116 u32 depend_on_vga:1; /*Non-VGA output device whose power is related to
117 the VGA device. */
118 u32 pipe_id:3; /*For VGA multiple-head devices. */
119 u32 reserved:10; /*Must be 0 */
120 u32 device_id_scheme:1; /*Device ID Scheme */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121};
122
123struct acpi_video_enumerated_device {
124 union {
125 u32 int_val;
Len Brown4be44fc2005-08-05 00:44:28 -0400126 struct acpi_video_device_attrib attrib;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 } value;
128 struct acpi_video_device *bind_info;
129};
130
131struct acpi_video_bus {
Patrick Mochele6afa0d2006-05-19 16:54:40 -0400132 struct acpi_device *device;
Len Brown4be44fc2005-08-05 00:44:28 -0400133 u8 dos_setting;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 struct acpi_video_enumerated_device *attached_array;
Len Brown4be44fc2005-08-05 00:44:28 -0400135 u8 attached_count;
136 struct acpi_video_bus_cap cap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 struct acpi_video_bus_flags flags;
Len Brown4be44fc2005-08-05 00:44:28 -0400138 struct semaphore sem;
139 struct list_head video_device_list;
140 struct proc_dir_entry *dir;
Luming Yue9dab192007-08-20 18:23:53 +0800141 struct input_dev *input;
142 char phys[32]; /* for input device */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143};
144
145struct acpi_video_device_flags {
Len Brown4be44fc2005-08-05 00:44:28 -0400146 u8 crt:1;
147 u8 lcd:1;
148 u8 tvout:1;
Rui Zhang82cae992007-01-03 23:40:53 -0500149 u8 dvi:1;
Len Brown4be44fc2005-08-05 00:44:28 -0400150 u8 bios:1;
151 u8 unknown:1;
Rui Zhang82cae992007-01-03 23:40:53 -0500152 u8 reserved:2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153};
154
155struct acpi_video_device_cap {
Len Brown4be44fc2005-08-05 00:44:28 -0400156 u8 _ADR:1; /*Return the unique ID */
157 u8 _BCL:1; /*Query list of brightness control levels supported */
158 u8 _BCM:1; /*Set the brightness level */
Yu Luming2f3d0002006-11-11 02:40:34 +0800159 u8 _BQC:1; /* Get current brightness level */
Len Brown4be44fc2005-08-05 00:44:28 -0400160 u8 _DDC:1; /*Return the EDID for this device */
161 u8 _DCS:1; /*Return status of output device */
162 u8 _DGS:1; /*Query graphics state */
163 u8 _DSS:1; /*Device state set */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164};
165
166struct acpi_video_device_brightness {
Len Brown4be44fc2005-08-05 00:44:28 -0400167 int curr;
168 int count;
169 int *levels;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170};
171
172struct acpi_video_device {
Len Brown4be44fc2005-08-05 00:44:28 -0400173 unsigned long device_id;
174 struct acpi_video_device_flags flags;
175 struct acpi_video_device_cap cap;
176 struct list_head entry;
177 struct acpi_video_bus *video;
178 struct acpi_device *dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 struct acpi_video_device_brightness *brightness;
Yu Luming2f3d0002006-11-11 02:40:34 +0800180 struct backlight_device *backlight;
Luming Yu23b0f012007-05-09 21:07:05 +0800181 struct output_device *output_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182};
183
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184/* bus */
185static int acpi_video_bus_info_open_fs(struct inode *inode, struct file *file);
186static struct file_operations acpi_video_bus_info_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400187 .open = acpi_video_bus_info_open_fs,
188 .read = seq_read,
189 .llseek = seq_lseek,
190 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191};
192
193static int acpi_video_bus_ROM_open_fs(struct inode *inode, struct file *file);
194static struct file_operations acpi_video_bus_ROM_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400195 .open = acpi_video_bus_ROM_open_fs,
196 .read = seq_read,
197 .llseek = seq_lseek,
198 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199};
200
Len Brown4be44fc2005-08-05 00:44:28 -0400201static int acpi_video_bus_POST_info_open_fs(struct inode *inode,
202 struct file *file);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203static struct file_operations acpi_video_bus_POST_info_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400204 .open = acpi_video_bus_POST_info_open_fs,
205 .read = seq_read,
206 .llseek = seq_lseek,
207 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208};
209
210static int acpi_video_bus_POST_open_fs(struct inode *inode, struct file *file);
211static struct file_operations acpi_video_bus_POST_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400212 .open = acpi_video_bus_POST_open_fs,
213 .read = seq_read,
214 .llseek = seq_lseek,
215 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216};
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218static int acpi_video_bus_DOS_open_fs(struct inode *inode, struct file *file);
219static struct file_operations acpi_video_bus_DOS_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400220 .open = acpi_video_bus_DOS_open_fs,
221 .read = seq_read,
222 .llseek = seq_lseek,
223 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224};
225
226/* device */
Len Brown4be44fc2005-08-05 00:44:28 -0400227static int acpi_video_device_info_open_fs(struct inode *inode,
228 struct file *file);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229static struct file_operations acpi_video_device_info_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400230 .open = acpi_video_device_info_open_fs,
231 .read = seq_read,
232 .llseek = seq_lseek,
233 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234};
235
Len Brown4be44fc2005-08-05 00:44:28 -0400236static int acpi_video_device_state_open_fs(struct inode *inode,
237 struct file *file);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238static struct file_operations acpi_video_device_state_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400239 .open = acpi_video_device_state_open_fs,
240 .read = seq_read,
241 .llseek = seq_lseek,
242 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243};
244
Len Brown4be44fc2005-08-05 00:44:28 -0400245static int acpi_video_device_brightness_open_fs(struct inode *inode,
246 struct file *file);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247static struct file_operations acpi_video_device_brightness_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400248 .open = acpi_video_device_brightness_open_fs,
249 .read = seq_read,
250 .llseek = seq_lseek,
251 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252};
253
Len Brown4be44fc2005-08-05 00:44:28 -0400254static int acpi_video_device_EDID_open_fs(struct inode *inode,
255 struct file *file);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256static struct file_operations acpi_video_device_EDID_fops = {
Len Brown4be44fc2005-08-05 00:44:28 -0400257 .open = acpi_video_device_EDID_open_fs,
258 .read = seq_read,
259 .llseek = seq_lseek,
260 .release = single_release,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261};
262
Len Brown4be44fc2005-08-05 00:44:28 -0400263static char device_decode[][30] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 "motherboard VGA device",
265 "PCI VGA device",
266 "AGP VGA device",
267 "UNKNOWN",
268};
269
Len Brown4be44fc2005-08-05 00:44:28 -0400270static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data);
271static void acpi_video_device_rebind(struct acpi_video_bus *video);
272static void acpi_video_device_bind(struct acpi_video_bus *video,
273 struct acpi_video_device *device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274static int acpi_video_device_enumerate(struct acpi_video_bus *video);
Len Brown4be44fc2005-08-05 00:44:28 -0400275static int acpi_video_switch_output(struct acpi_video_bus *video, int event);
Yu Luming2f3d0002006-11-11 02:40:34 +0800276static int acpi_video_device_lcd_set_level(struct acpi_video_device *device,
277 int level);
278static int acpi_video_device_lcd_get_level_current(
279 struct acpi_video_device *device,
280 unsigned long *level);
Len Brown4be44fc2005-08-05 00:44:28 -0400281static int acpi_video_get_next_level(struct acpi_video_device *device,
282 u32 level_current, u32 event);
283static void acpi_video_switch_brightness(struct acpi_video_device *device,
284 int event);
Luming Yu23b0f012007-05-09 21:07:05 +0800285static int acpi_video_device_get_state(struct acpi_video_device *device,
286 unsigned long *state);
287static int acpi_video_output_get(struct output_device *od);
288static int acpi_video_device_set_state(struct acpi_video_device *device, int state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289
Yu Luming2f3d0002006-11-11 02:40:34 +0800290/*backlight device sysfs support*/
291static int acpi_video_get_brightness(struct backlight_device *bd)
292{
293 unsigned long cur_level;
294 struct acpi_video_device *vd =
Richard Purdie655bfd72007-07-09 12:17:24 +0100295 (struct acpi_video_device *)bl_get_data(bd);
Yu Luming2f3d0002006-11-11 02:40:34 +0800296 acpi_video_device_lcd_get_level_current(vd, &cur_level);
297 return (int) cur_level;
298}
299
300static int acpi_video_set_brightness(struct backlight_device *bd)
301{
Richard Purdie599a52d2007-02-10 23:07:48 +0000302 int request_level = bd->props.brightness;
Yu Luming2f3d0002006-11-11 02:40:34 +0800303 struct acpi_video_device *vd =
Richard Purdie655bfd72007-07-09 12:17:24 +0100304 (struct acpi_video_device *)bl_get_data(bd);
Yu Luming2f3d0002006-11-11 02:40:34 +0800305 acpi_video_device_lcd_set_level(vd, request_level);
306 return 0;
307}
308
Richard Purdie599a52d2007-02-10 23:07:48 +0000309static struct backlight_ops acpi_backlight_ops = {
310 .get_brightness = acpi_video_get_brightness,
311 .update_status = acpi_video_set_brightness,
312};
313
Luming Yu23b0f012007-05-09 21:07:05 +0800314/*video output device sysfs support*/
315static int acpi_video_output_get(struct output_device *od)
316{
317 unsigned long state;
318 struct acpi_video_device *vd =
tonyj@suse.de60043422007-08-07 22:28:47 -0700319 (struct acpi_video_device *)dev_get_drvdata(&od->dev);
Luming Yu23b0f012007-05-09 21:07:05 +0800320 acpi_video_device_get_state(vd, &state);
321 return (int)state;
322}
323
324static int acpi_video_output_set(struct output_device *od)
325{
326 unsigned long state = od->request_state;
327 struct acpi_video_device *vd=
tonyj@suse.de60043422007-08-07 22:28:47 -0700328 (struct acpi_video_device *)dev_get_drvdata(&od->dev);
Luming Yu23b0f012007-05-09 21:07:05 +0800329 return acpi_video_device_set_state(vd, state);
330}
331
332static struct output_properties acpi_output_properties = {
333 .set_state = acpi_video_output_set,
334 .get_status = acpi_video_output_get,
335};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336/* --------------------------------------------------------------------------
337 Video Management
338 -------------------------------------------------------------------------- */
339
340/* device */
341
342static int
Len Brown4be44fc2005-08-05 00:44:28 -0400343acpi_video_device_query(struct acpi_video_device *device, unsigned long *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344{
Len Brown4be44fc2005-08-05 00:44:28 -0400345 int status;
Patrick Mochel90130262006-05-19 16:54:48 -0400346
347 status = acpi_evaluate_integer(device->dev->handle, "_DGS", NULL, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348
Patrick Mocheld550d982006-06-27 00:41:40 -0400349 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350}
351
352static int
Len Brown4be44fc2005-08-05 00:44:28 -0400353acpi_video_device_get_state(struct acpi_video_device *device,
354 unsigned long *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355{
Len Brown4be44fc2005-08-05 00:44:28 -0400356 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357
Patrick Mochel90130262006-05-19 16:54:48 -0400358 status = acpi_evaluate_integer(device->dev->handle, "_DCS", NULL, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359
Patrick Mocheld550d982006-06-27 00:41:40 -0400360 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361}
362
363static int
Len Brown4be44fc2005-08-05 00:44:28 -0400364acpi_video_device_set_state(struct acpi_video_device *device, int state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365{
Len Brown4be44fc2005-08-05 00:44:28 -0400366 int status;
367 union acpi_object arg0 = { ACPI_TYPE_INTEGER };
368 struct acpi_object_list args = { 1, &arg0 };
Luming Yu824b5582005-08-21 19:17:00 -0400369 unsigned long ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371
372 arg0.integer.value = state;
Patrick Mochel90130262006-05-19 16:54:48 -0400373 status = acpi_evaluate_integer(device->dev->handle, "_DSS", &args, &ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374
Patrick Mocheld550d982006-06-27 00:41:40 -0400375 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376}
377
378static int
Len Brown4be44fc2005-08-05 00:44:28 -0400379acpi_video_device_lcd_query_levels(struct acpi_video_device *device,
380 union acpi_object **levels)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381{
Len Brown4be44fc2005-08-05 00:44:28 -0400382 int status;
383 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
384 union acpi_object *obj;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386
387 *levels = NULL;
388
Patrick Mochel90130262006-05-19 16:54:48 -0400389 status = acpi_evaluate_object(device->dev->handle, "_BCL", NULL, &buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 if (!ACPI_SUCCESS(status))
Patrick Mocheld550d982006-06-27 00:41:40 -0400391 return status;
Len Brown4be44fc2005-08-05 00:44:28 -0400392 obj = (union acpi_object *)buffer.pointer;
Adrian Bunk6665bda2006-03-11 10:12:00 -0500393 if (!obj || (obj->type != ACPI_TYPE_PACKAGE)) {
Len Brown64684632006-06-26 23:41:38 -0400394 printk(KERN_ERR PREFIX "Invalid _BCL data\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 status = -EFAULT;
396 goto err;
397 }
398
399 *levels = obj;
400
Patrick Mocheld550d982006-06-27 00:41:40 -0400401 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402
Len Brown4be44fc2005-08-05 00:44:28 -0400403 err:
Jesper Juhl6044ec82005-11-07 01:01:32 -0800404 kfree(buffer.pointer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405
Patrick Mocheld550d982006-06-27 00:41:40 -0400406 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407}
408
409static int
Len Brown4be44fc2005-08-05 00:44:28 -0400410acpi_video_device_lcd_set_level(struct acpi_video_device *device, int level)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411{
Len Brown4be44fc2005-08-05 00:44:28 -0400412 int status;
413 union acpi_object arg0 = { ACPI_TYPE_INTEGER };
414 struct acpi_object_list args = { 1, &arg0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
417 arg0.integer.value = level;
Patrick Mochel90130262006-05-19 16:54:48 -0400418 status = acpi_evaluate_object(device->dev->handle, "_BCM", &args, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419
Patrick Mocheld550d982006-06-27 00:41:40 -0400420 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421}
422
423static int
Len Brown4be44fc2005-08-05 00:44:28 -0400424acpi_video_device_lcd_get_level_current(struct acpi_video_device *device,
425 unsigned long *level)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426{
Len Brown4be44fc2005-08-05 00:44:28 -0400427 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428
Patrick Mochel90130262006-05-19 16:54:48 -0400429 status = acpi_evaluate_integer(device->dev->handle, "_BQC", NULL, level);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430
Patrick Mocheld550d982006-06-27 00:41:40 -0400431 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432}
433
434static int
Len Brown4be44fc2005-08-05 00:44:28 -0400435acpi_video_device_EDID(struct acpi_video_device *device,
436 union acpi_object **edid, ssize_t length)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437{
Len Brown4be44fc2005-08-05 00:44:28 -0400438 int status;
439 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
440 union acpi_object *obj;
441 union acpi_object arg0 = { ACPI_TYPE_INTEGER };
442 struct acpi_object_list args = { 1, &arg0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444
445 *edid = NULL;
446
447 if (!device)
Patrick Mocheld550d982006-06-27 00:41:40 -0400448 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449 if (length == 128)
450 arg0.integer.value = 1;
451 else if (length == 256)
452 arg0.integer.value = 2;
453 else
Patrick Mocheld550d982006-06-27 00:41:40 -0400454 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455
Patrick Mochel90130262006-05-19 16:54:48 -0400456 status = acpi_evaluate_object(device->dev->handle, "_DDC", &args, &buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 if (ACPI_FAILURE(status))
Patrick Mocheld550d982006-06-27 00:41:40 -0400458 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200460 obj = buffer.pointer;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461
462 if (obj && obj->type == ACPI_TYPE_BUFFER)
463 *edid = obj;
464 else {
Len Brown64684632006-06-26 23:41:38 -0400465 printk(KERN_ERR PREFIX "Invalid _DDC data\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 status = -EFAULT;
467 kfree(obj);
468 }
469
Patrick Mocheld550d982006-06-27 00:41:40 -0400470 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471}
472
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473/* bus */
474
475static int
Len Brown4be44fc2005-08-05 00:44:28 -0400476acpi_video_bus_set_POST(struct acpi_video_bus *video, unsigned long option)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477{
Len Brown4be44fc2005-08-05 00:44:28 -0400478 int status;
479 unsigned long tmp;
480 union acpi_object arg0 = { ACPI_TYPE_INTEGER };
481 struct acpi_object_list args = { 1, &arg0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483
484 arg0.integer.value = option;
485
Patrick Mochel90130262006-05-19 16:54:48 -0400486 status = acpi_evaluate_integer(video->device->handle, "_SPD", &args, &tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 if (ACPI_SUCCESS(status))
Len Brown4be44fc2005-08-05 00:44:28 -0400488 status = tmp ? (-EINVAL) : (AE_OK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489
Patrick Mocheld550d982006-06-27 00:41:40 -0400490 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491}
492
493static int
Len Brown4be44fc2005-08-05 00:44:28 -0400494acpi_video_bus_get_POST(struct acpi_video_bus *video, unsigned long *id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495{
496 int status;
497
Patrick Mochel90130262006-05-19 16:54:48 -0400498 status = acpi_evaluate_integer(video->device->handle, "_GPD", NULL, id);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499
Patrick Mocheld550d982006-06-27 00:41:40 -0400500 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501}
502
503static int
Len Brown4be44fc2005-08-05 00:44:28 -0400504acpi_video_bus_POST_options(struct acpi_video_bus *video,
505 unsigned long *options)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506{
Len Brown4be44fc2005-08-05 00:44:28 -0400507 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508
Patrick Mochel90130262006-05-19 16:54:48 -0400509 status = acpi_evaluate_integer(video->device->handle, "_VPO", NULL, options);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 *options &= 3;
511
Patrick Mocheld550d982006-06-27 00:41:40 -0400512 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513}
514
515/*
516 * Arg:
517 * video : video bus device pointer
518 * bios_flag :
519 * 0. The system BIOS should NOT automatically switch(toggle)
520 * the active display output.
521 * 1. The system BIOS should automatically switch (toggle) the
Julius Volz98fb8fe2007-02-20 16:38:40 +0100522 * active display output. No switch event.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 * 2. The _DGS value should be locked.
524 * 3. The system BIOS should not automatically switch (toggle) the
525 * active display output, but instead generate the display switch
526 * event notify code.
527 * lcd_flag :
528 * 0. The system BIOS should automatically control the brightness level
Julius Volz98fb8fe2007-02-20 16:38:40 +0100529 * of the LCD when the power changes from AC to DC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 * 1. The system BIOS should NOT automatically control the brightness
Julius Volz98fb8fe2007-02-20 16:38:40 +0100531 * level of the LCD when the power changes from AC to DC.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 * Return Value:
533 * -1 wrong arg.
534 */
535
536static int
Len Brown4be44fc2005-08-05 00:44:28 -0400537acpi_video_bus_DOS(struct acpi_video_bus *video, int bios_flag, int lcd_flag)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538{
Len Brown4be44fc2005-08-05 00:44:28 -0400539 acpi_integer status = 0;
540 union acpi_object arg0 = { ACPI_TYPE_INTEGER };
541 struct acpi_object_list args = { 1, &arg0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543
Len Brown4be44fc2005-08-05 00:44:28 -0400544 if (bios_flag < 0 || bios_flag > 3 || lcd_flag < 0 || lcd_flag > 1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545 status = -1;
546 goto Failed;
547 }
548 arg0.integer.value = (lcd_flag << 2) | bios_flag;
549 video->dos_setting = arg0.integer.value;
Patrick Mochel90130262006-05-19 16:54:48 -0400550 acpi_evaluate_object(video->device->handle, "_DOS", &args, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551
Len Brown4be44fc2005-08-05 00:44:28 -0400552 Failed:
Patrick Mocheld550d982006-06-27 00:41:40 -0400553 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554}
555
556/*
557 * Arg:
558 * device : video output device (LCD, CRT, ..)
559 *
560 * Return Value:
561 * None
562 *
Julius Volz98fb8fe2007-02-20 16:38:40 +0100563 * Find out all required AML methods defined under the output
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 * device.
565 */
566
Len Brown4be44fc2005-08-05 00:44:28 -0400567static void acpi_video_device_find_cap(struct acpi_video_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 acpi_handle h_dummy1;
570 int i;
Yu Luming2f3d0002006-11-11 02:40:34 +0800571 u32 max_level = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 union acpi_object *obj = NULL;
573 struct acpi_video_device_brightness *br = NULL;
574
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575
Len Brown4be44fc2005-08-05 00:44:28 -0400576 memset(&device->cap, 0, 4);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577
Patrick Mochel90130262006-05-19 16:54:48 -0400578 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_ADR", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 device->cap._ADR = 1;
580 }
Patrick Mochel90130262006-05-19 16:54:48 -0400581 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_BCL", &h_dummy1))) {
Len Brown4be44fc2005-08-05 00:44:28 -0400582 device->cap._BCL = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 }
Patrick Mochel90130262006-05-19 16:54:48 -0400584 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_BCM", &h_dummy1))) {
Len Brown4be44fc2005-08-05 00:44:28 -0400585 device->cap._BCM = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 }
Yu Luming2f3d0002006-11-11 02:40:34 +0800587 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle,"_BQC",&h_dummy1)))
588 device->cap._BQC = 1;
Patrick Mochel90130262006-05-19 16:54:48 -0400589 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_DDC", &h_dummy1))) {
Len Brown4be44fc2005-08-05 00:44:28 -0400590 device->cap._DDC = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 }
Patrick Mochel90130262006-05-19 16:54:48 -0400592 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_DCS", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 device->cap._DCS = 1;
594 }
Patrick Mochel90130262006-05-19 16:54:48 -0400595 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_DGS", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 device->cap._DGS = 1;
597 }
Patrick Mochel90130262006-05-19 16:54:48 -0400598 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_DSS", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 device->cap._DSS = 1;
600 }
601
Danny Kukawkaf70ac0e2007-07-03 01:33:53 -0400602 if (ACPI_SUCCESS(acpi_video_device_lcd_query_levels(device, &obj))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603
Danny Kukawkaf70ac0e2007-07-03 01:33:53 -0400604 if (obj->package.count >= 2) {
605 int count = 0;
606 union acpi_object *o;
Len Brown4be44fc2005-08-05 00:44:28 -0400607
Danny Kukawkaf70ac0e2007-07-03 01:33:53 -0400608 br = kzalloc(sizeof(*br), GFP_KERNEL);
609 if (!br) {
610 printk(KERN_ERR "can't allocate memory\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 } else {
Danny Kukawkaf70ac0e2007-07-03 01:33:53 -0400612 br->levels = kmalloc(obj->package.count *
613 sizeof *(br->levels), GFP_KERNEL);
614 if (!br->levels)
615 goto out;
616
617 for (i = 0; i < obj->package.count; i++) {
618 o = (union acpi_object *)&obj->package.
619 elements[i];
620 if (o->type != ACPI_TYPE_INTEGER) {
621 printk(KERN_ERR PREFIX "Invalid data\n");
622 continue;
623 }
624 br->levels[count] = (u32) o->integer.value;
625
626 if (br->levels[count] > max_level)
627 max_level = br->levels[count];
628 count++;
629 }
630 out:
631 if (count < 2) {
632 kfree(br->levels);
633 kfree(br);
634 } else {
635 br->count = count;
636 device->brightness = br;
637 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
638 "found %d brightness levels\n",
639 count));
640 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641 }
642 }
Danny Kukawkaf70ac0e2007-07-03 01:33:53 -0400643
644 } else {
645 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Could not query available LCD brightness level\n"));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 }
647
Paulo Marquesd1dd0c22005-03-30 22:39:49 -0500648 kfree(obj);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649
Danny Kukawkaf70ac0e2007-07-03 01:33:53 -0400650 if (device->cap._BCL && device->cap._BCM && device->cap._BQC && max_level > 0){
Yu Luming2f3d0002006-11-11 02:40:34 +0800651 unsigned long tmp;
652 static int count = 0;
653 char *name;
Yu Luming2f3d0002006-11-11 02:40:34 +0800654 name = kzalloc(MAX_NAME_LEN, GFP_KERNEL);
655 if (!name)
656 return;
657
Yu Luming2f3d0002006-11-11 02:40:34 +0800658 sprintf(name, "acpi_video%d", count++);
Yu Luming2f3d0002006-11-11 02:40:34 +0800659 acpi_video_device_lcd_get_level_current(device, &tmp);
Yu Luming2f3d0002006-11-11 02:40:34 +0800660 device->backlight = backlight_device_register(name,
Richard Purdie599a52d2007-02-10 23:07:48 +0000661 NULL, device, &acpi_backlight_ops);
662 device->backlight->props.max_brightness = max_level;
663 device->backlight->props.brightness = (int)tmp;
664 backlight_update_status(device->backlight);
665
Yu Luming2f3d0002006-11-11 02:40:34 +0800666 kfree(name);
667 }
Luming Yu23b0f012007-05-09 21:07:05 +0800668 if (device->cap._DCS && device->cap._DSS){
669 static int count = 0;
670 char *name;
671 name = kzalloc(MAX_NAME_LEN, GFP_KERNEL);
672 if (!name)
673 return;
674 sprintf(name, "acpi_video%d", count++);
675 device->output_dev = video_output_register(name,
676 NULL, device, &acpi_output_properties);
677 kfree(name);
678 }
Patrick Mocheld550d982006-06-27 00:41:40 -0400679 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680}
681
682/*
683 * Arg:
684 * device : video output device (VGA)
685 *
686 * Return Value:
687 * None
688 *
Julius Volz98fb8fe2007-02-20 16:38:40 +0100689 * Find out all required AML methods defined under the video bus device.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 */
691
Len Brown4be44fc2005-08-05 00:44:28 -0400692static void acpi_video_bus_find_cap(struct acpi_video_bus *video)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693{
Len Brown4be44fc2005-08-05 00:44:28 -0400694 acpi_handle h_dummy1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695
Len Brown4be44fc2005-08-05 00:44:28 -0400696 memset(&video->cap, 0, 4);
Patrick Mochel90130262006-05-19 16:54:48 -0400697 if (ACPI_SUCCESS(acpi_get_handle(video->device->handle, "_DOS", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698 video->cap._DOS = 1;
699 }
Patrick Mochel90130262006-05-19 16:54:48 -0400700 if (ACPI_SUCCESS(acpi_get_handle(video->device->handle, "_DOD", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701 video->cap._DOD = 1;
702 }
Patrick Mochel90130262006-05-19 16:54:48 -0400703 if (ACPI_SUCCESS(acpi_get_handle(video->device->handle, "_ROM", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 video->cap._ROM = 1;
705 }
Patrick Mochel90130262006-05-19 16:54:48 -0400706 if (ACPI_SUCCESS(acpi_get_handle(video->device->handle, "_GPD", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 video->cap._GPD = 1;
708 }
Patrick Mochel90130262006-05-19 16:54:48 -0400709 if (ACPI_SUCCESS(acpi_get_handle(video->device->handle, "_SPD", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 video->cap._SPD = 1;
711 }
Patrick Mochel90130262006-05-19 16:54:48 -0400712 if (ACPI_SUCCESS(acpi_get_handle(video->device->handle, "_VPO", &h_dummy1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713 video->cap._VPO = 1;
714 }
715}
716
717/*
718 * Check whether the video bus device has required AML method to
719 * support the desired features
720 */
721
Len Brown4be44fc2005-08-05 00:44:28 -0400722static int acpi_video_bus_check(struct acpi_video_bus *video)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723{
Len Brown4be44fc2005-08-05 00:44:28 -0400724 acpi_status status = -ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726
727 if (!video)
Patrick Mocheld550d982006-06-27 00:41:40 -0400728 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729
730 /* Since there is no HID, CID and so on for VGA driver, we have
731 * to check well known required nodes.
732 */
733
Julius Volz98fb8fe2007-02-20 16:38:40 +0100734 /* Does this device support video switching? */
Len Brown4be44fc2005-08-05 00:44:28 -0400735 if (video->cap._DOS) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 video->flags.multihead = 1;
737 status = 0;
738 }
739
Julius Volz98fb8fe2007-02-20 16:38:40 +0100740 /* Does this device support retrieving a video ROM? */
Len Brown4be44fc2005-08-05 00:44:28 -0400741 if (video->cap._ROM) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 video->flags.rom = 1;
743 status = 0;
744 }
745
Julius Volz98fb8fe2007-02-20 16:38:40 +0100746 /* Does this device support configuring which video device to POST? */
Len Brown4be44fc2005-08-05 00:44:28 -0400747 if (video->cap._GPD && video->cap._SPD && video->cap._VPO) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748 video->flags.post = 1;
749 status = 0;
750 }
751
Patrick Mocheld550d982006-06-27 00:41:40 -0400752 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753}
754
755/* --------------------------------------------------------------------------
756 FS Interface (/proc)
757 -------------------------------------------------------------------------- */
758
Len Brown4be44fc2005-08-05 00:44:28 -0400759static struct proc_dir_entry *acpi_video_dir;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760
761/* video devices */
762
Len Brown4be44fc2005-08-05 00:44:28 -0400763static int acpi_video_device_info_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764{
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200765 struct acpi_video_device *dev = seq->private;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767
768 if (!dev)
769 goto end;
770
771 seq_printf(seq, "device_id: 0x%04x\n", (u32) dev->device_id);
772 seq_printf(seq, "type: ");
773 if (dev->flags.crt)
774 seq_printf(seq, "CRT\n");
775 else if (dev->flags.lcd)
776 seq_printf(seq, "LCD\n");
777 else if (dev->flags.tvout)
778 seq_printf(seq, "TVOUT\n");
Rui Zhang82cae992007-01-03 23:40:53 -0500779 else if (dev->flags.dvi)
780 seq_printf(seq, "DVI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781 else
782 seq_printf(seq, "UNKNOWN\n");
783
Len Brown4be44fc2005-08-05 00:44:28 -0400784 seq_printf(seq, "known by bios: %s\n", dev->flags.bios ? "yes" : "no");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785
Len Brown4be44fc2005-08-05 00:44:28 -0400786 end:
Patrick Mocheld550d982006-06-27 00:41:40 -0400787 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788}
789
790static int
Len Brown4be44fc2005-08-05 00:44:28 -0400791acpi_video_device_info_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792{
793 return single_open(file, acpi_video_device_info_seq_show,
794 PDE(inode)->data);
795}
796
Len Brown4be44fc2005-08-05 00:44:28 -0400797static int acpi_video_device_state_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798{
Len Brown4be44fc2005-08-05 00:44:28 -0400799 int status;
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200800 struct acpi_video_device *dev = seq->private;
Len Brown4be44fc2005-08-05 00:44:28 -0400801 unsigned long state;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803
804 if (!dev)
805 goto end;
806
807 status = acpi_video_device_get_state(dev, &state);
808 seq_printf(seq, "state: ");
809 if (ACPI_SUCCESS(status))
810 seq_printf(seq, "0x%02lx\n", state);
811 else
812 seq_printf(seq, "<not supported>\n");
813
814 status = acpi_video_device_query(dev, &state);
815 seq_printf(seq, "query: ");
816 if (ACPI_SUCCESS(status))
817 seq_printf(seq, "0x%02lx\n", state);
818 else
819 seq_printf(seq, "<not supported>\n");
820
Len Brown4be44fc2005-08-05 00:44:28 -0400821 end:
Patrick Mocheld550d982006-06-27 00:41:40 -0400822 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823}
824
825static int
Len Brown4be44fc2005-08-05 00:44:28 -0400826acpi_video_device_state_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827{
828 return single_open(file, acpi_video_device_state_seq_show,
829 PDE(inode)->data);
830}
831
832static ssize_t
Len Brown4be44fc2005-08-05 00:44:28 -0400833acpi_video_device_write_state(struct file *file,
834 const char __user * buffer,
835 size_t count, loff_t * data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836{
Len Brown4be44fc2005-08-05 00:44:28 -0400837 int status;
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200838 struct seq_file *m = file->private_data;
839 struct acpi_video_device *dev = m->private;
Len Brown4be44fc2005-08-05 00:44:28 -0400840 char str[12] = { 0 };
841 u32 state = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843
844 if (!dev || count + 1 > sizeof str)
Patrick Mocheld550d982006-06-27 00:41:40 -0400845 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846
847 if (copy_from_user(str, buffer, count))
Patrick Mocheld550d982006-06-27 00:41:40 -0400848 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849
850 str[count] = 0;
851 state = simple_strtoul(str, NULL, 0);
Len Brown4be44fc2005-08-05 00:44:28 -0400852 state &= ((1ul << 31) | (1ul << 30) | (1ul << 0));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853
854 status = acpi_video_device_set_state(dev, state);
855
856 if (status)
Patrick Mocheld550d982006-06-27 00:41:40 -0400857 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
Patrick Mocheld550d982006-06-27 00:41:40 -0400859 return count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860}
861
862static int
Len Brown4be44fc2005-08-05 00:44:28 -0400863acpi_video_device_brightness_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864{
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200865 struct acpi_video_device *dev = seq->private;
Len Brown4be44fc2005-08-05 00:44:28 -0400866 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868
869 if (!dev || !dev->brightness) {
870 seq_printf(seq, "<not supported>\n");
Patrick Mocheld550d982006-06-27 00:41:40 -0400871 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 }
873
874 seq_printf(seq, "levels: ");
875 for (i = 0; i < dev->brightness->count; i++)
876 seq_printf(seq, " %d", dev->brightness->levels[i]);
877 seq_printf(seq, "\ncurrent: %d\n", dev->brightness->curr);
878
Patrick Mocheld550d982006-06-27 00:41:40 -0400879 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880}
881
882static int
Len Brown4be44fc2005-08-05 00:44:28 -0400883acpi_video_device_brightness_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884{
885 return single_open(file, acpi_video_device_brightness_seq_show,
886 PDE(inode)->data);
887}
888
889static ssize_t
Len Brown4be44fc2005-08-05 00:44:28 -0400890acpi_video_device_write_brightness(struct file *file,
891 const char __user * buffer,
892 size_t count, loff_t * data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893{
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200894 struct seq_file *m = file->private_data;
895 struct acpi_video_device *dev = m->private;
Len Brown4be44fc2005-08-05 00:44:28 -0400896 char str[4] = { 0 };
897 unsigned int level = 0;
898 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900
Thomas Renninger59d399d2005-11-08 05:27:00 -0500901 if (!dev || !dev->brightness || count + 1 > sizeof str)
Patrick Mocheld550d982006-06-27 00:41:40 -0400902 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903
904 if (copy_from_user(str, buffer, count))
Patrick Mocheld550d982006-06-27 00:41:40 -0400905 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906
907 str[count] = 0;
908 level = simple_strtoul(str, NULL, 0);
Len Brown4be44fc2005-08-05 00:44:28 -0400909
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 if (level > 100)
Patrick Mocheld550d982006-06-27 00:41:40 -0400911 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912
Julius Volz98fb8fe2007-02-20 16:38:40 +0100913 /* validate through the list of available levels */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914 for (i = 0; i < dev->brightness->count; i++)
915 if (level == dev->brightness->levels[i]) {
Len Brown4be44fc2005-08-05 00:44:28 -0400916 if (ACPI_SUCCESS
917 (acpi_video_device_lcd_set_level(dev, level)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 dev->brightness->curr = level;
919 break;
920 }
921
Patrick Mocheld550d982006-06-27 00:41:40 -0400922 return count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923}
924
Len Brown4be44fc2005-08-05 00:44:28 -0400925static int acpi_video_device_EDID_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926{
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200927 struct acpi_video_device *dev = seq->private;
Len Brown4be44fc2005-08-05 00:44:28 -0400928 int status;
929 int i;
930 union acpi_object *edid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
933 if (!dev)
934 goto out;
935
Len Brown4be44fc2005-08-05 00:44:28 -0400936 status = acpi_video_device_EDID(dev, &edid, 128);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 if (ACPI_FAILURE(status)) {
Len Brown4be44fc2005-08-05 00:44:28 -0400938 status = acpi_video_device_EDID(dev, &edid, 256);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939 }
940
941 if (ACPI_FAILURE(status)) {
942 goto out;
943 }
944
945 if (edid && edid->type == ACPI_TYPE_BUFFER) {
946 for (i = 0; i < edid->buffer.length; i++)
947 seq_putc(seq, edid->buffer.pointer[i]);
948 }
949
Len Brown4be44fc2005-08-05 00:44:28 -0400950 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 if (!edid)
952 seq_printf(seq, "<not supported>\n");
953 else
954 kfree(edid);
955
Patrick Mocheld550d982006-06-27 00:41:40 -0400956 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957}
958
959static int
Len Brown4be44fc2005-08-05 00:44:28 -0400960acpi_video_device_EDID_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961{
962 return single_open(file, acpi_video_device_EDID_seq_show,
963 PDE(inode)->data);
964}
965
Len Brown4be44fc2005-08-05 00:44:28 -0400966static int acpi_video_device_add_fs(struct acpi_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967{
Len Brown4be44fc2005-08-05 00:44:28 -0400968 struct proc_dir_entry *entry = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969 struct acpi_video_device *vid_dev;
970
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971
972 if (!device)
Patrick Mocheld550d982006-06-27 00:41:40 -0400973 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974
Jan Engelhardt50dd0962006-10-01 00:28:50 +0200975 vid_dev = acpi_driver_data(device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 if (!vid_dev)
Patrick Mocheld550d982006-06-27 00:41:40 -0400977 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
979 if (!acpi_device_dir(device)) {
980 acpi_device_dir(device) = proc_mkdir(acpi_device_bid(device),
Len Brown4be44fc2005-08-05 00:44:28 -0400981 vid_dev->video->dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 if (!acpi_device_dir(device))
Patrick Mocheld550d982006-06-27 00:41:40 -0400983 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 acpi_device_dir(device)->owner = THIS_MODULE;
985 }
986
987 /* 'info' [R] */
988 entry = create_proc_entry("info", S_IRUGO, acpi_device_dir(device));
989 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -0400990 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991 else {
992 entry->proc_fops = &acpi_video_device_info_fops;
993 entry->data = acpi_driver_data(device);
994 entry->owner = THIS_MODULE;
995 }
996
997 /* 'state' [R/W] */
Len Brown4be44fc2005-08-05 00:44:28 -0400998 entry =
999 create_proc_entry("state", S_IFREG | S_IRUGO | S_IWUSR,
1000 acpi_device_dir(device));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001002 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003 else {
Arjan van de Vend479e902006-01-06 16:47:00 -05001004 acpi_video_device_state_fops.write = acpi_video_device_write_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005 entry->proc_fops = &acpi_video_device_state_fops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 entry->data = acpi_driver_data(device);
1007 entry->owner = THIS_MODULE;
1008 }
1009
1010 /* 'brightness' [R/W] */
Len Brown4be44fc2005-08-05 00:44:28 -04001011 entry =
1012 create_proc_entry("brightness", S_IFREG | S_IRUGO | S_IWUSR,
1013 acpi_device_dir(device));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001015 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016 else {
Arjan van de Vend479e902006-01-06 16:47:00 -05001017 acpi_video_device_brightness_fops.write = acpi_video_device_write_brightness;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018 entry->proc_fops = &acpi_video_device_brightness_fops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019 entry->data = acpi_driver_data(device);
1020 entry->owner = THIS_MODULE;
1021 }
1022
1023 /* 'EDID' [R] */
1024 entry = create_proc_entry("EDID", S_IRUGO, acpi_device_dir(device));
1025 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001026 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 else {
1028 entry->proc_fops = &acpi_video_device_EDID_fops;
1029 entry->data = acpi_driver_data(device);
1030 entry->owner = THIS_MODULE;
1031 }
1032
Patrick Mocheld550d982006-06-27 00:41:40 -04001033 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034}
1035
Len Brown4be44fc2005-08-05 00:44:28 -04001036static int acpi_video_device_remove_fs(struct acpi_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037{
1038 struct acpi_video_device *vid_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001040 vid_dev = acpi_driver_data(device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 if (!vid_dev || !vid_dev->video || !vid_dev->video->dir)
Patrick Mocheld550d982006-06-27 00:41:40 -04001042 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043
1044 if (acpi_device_dir(device)) {
1045 remove_proc_entry("info", acpi_device_dir(device));
1046 remove_proc_entry("state", acpi_device_dir(device));
1047 remove_proc_entry("brightness", acpi_device_dir(device));
1048 remove_proc_entry("EDID", acpi_device_dir(device));
Len Brown4be44fc2005-08-05 00:44:28 -04001049 remove_proc_entry(acpi_device_bid(device), vid_dev->video->dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050 acpi_device_dir(device) = NULL;
1051 }
1052
Patrick Mocheld550d982006-06-27 00:41:40 -04001053 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054}
1055
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056/* video bus */
Len Brown4be44fc2005-08-05 00:44:28 -04001057static int acpi_video_bus_info_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058{
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001059 struct acpi_video_bus *video = seq->private;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061
1062 if (!video)
1063 goto end;
1064
1065 seq_printf(seq, "Switching heads: %s\n",
Len Brown4be44fc2005-08-05 00:44:28 -04001066 video->flags.multihead ? "yes" : "no");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 seq_printf(seq, "Video ROM: %s\n",
Len Brown4be44fc2005-08-05 00:44:28 -04001068 video->flags.rom ? "yes" : "no");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 seq_printf(seq, "Device to be POSTed on boot: %s\n",
Len Brown4be44fc2005-08-05 00:44:28 -04001070 video->flags.post ? "yes" : "no");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071
Len Brown4be44fc2005-08-05 00:44:28 -04001072 end:
Patrick Mocheld550d982006-06-27 00:41:40 -04001073 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001074}
1075
Len Brown4be44fc2005-08-05 00:44:28 -04001076static int acpi_video_bus_info_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077{
Len Brown4be44fc2005-08-05 00:44:28 -04001078 return single_open(file, acpi_video_bus_info_seq_show,
1079 PDE(inode)->data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080}
1081
Len Brown4be44fc2005-08-05 00:44:28 -04001082static int acpi_video_bus_ROM_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083{
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001084 struct acpi_video_bus *video = seq->private;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086
1087 if (!video)
1088 goto end;
1089
1090 printk(KERN_INFO PREFIX "Please implement %s\n", __FUNCTION__);
1091 seq_printf(seq, "<TODO>\n");
1092
Len Brown4be44fc2005-08-05 00:44:28 -04001093 end:
Patrick Mocheld550d982006-06-27 00:41:40 -04001094 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095}
1096
Len Brown4be44fc2005-08-05 00:44:28 -04001097static int acpi_video_bus_ROM_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098{
1099 return single_open(file, acpi_video_bus_ROM_seq_show, PDE(inode)->data);
1100}
1101
Len Brown4be44fc2005-08-05 00:44:28 -04001102static int acpi_video_bus_POST_info_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103{
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001104 struct acpi_video_bus *video = seq->private;
Len Brown4be44fc2005-08-05 00:44:28 -04001105 unsigned long options;
1106 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108
1109 if (!video)
1110 goto end;
1111
1112 status = acpi_video_bus_POST_options(video, &options);
1113 if (ACPI_SUCCESS(status)) {
1114 if (!(options & 1)) {
Len Brown4be44fc2005-08-05 00:44:28 -04001115 printk(KERN_WARNING PREFIX
1116 "The motherboard VGA device is not listed as a possible POST device.\n");
1117 printk(KERN_WARNING PREFIX
Julius Volz98fb8fe2007-02-20 16:38:40 +01001118 "This indicates a BIOS bug. Please contact the manufacturer.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119 }
1120 printk("%lx\n", options);
Julius Volz98fb8fe2007-02-20 16:38:40 +01001121 seq_printf(seq, "can POST: <integrated video>");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122 if (options & 2)
1123 seq_printf(seq, " <PCI video>");
1124 if (options & 4)
1125 seq_printf(seq, " <AGP video>");
1126 seq_putc(seq, '\n');
1127 } else
1128 seq_printf(seq, "<not supported>\n");
Len Brown4be44fc2005-08-05 00:44:28 -04001129 end:
Patrick Mocheld550d982006-06-27 00:41:40 -04001130 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131}
1132
1133static int
Len Brown4be44fc2005-08-05 00:44:28 -04001134acpi_video_bus_POST_info_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135{
Len Brown4be44fc2005-08-05 00:44:28 -04001136 return single_open(file, acpi_video_bus_POST_info_seq_show,
1137 PDE(inode)->data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138}
1139
Len Brown4be44fc2005-08-05 00:44:28 -04001140static int acpi_video_bus_POST_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141{
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001142 struct acpi_video_bus *video = seq->private;
Len Brown4be44fc2005-08-05 00:44:28 -04001143 int status;
1144 unsigned long id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146
1147 if (!video)
1148 goto end;
1149
Len Brown4be44fc2005-08-05 00:44:28 -04001150 status = acpi_video_bus_get_POST(video, &id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151 if (!ACPI_SUCCESS(status)) {
1152 seq_printf(seq, "<not supported>\n");
1153 goto end;
1154 }
Julius Volz98fb8fe2007-02-20 16:38:40 +01001155 seq_printf(seq, "device POSTed is <%s>\n", device_decode[id & 3]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156
Len Brown4be44fc2005-08-05 00:44:28 -04001157 end:
Patrick Mocheld550d982006-06-27 00:41:40 -04001158 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159}
1160
Len Brown4be44fc2005-08-05 00:44:28 -04001161static int acpi_video_bus_DOS_seq_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162{
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001163 struct acpi_video_bus *video = seq->private;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165
Len Brown4be44fc2005-08-05 00:44:28 -04001166 seq_printf(seq, "DOS setting: <%d>\n", video->dos_setting);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167
Patrick Mocheld550d982006-06-27 00:41:40 -04001168 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169}
1170
Len Brown4be44fc2005-08-05 00:44:28 -04001171static int acpi_video_bus_POST_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172{
Len Brown4be44fc2005-08-05 00:44:28 -04001173 return single_open(file, acpi_video_bus_POST_seq_show,
1174 PDE(inode)->data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175}
1176
Len Brown4be44fc2005-08-05 00:44:28 -04001177static int acpi_video_bus_DOS_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178{
1179 return single_open(file, acpi_video_bus_DOS_seq_show, PDE(inode)->data);
1180}
1181
1182static ssize_t
Len Brown4be44fc2005-08-05 00:44:28 -04001183acpi_video_bus_write_POST(struct file *file,
1184 const char __user * buffer,
1185 size_t count, loff_t * data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186{
Len Brown4be44fc2005-08-05 00:44:28 -04001187 int status;
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001188 struct seq_file *m = file->private_data;
1189 struct acpi_video_bus *video = m->private;
Len Brown4be44fc2005-08-05 00:44:28 -04001190 char str[12] = { 0 };
1191 unsigned long opt, options;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194 if (!video || count + 1 > sizeof str)
Patrick Mocheld550d982006-06-27 00:41:40 -04001195 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196
1197 status = acpi_video_bus_POST_options(video, &options);
1198 if (!ACPI_SUCCESS(status))
Patrick Mocheld550d982006-06-27 00:41:40 -04001199 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200
1201 if (copy_from_user(str, buffer, count))
Patrick Mocheld550d982006-06-27 00:41:40 -04001202 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203
1204 str[count] = 0;
1205 opt = strtoul(str, NULL, 0);
1206 if (opt > 3)
Patrick Mocheld550d982006-06-27 00:41:40 -04001207 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208
Julius Volz98fb8fe2007-02-20 16:38:40 +01001209 /* just in case an OEM 'forgot' the motherboard... */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 options |= 1;
1211
1212 if (options & (1ul << opt)) {
Len Brown4be44fc2005-08-05 00:44:28 -04001213 status = acpi_video_bus_set_POST(video, opt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 if (!ACPI_SUCCESS(status))
Patrick Mocheld550d982006-06-27 00:41:40 -04001215 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216
1217 }
1218
Patrick Mocheld550d982006-06-27 00:41:40 -04001219 return count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220}
1221
1222static ssize_t
Len Brown4be44fc2005-08-05 00:44:28 -04001223acpi_video_bus_write_DOS(struct file *file,
1224 const char __user * buffer,
1225 size_t count, loff_t * data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226{
Len Brown4be44fc2005-08-05 00:44:28 -04001227 int status;
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001228 struct seq_file *m = file->private_data;
1229 struct acpi_video_bus *video = m->private;
Len Brown4be44fc2005-08-05 00:44:28 -04001230 char str[12] = { 0 };
1231 unsigned long opt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234 if (!video || count + 1 > sizeof str)
Patrick Mocheld550d982006-06-27 00:41:40 -04001235 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236
1237 if (copy_from_user(str, buffer, count))
Patrick Mocheld550d982006-06-27 00:41:40 -04001238 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239
1240 str[count] = 0;
1241 opt = strtoul(str, NULL, 0);
1242 if (opt > 7)
Patrick Mocheld550d982006-06-27 00:41:40 -04001243 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244
Len Brown4be44fc2005-08-05 00:44:28 -04001245 status = acpi_video_bus_DOS(video, opt & 0x3, (opt & 0x4) >> 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246
1247 if (!ACPI_SUCCESS(status))
Patrick Mocheld550d982006-06-27 00:41:40 -04001248 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249
Patrick Mocheld550d982006-06-27 00:41:40 -04001250 return count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251}
1252
Len Brown4be44fc2005-08-05 00:44:28 -04001253static int acpi_video_bus_add_fs(struct acpi_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254{
Len Brown4be44fc2005-08-05 00:44:28 -04001255 struct proc_dir_entry *entry = NULL;
1256 struct acpi_video_bus *video;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001259 video = acpi_driver_data(device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260
1261 if (!acpi_device_dir(device)) {
1262 acpi_device_dir(device) = proc_mkdir(acpi_device_bid(device),
Len Brown4be44fc2005-08-05 00:44:28 -04001263 acpi_video_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 if (!acpi_device_dir(device))
Patrick Mocheld550d982006-06-27 00:41:40 -04001265 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 video->dir = acpi_device_dir(device);
1267 acpi_device_dir(device)->owner = THIS_MODULE;
1268 }
1269
1270 /* 'info' [R] */
1271 entry = create_proc_entry("info", S_IRUGO, acpi_device_dir(device));
1272 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001273 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274 else {
1275 entry->proc_fops = &acpi_video_bus_info_fops;
1276 entry->data = acpi_driver_data(device);
1277 entry->owner = THIS_MODULE;
1278 }
1279
1280 /* 'ROM' [R] */
1281 entry = create_proc_entry("ROM", S_IRUGO, acpi_device_dir(device));
1282 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001283 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284 else {
1285 entry->proc_fops = &acpi_video_bus_ROM_fops;
1286 entry->data = acpi_driver_data(device);
1287 entry->owner = THIS_MODULE;
1288 }
1289
1290 /* 'POST_info' [R] */
Len Brown4be44fc2005-08-05 00:44:28 -04001291 entry =
1292 create_proc_entry("POST_info", S_IRUGO, acpi_device_dir(device));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001294 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295 else {
1296 entry->proc_fops = &acpi_video_bus_POST_info_fops;
1297 entry->data = acpi_driver_data(device);
1298 entry->owner = THIS_MODULE;
1299 }
1300
1301 /* 'POST' [R/W] */
Len Brown4be44fc2005-08-05 00:44:28 -04001302 entry =
1303 create_proc_entry("POST", S_IFREG | S_IRUGO | S_IRUSR,
1304 acpi_device_dir(device));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001306 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307 else {
Arjan van de Vend479e902006-01-06 16:47:00 -05001308 acpi_video_bus_POST_fops.write = acpi_video_bus_write_POST;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309 entry->proc_fops = &acpi_video_bus_POST_fops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310 entry->data = acpi_driver_data(device);
1311 entry->owner = THIS_MODULE;
1312 }
1313
1314 /* 'DOS' [R/W] */
Len Brown4be44fc2005-08-05 00:44:28 -04001315 entry =
1316 create_proc_entry("DOS", S_IFREG | S_IRUGO | S_IRUSR,
1317 acpi_device_dir(device));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 if (!entry)
Patrick Mocheld550d982006-06-27 00:41:40 -04001319 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320 else {
Arjan van de Vend479e902006-01-06 16:47:00 -05001321 acpi_video_bus_DOS_fops.write = acpi_video_bus_write_DOS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 entry->proc_fops = &acpi_video_bus_DOS_fops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323 entry->data = acpi_driver_data(device);
1324 entry->owner = THIS_MODULE;
1325 }
1326
Patrick Mocheld550d982006-06-27 00:41:40 -04001327 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328}
1329
Len Brown4be44fc2005-08-05 00:44:28 -04001330static int acpi_video_bus_remove_fs(struct acpi_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331{
Len Brown4be44fc2005-08-05 00:44:28 -04001332 struct acpi_video_bus *video;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001335 video = acpi_driver_data(device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336
1337 if (acpi_device_dir(device)) {
1338 remove_proc_entry("info", acpi_device_dir(device));
1339 remove_proc_entry("ROM", acpi_device_dir(device));
1340 remove_proc_entry("POST_info", acpi_device_dir(device));
1341 remove_proc_entry("POST", acpi_device_dir(device));
1342 remove_proc_entry("DOS", acpi_device_dir(device));
Len Brown4be44fc2005-08-05 00:44:28 -04001343 remove_proc_entry(acpi_device_bid(device), acpi_video_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344 acpi_device_dir(device) = NULL;
1345 }
1346
Patrick Mocheld550d982006-06-27 00:41:40 -04001347 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348}
1349
1350/* --------------------------------------------------------------------------
1351 Driver Interface
1352 -------------------------------------------------------------------------- */
1353
1354/* device interface */
Rui Zhang82cae992007-01-03 23:40:53 -05001355static struct acpi_video_device_attrib*
1356acpi_video_get_device_attr(struct acpi_video_bus *video, unsigned long device_id)
1357{
1358 int count;
1359
1360 for(count = 0; count < video->attached_count; count++)
1361 if((video->attached_array[count].value.int_val & 0xffff) == device_id)
1362 return &(video->attached_array[count].value.attrib);
1363 return NULL;
1364}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365
1366static int
Len Brown4be44fc2005-08-05 00:44:28 -04001367acpi_video_bus_get_one_device(struct acpi_device *device,
1368 struct acpi_video_bus *video)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369{
Len Brown4be44fc2005-08-05 00:44:28 -04001370 unsigned long device_id;
Yu, Luming973bf492006-04-27 05:25:00 -04001371 int status;
Len Brown4be44fc2005-08-05 00:44:28 -04001372 struct acpi_video_device *data;
Rui Zhang82cae992007-01-03 23:40:53 -05001373 struct acpi_video_device_attrib* attribute;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374
1375 if (!device || !video)
Patrick Mocheld550d982006-06-27 00:41:40 -04001376 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377
Len Brown4be44fc2005-08-05 00:44:28 -04001378 status =
1379 acpi_evaluate_integer(device->handle, "_ADR", NULL, &device_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 if (ACPI_SUCCESS(status)) {
1381
Burman Yan36bcbec2006-12-19 12:56:11 -08001382 data = kzalloc(sizeof(struct acpi_video_device), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383 if (!data)
Patrick Mocheld550d982006-06-27 00:41:40 -04001384 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386 strcpy(acpi_device_name(device), ACPI_VIDEO_DEVICE_NAME);
1387 strcpy(acpi_device_class(device), ACPI_VIDEO_CLASS);
1388 acpi_driver_data(device) = data;
1389
1390 data->device_id = device_id;
1391 data->video = video;
1392 data->dev = device;
1393
Rui Zhang82cae992007-01-03 23:40:53 -05001394 attribute = acpi_video_get_device_attr(video, device_id);
1395
1396 if((attribute != NULL) && attribute->device_id_scheme) {
1397 switch (attribute->display_type) {
1398 case ACPI_VIDEO_DISPLAY_CRT:
1399 data->flags.crt = 1;
1400 break;
1401 case ACPI_VIDEO_DISPLAY_TV:
1402 data->flags.tvout = 1;
1403 break;
1404 case ACPI_VIDEO_DISPLAY_DVI:
1405 data->flags.dvi = 1;
1406 break;
1407 case ACPI_VIDEO_DISPLAY_LCD:
1408 data->flags.lcd = 1;
1409 break;
1410 default:
1411 data->flags.unknown = 1;
1412 break;
1413 }
1414 if(attribute->bios_can_detect)
1415 data->flags.bios = 1;
1416 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417 data->flags.unknown = 1;
Len Brown4be44fc2005-08-05 00:44:28 -04001418
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419 acpi_video_device_bind(video, data);
1420 acpi_video_device_find_cap(data);
1421
Patrick Mochel90130262006-05-19 16:54:48 -04001422 status = acpi_install_notify_handler(device->handle,
Len Brown4be44fc2005-08-05 00:44:28 -04001423 ACPI_DEVICE_NOTIFY,
1424 acpi_video_device_notify,
1425 data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426 if (ACPI_FAILURE(status)) {
1427 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
Len Brown4be44fc2005-08-05 00:44:28 -04001428 "Error installing notify handler\n"));
Yu, Luming973bf492006-04-27 05:25:00 -04001429 if(data->brightness)
1430 kfree(data->brightness->levels);
1431 kfree(data->brightness);
1432 kfree(data);
1433 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434 }
1435
1436 down(&video->sem);
1437 list_add_tail(&data->entry, &video->video_device_list);
1438 up(&video->sem);
1439
1440 acpi_video_device_add_fs(device);
1441
Patrick Mocheld550d982006-06-27 00:41:40 -04001442 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443 }
1444
Patrick Mocheld550d982006-06-27 00:41:40 -04001445 return -ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446}
1447
1448/*
1449 * Arg:
1450 * video : video bus device
1451 *
1452 * Return:
1453 * none
1454 *
1455 * Enumerate the video device list of the video bus,
1456 * bind the ids with the corresponding video devices
1457 * under the video bus.
Len Brown4be44fc2005-08-05 00:44:28 -04001458 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459
Len Brown4be44fc2005-08-05 00:44:28 -04001460static void acpi_video_device_rebind(struct acpi_video_bus *video)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461{
Len Brown4be44fc2005-08-05 00:44:28 -04001462 struct list_head *node, *next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463 list_for_each_safe(node, next, &video->video_device_list) {
Len Brown4be44fc2005-08-05 00:44:28 -04001464 struct acpi_video_device *dev =
1465 container_of(node, struct acpi_video_device, entry);
1466 acpi_video_device_bind(video, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467 }
1468}
1469
1470/*
1471 * Arg:
1472 * video : video bus device
1473 * device : video output device under the video
1474 * bus
1475 *
1476 * Return:
1477 * none
1478 *
1479 * Bind the ids with the corresponding video devices
1480 * under the video bus.
Len Brown4be44fc2005-08-05 00:44:28 -04001481 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482
1483static void
Len Brown4be44fc2005-08-05 00:44:28 -04001484acpi_video_device_bind(struct acpi_video_bus *video,
1485 struct acpi_video_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486{
Len Brown4be44fc2005-08-05 00:44:28 -04001487 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488
1489#define IDS_VAL(i) video->attached_array[i].value.int_val
1490#define IDS_BIND(i) video->attached_array[i].bind_info
Len Brown4be44fc2005-08-05 00:44:28 -04001491
1492 for (i = 0; IDS_VAL(i) != ACPI_VIDEO_HEAD_INVALID &&
1493 i < video->attached_count; i++) {
1494 if (device->device_id == (IDS_VAL(i) & 0xffff)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 IDS_BIND(i) = device;
1496 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "device_bind %d\n", i));
1497 }
1498 }
1499#undef IDS_VAL
1500#undef IDS_BIND
1501}
1502
1503/*
1504 * Arg:
1505 * video : video bus device
1506 *
1507 * Return:
1508 * < 0 : error
1509 *
1510 * Call _DOD to enumerate all devices attached to display adapter
1511 *
Len Brown4be44fc2005-08-05 00:44:28 -04001512 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513
1514static int acpi_video_device_enumerate(struct acpi_video_bus *video)
1515{
Len Brown4be44fc2005-08-05 00:44:28 -04001516 int status;
1517 int count;
1518 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 struct acpi_video_enumerated_device *active_device_list;
Len Brown4be44fc2005-08-05 00:44:28 -04001520 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
1521 union acpi_object *dod = NULL;
1522 union acpi_object *obj;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523
Patrick Mochel90130262006-05-19 16:54:48 -04001524 status = acpi_evaluate_object(video->device->handle, "_DOD", NULL, &buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 if (!ACPI_SUCCESS(status)) {
Thomas Renningera6fc6722006-06-26 23:58:43 -04001526 ACPI_EXCEPTION((AE_INFO, status, "Evaluating _DOD"));
Patrick Mocheld550d982006-06-27 00:41:40 -04001527 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528 }
1529
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001530 dod = buffer.pointer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531 if (!dod || (dod->type != ACPI_TYPE_PACKAGE)) {
Thomas Renningera6fc6722006-06-26 23:58:43 -04001532 ACPI_EXCEPTION((AE_INFO, status, "Invalid _DOD data"));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533 status = -EFAULT;
1534 goto out;
1535 }
1536
1537 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found %d video heads in _DOD\n",
Len Brown4be44fc2005-08-05 00:44:28 -04001538 dod->package.count));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539
Len Brown4be44fc2005-08-05 00:44:28 -04001540 active_device_list = kmalloc((1 +
1541 dod->package.count) *
1542 sizeof(struct
1543 acpi_video_enumerated_device),
1544 GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545
1546 if (!active_device_list) {
1547 status = -ENOMEM;
1548 goto out;
1549 }
1550
1551 count = 0;
1552 for (i = 0; i < dod->package.count; i++) {
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001553 obj = &dod->package.elements[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554
1555 if (obj->type != ACPI_TYPE_INTEGER) {
Len Brown64684632006-06-26 23:41:38 -04001556 printk(KERN_ERR PREFIX "Invalid _DOD data\n");
Len Brown4be44fc2005-08-05 00:44:28 -04001557 active_device_list[i].value.int_val =
1558 ACPI_VIDEO_HEAD_INVALID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559 }
1560 active_device_list[i].value.int_val = obj->integer.value;
1561 active_device_list[i].bind_info = NULL;
Len Brown4be44fc2005-08-05 00:44:28 -04001562 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "dod element[%d] = %d\n", i,
1563 (int)obj->integer.value));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564 count++;
1565 }
1566 active_device_list[count].value.int_val = ACPI_VIDEO_HEAD_END;
1567
Jesper Juhl6044ec82005-11-07 01:01:32 -08001568 kfree(video->attached_array);
Len Brown4be44fc2005-08-05 00:44:28 -04001569
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 video->attached_array = active_device_list;
1571 video->attached_count = count;
Len Brown4be44fc2005-08-05 00:44:28 -04001572 out:
Len Brown02438d82006-06-30 03:19:10 -04001573 kfree(buffer.pointer);
Patrick Mocheld550d982006-06-27 00:41:40 -04001574 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575}
1576
1577/*
1578 * Arg:
1579 * video : video bus device
Julius Volz98fb8fe2007-02-20 16:38:40 +01001580 * event : notify event
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581 *
1582 * Return:
1583 * < 0 : error
1584 *
1585 * 1. Find out the current active output device.
Julius Volz98fb8fe2007-02-20 16:38:40 +01001586 * 2. Identify the next output device to switch to.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 * 3. call _DSS to do actual switch.
Len Brown4be44fc2005-08-05 00:44:28 -04001588 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589
Len Brown4be44fc2005-08-05 00:44:28 -04001590static int acpi_video_switch_output(struct acpi_video_bus *video, int event)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591{
Len Brown4be44fc2005-08-05 00:44:28 -04001592 struct list_head *node, *next;
1593 struct acpi_video_device *dev = NULL;
1594 struct acpi_video_device *dev_next = NULL;
1595 struct acpi_video_device *dev_prev = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596 unsigned long state;
1597 int status = 0;
1598
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599
1600 list_for_each_safe(node, next, &video->video_device_list) {
Adrian Bunk73345712005-03-30 22:31:35 -05001601 dev = container_of(node, struct acpi_video_device, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602 status = acpi_video_device_get_state(dev, &state);
Len Brown4be44fc2005-08-05 00:44:28 -04001603 if (state & 0x2) {
1604 dev_next =
1605 container_of(node->next, struct acpi_video_device,
1606 entry);
1607 dev_prev =
1608 container_of(node->prev, struct acpi_video_device,
1609 entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610 goto out;
1611 }
1612 }
1613 dev_next = container_of(node->next, struct acpi_video_device, entry);
1614 dev_prev = container_of(node->prev, struct acpi_video_device, entry);
Len Brown4be44fc2005-08-05 00:44:28 -04001615 out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616 switch (event) {
1617 case ACPI_VIDEO_NOTIFY_CYCLE:
1618 case ACPI_VIDEO_NOTIFY_NEXT_OUTPUT:
1619 acpi_video_device_set_state(dev, 0);
1620 acpi_video_device_set_state(dev_next, 0x80000001);
1621 break;
1622 case ACPI_VIDEO_NOTIFY_PREV_OUTPUT:
1623 acpi_video_device_set_state(dev, 0);
1624 acpi_video_device_set_state(dev_prev, 0x80000001);
1625 default:
1626 break;
1627 }
1628
Patrick Mocheld550d982006-06-27 00:41:40 -04001629 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630}
1631
Len Brown4be44fc2005-08-05 00:44:28 -04001632static int
1633acpi_video_get_next_level(struct acpi_video_device *device,
1634 u32 level_current, u32 event)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635{
Thomas Tuttlef4715182006-12-19 12:56:14 -08001636 int min, max, min_above, max_below, i, l;
1637 max = max_below = 0;
1638 min = min_above = 255;
1639 for (i = 0; i < device->brightness->count; i++) {
1640 l = device->brightness->levels[i];
1641 if (l < min)
1642 min = l;
1643 if (l > max)
1644 max = l;
1645 if (l < min_above && l > level_current)
1646 min_above = l;
1647 if (l > max_below && l < level_current)
1648 max_below = l;
1649 }
1650
1651 switch (event) {
1652 case ACPI_VIDEO_NOTIFY_CYCLE_BRIGHTNESS:
1653 return (level_current < max) ? min_above : min;
1654 case ACPI_VIDEO_NOTIFY_INC_BRIGHTNESS:
1655 return (level_current < max) ? min_above : max;
1656 case ACPI_VIDEO_NOTIFY_DEC_BRIGHTNESS:
1657 return (level_current > min) ? max_below : min;
1658 case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS:
1659 case ACPI_VIDEO_NOTIFY_DISPLAY_OFF:
1660 return 0;
1661 default:
1662 return level_current;
1663 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664}
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666static void
Len Brown4be44fc2005-08-05 00:44:28 -04001667acpi_video_switch_brightness(struct acpi_video_device *device, int event)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668{
1669 unsigned long level_current, level_next;
1670 acpi_video_device_lcd_get_level_current(device, &level_current);
1671 level_next = acpi_video_get_next_level(device, level_current, event);
1672 acpi_video_device_lcd_set_level(device, level_next);
1673}
1674
1675static int
Len Brown4be44fc2005-08-05 00:44:28 -04001676acpi_video_bus_get_devices(struct acpi_video_bus *video,
1677 struct acpi_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678{
Len Brown4be44fc2005-08-05 00:44:28 -04001679 int status = 0;
1680 struct list_head *node, *next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682
1683 acpi_video_device_enumerate(video);
1684
1685 list_for_each_safe(node, next, &device->children) {
Len Brown4be44fc2005-08-05 00:44:28 -04001686 struct acpi_device *dev =
1687 list_entry(node, struct acpi_device, node);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688
1689 if (!dev)
1690 continue;
1691
1692 status = acpi_video_bus_get_one_device(dev, video);
1693 if (ACPI_FAILURE(status)) {
Thomas Renningera6fc6722006-06-26 23:58:43 -04001694 ACPI_EXCEPTION((AE_INFO, status, "Cant attach device"));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695 continue;
1696 }
1697
1698 }
Patrick Mocheld550d982006-06-27 00:41:40 -04001699 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700}
1701
Len Brown4be44fc2005-08-05 00:44:28 -04001702static int acpi_video_bus_put_one_device(struct acpi_video_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703{
Karol Kozimor031ec772005-07-30 04:18:00 -04001704 acpi_status status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 struct acpi_video_bus *video;
1706
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707
1708 if (!device || !device->video)
Patrick Mocheld550d982006-06-27 00:41:40 -04001709 return -ENOENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710
1711 video = device->video;
1712
1713 down(&video->sem);
1714 list_del(&device->entry);
1715 up(&video->sem);
1716 acpi_video_device_remove_fs(device->dev);
1717
Patrick Mochel90130262006-05-19 16:54:48 -04001718 status = acpi_remove_notify_handler(device->dev->handle,
Len Brown4be44fc2005-08-05 00:44:28 -04001719 ACPI_DEVICE_NOTIFY,
1720 acpi_video_device_notify);
Richard Purdie599a52d2007-02-10 23:07:48 +00001721 backlight_device_unregister(device->backlight);
Luming Yu23b0f012007-05-09 21:07:05 +08001722 video_output_unregister(device->output_dev);
Patrick Mocheld550d982006-06-27 00:41:40 -04001723 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724}
1725
Len Brown4be44fc2005-08-05 00:44:28 -04001726static int acpi_video_bus_put_devices(struct acpi_video_bus *video)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727{
Len Brown4be44fc2005-08-05 00:44:28 -04001728 int status;
1729 struct list_head *node, *next;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731
1732 list_for_each_safe(node, next, &video->video_device_list) {
Len Brown4be44fc2005-08-05 00:44:28 -04001733 struct acpi_video_device *data =
1734 list_entry(node, struct acpi_video_device, entry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735 if (!data)
1736 continue;
1737
1738 status = acpi_video_bus_put_one_device(data);
Len Brown4be44fc2005-08-05 00:44:28 -04001739 if (ACPI_FAILURE(status))
1740 printk(KERN_WARNING PREFIX
1741 "hhuuhhuu bug in acpi video driver.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742
Dave Jonesd384ea62006-06-24 00:33:08 -04001743 if (data->brightness)
Yu, Luming973bf492006-04-27 05:25:00 -04001744 kfree(data->brightness->levels);
Jesper Juhl6044ec82005-11-07 01:01:32 -08001745 kfree(data->brightness);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746 kfree(data);
1747 }
1748
Patrick Mocheld550d982006-06-27 00:41:40 -04001749 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750}
1751
1752/* acpi_video interface */
1753
Len Brown4be44fc2005-08-05 00:44:28 -04001754static int acpi_video_bus_start_devices(struct acpi_video_bus *video)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755{
Zhang Ruia21101c2007-09-14 11:46:22 +08001756 return acpi_video_bus_DOS(video, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757}
1758
Len Brown4be44fc2005-08-05 00:44:28 -04001759static int acpi_video_bus_stop_devices(struct acpi_video_bus *video)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760{
1761 return acpi_video_bus_DOS(video, 0, 1);
1762}
1763
Len Brown4be44fc2005-08-05 00:44:28 -04001764static void acpi_video_bus_notify(acpi_handle handle, u32 event, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765{
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001766 struct acpi_video_bus *video = data;
Len Brown4be44fc2005-08-05 00:44:28 -04001767 struct acpi_device *device = NULL;
Luming Yue9dab192007-08-20 18:23:53 +08001768 struct input_dev *input;
1769 int keycode;
1770
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772 printk("video bus notify\n");
1773
1774 if (!video)
Patrick Mocheld550d982006-06-27 00:41:40 -04001775 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776
Patrick Mochele6afa0d2006-05-19 16:54:40 -04001777 device = video->device;
Luming Yue9dab192007-08-20 18:23:53 +08001778 input = video->input;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779
1780 switch (event) {
Julius Volz98fb8fe2007-02-20 16:38:40 +01001781 case ACPI_VIDEO_NOTIFY_SWITCH: /* User requested a switch,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 * most likely via hotkey. */
Len Brown14e04fb2007-08-23 15:20:26 -04001783 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001784 keycode = KEY_SWITCHVIDEOMODE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 break;
1786
Julius Volz98fb8fe2007-02-20 16:38:40 +01001787 case ACPI_VIDEO_NOTIFY_PROBE: /* User plugged in or removed a video
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788 * connector. */
1789 acpi_video_device_enumerate(video);
1790 acpi_video_device_rebind(video);
1791 acpi_video_switch_output(video, event);
Len Brown14e04fb2007-08-23 15:20:26 -04001792 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001793 keycode = KEY_SWITCHVIDEOMODE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 break;
1795
Len Brown4be44fc2005-08-05 00:44:28 -04001796 case ACPI_VIDEO_NOTIFY_CYCLE: /* Cycle Display output hotkey pressed. */
Luming Yue9dab192007-08-20 18:23:53 +08001797 acpi_video_switch_output(video, event);
Len Brown25c87f72007-08-25 01:44:01 -04001798 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001799 keycode = KEY_SWITCHVIDEOMODE;
1800 break;
Len Brown4be44fc2005-08-05 00:44:28 -04001801 case ACPI_VIDEO_NOTIFY_NEXT_OUTPUT: /* Next Display output hotkey pressed. */
Luming Yue9dab192007-08-20 18:23:53 +08001802 acpi_video_switch_output(video, event);
Len Brown25c87f72007-08-25 01:44:01 -04001803 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001804 keycode = KEY_VIDEO_NEXT;
1805 break;
Len Brown4be44fc2005-08-05 00:44:28 -04001806 case ACPI_VIDEO_NOTIFY_PREV_OUTPUT: /* previous Display output hotkey pressed. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807 acpi_video_switch_output(video, event);
Len Brown14e04fb2007-08-23 15:20:26 -04001808 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001809 keycode = KEY_VIDEO_PREV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 break;
1811
1812 default:
Luming Yue9dab192007-08-20 18:23:53 +08001813 keycode = KEY_UNKNOWN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
Len Brown4be44fc2005-08-05 00:44:28 -04001815 "Unsupported event [0x%x]\n", event));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816 break;
1817 }
1818
Luming Yue9dab192007-08-20 18:23:53 +08001819 input_report_key(input, keycode, 1);
1820 input_sync(input);
1821 input_report_key(input, keycode, 0);
1822 input_sync(input);
1823
Patrick Mocheld550d982006-06-27 00:41:40 -04001824 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825}
1826
Len Brown4be44fc2005-08-05 00:44:28 -04001827static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828{
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001829 struct acpi_video_device *video_device = data;
Len Brown4be44fc2005-08-05 00:44:28 -04001830 struct acpi_device *device = NULL;
Luming Yue9dab192007-08-20 18:23:53 +08001831 struct acpi_video_bus *bus;
1832 struct input_dev *input;
1833 int keycode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 if (!video_device)
Patrick Mocheld550d982006-06-27 00:41:40 -04001836 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837
Patrick Mochele6afa0d2006-05-19 16:54:40 -04001838 device = video_device->dev;
Luming Yue9dab192007-08-20 18:23:53 +08001839 bus = video_device->video;
1840 input = bus->input;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841
1842 switch (event) {
Len Brown4be44fc2005-08-05 00:44:28 -04001843 case ACPI_VIDEO_NOTIFY_CYCLE_BRIGHTNESS: /* Cycle brightness */
Luming Yue9dab192007-08-20 18:23:53 +08001844 acpi_video_switch_brightness(video_device, event);
Len Brown25c87f72007-08-25 01:44:01 -04001845 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001846 keycode = KEY_BRIGHTNESS_CYCLE;
1847 break;
Len Brown4be44fc2005-08-05 00:44:28 -04001848 case ACPI_VIDEO_NOTIFY_INC_BRIGHTNESS: /* Increase brightness */
Luming Yue9dab192007-08-20 18:23:53 +08001849 acpi_video_switch_brightness(video_device, event);
Len Brown25c87f72007-08-25 01:44:01 -04001850 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001851 keycode = KEY_BRIGHTNESSUP;
1852 break;
Len Brown4be44fc2005-08-05 00:44:28 -04001853 case ACPI_VIDEO_NOTIFY_DEC_BRIGHTNESS: /* Decrease brightness */
Luming Yue9dab192007-08-20 18:23:53 +08001854 acpi_video_switch_brightness(video_device, event);
Len Brown25c87f72007-08-25 01:44:01 -04001855 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001856 keycode = KEY_BRIGHTNESSDOWN;
1857 break;
Len Brown4be44fc2005-08-05 00:44:28 -04001858 case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightnesss */
Luming Yue9dab192007-08-20 18:23:53 +08001859 acpi_video_switch_brightness(video_device, event);
Len Brown25c87f72007-08-25 01:44:01 -04001860 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001861 keycode = KEY_BRIGHTNESS_ZERO;
1862 break;
Len Brown4be44fc2005-08-05 00:44:28 -04001863 case ACPI_VIDEO_NOTIFY_DISPLAY_OFF: /* display device off */
1864 acpi_video_switch_brightness(video_device, event);
Len Brown14e04fb2007-08-23 15:20:26 -04001865 acpi_bus_generate_proc_event(device, event, 0);
Luming Yue9dab192007-08-20 18:23:53 +08001866 keycode = KEY_DISPLAY_OFF;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 break;
1868 default:
Luming Yue9dab192007-08-20 18:23:53 +08001869 keycode = KEY_UNKNOWN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 ACPI_DEBUG_PRINT((ACPI_DB_INFO,
Len Brown4be44fc2005-08-05 00:44:28 -04001871 "Unsupported event [0x%x]\n", event));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 break;
1873 }
Luming Yue9dab192007-08-20 18:23:53 +08001874
1875 input_report_key(input, keycode, 1);
1876 input_sync(input);
1877 input_report_key(input, keycode, 0);
1878 input_sync(input);
1879
Patrick Mocheld550d982006-06-27 00:41:40 -04001880 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881}
1882
Zhang Ruie6d9da12007-08-25 02:23:31 -04001883static int instance;
Len Brown4be44fc2005-08-05 00:44:28 -04001884static int acpi_video_bus_add(struct acpi_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885{
Len Brown4be44fc2005-08-05 00:44:28 -04001886 int result = 0;
1887 acpi_status status = 0;
1888 struct acpi_video_bus *video = NULL;
Luming Yue9dab192007-08-20 18:23:53 +08001889 struct input_dev *input;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890
Len Brown4be44fc2005-08-05 00:44:28 -04001891
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892 if (!device)
Patrick Mocheld550d982006-06-27 00:41:40 -04001893 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894
Burman Yan36bcbec2006-12-19 12:56:11 -08001895 video = kzalloc(sizeof(struct acpi_video_bus), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896 if (!video)
Patrick Mocheld550d982006-06-27 00:41:40 -04001897 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898
Zhang Ruie6d9da12007-08-25 02:23:31 -04001899 /* a hack to fix the duplicate name "VID" problem on T61 */
1900 if (!strcmp(device->pnp.bus_id, "VID")) {
1901 if (instance)
1902 device->pnp.bus_id[3] = '0' + instance;
1903 instance ++;
1904 }
1905
Patrick Mochele6afa0d2006-05-19 16:54:40 -04001906 video->device = device;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907 strcpy(acpi_device_name(device), ACPI_VIDEO_BUS_NAME);
1908 strcpy(acpi_device_class(device), ACPI_VIDEO_CLASS);
1909 acpi_driver_data(device) = video;
1910
1911 acpi_video_bus_find_cap(video);
1912 result = acpi_video_bus_check(video);
1913 if (result)
1914 goto end;
1915
1916 result = acpi_video_bus_add_fs(device);
1917 if (result)
1918 goto end;
1919
1920 init_MUTEX(&video->sem);
1921 INIT_LIST_HEAD(&video->video_device_list);
1922
1923 acpi_video_bus_get_devices(video, device);
1924 acpi_video_bus_start_devices(video);
1925
Patrick Mochel90130262006-05-19 16:54:48 -04001926 status = acpi_install_notify_handler(device->handle,
Len Brown4be44fc2005-08-05 00:44:28 -04001927 ACPI_DEVICE_NOTIFY,
1928 acpi_video_bus_notify, video);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 if (ACPI_FAILURE(status)) {
1930 ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
Len Brown4be44fc2005-08-05 00:44:28 -04001931 "Error installing notify handler\n"));
Yu, Luming973bf492006-04-27 05:25:00 -04001932 acpi_video_bus_stop_devices(video);
1933 acpi_video_bus_put_devices(video);
1934 kfree(video->attached_array);
1935 acpi_video_bus_remove_fs(device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936 result = -ENODEV;
1937 goto end;
1938 }
1939
Luming Yue9dab192007-08-20 18:23:53 +08001940
1941 video->input = input = input_allocate_device();
1942
1943 snprintf(video->phys, sizeof(video->phys),
1944 "%s/video/input0", acpi_device_hid(video->device));
1945
1946 input->name = acpi_device_name(video->device);
1947 input->phys = video->phys;
1948 input->id.bustype = BUS_HOST;
1949 input->id.product = 0x06;
1950 input->evbit[0] = BIT(EV_KEY);
1951 set_bit(KEY_SWITCHVIDEOMODE, input->keybit);
1952 set_bit(KEY_VIDEO_NEXT, input->keybit);
1953 set_bit(KEY_VIDEO_PREV, input->keybit);
1954 set_bit(KEY_BRIGHTNESS_CYCLE, input->keybit);
1955 set_bit(KEY_BRIGHTNESSUP, input->keybit);
1956 set_bit(KEY_BRIGHTNESSDOWN, input->keybit);
1957 set_bit(KEY_BRIGHTNESS_ZERO, input->keybit);
1958 set_bit(KEY_DISPLAY_OFF, input->keybit);
1959 set_bit(KEY_UNKNOWN, input->keybit);
1960 result = input_register_device(input);
1961 if (result) {
1962 acpi_remove_notify_handler(video->device->handle,
1963 ACPI_DEVICE_NOTIFY,
1964 acpi_video_bus_notify);
1965 acpi_video_bus_stop_devices(video);
1966 acpi_video_bus_put_devices(video);
1967 kfree(video->attached_array);
1968 acpi_video_bus_remove_fs(device);
1969 goto end;
1970 }
1971
1972
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973 printk(KERN_INFO PREFIX "%s [%s] (multi-head: %s rom: %s post: %s)\n",
Len Brown4be44fc2005-08-05 00:44:28 -04001974 ACPI_VIDEO_DEVICE_NAME, acpi_device_bid(device),
1975 video->flags.multihead ? "yes" : "no",
1976 video->flags.rom ? "yes" : "no",
1977 video->flags.post ? "yes" : "no");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978
Len Brown4be44fc2005-08-05 00:44:28 -04001979 end:
Yu, Luming973bf492006-04-27 05:25:00 -04001980 if (result)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 kfree(video);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982
Patrick Mocheld550d982006-06-27 00:41:40 -04001983 return result;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984}
1985
Len Brown4be44fc2005-08-05 00:44:28 -04001986static int acpi_video_bus_remove(struct acpi_device *device, int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987{
Len Brown4be44fc2005-08-05 00:44:28 -04001988 acpi_status status = 0;
1989 struct acpi_video_bus *video = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
1992 if (!device || !acpi_driver_data(device))
Patrick Mocheld550d982006-06-27 00:41:40 -04001993 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994
Jan Engelhardt50dd0962006-10-01 00:28:50 +02001995 video = acpi_driver_data(device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996
1997 acpi_video_bus_stop_devices(video);
1998
Patrick Mochel90130262006-05-19 16:54:48 -04001999 status = acpi_remove_notify_handler(video->device->handle,
Len Brown4be44fc2005-08-05 00:44:28 -04002000 ACPI_DEVICE_NOTIFY,
2001 acpi_video_bus_notify);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002
2003 acpi_video_bus_put_devices(video);
2004 acpi_video_bus_remove_fs(device);
2005
Luming Yue9dab192007-08-20 18:23:53 +08002006 input_unregister_device(video->input);
Jesper Juhl6044ec82005-11-07 01:01:32 -08002007 kfree(video->attached_array);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008 kfree(video);
2009
Patrick Mocheld550d982006-06-27 00:41:40 -04002010 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002011}
2012
Len Brown4be44fc2005-08-05 00:44:28 -04002013static int __init acpi_video_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014{
Len Brown4be44fc2005-08-05 00:44:28 -04002015 int result = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017
2018 /*
Len Brown4be44fc2005-08-05 00:44:28 -04002019 acpi_dbg_level = 0xFFFFFFFF;
2020 acpi_dbg_layer = 0x08000000;
2021 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022
2023 acpi_video_dir = proc_mkdir(ACPI_VIDEO_CLASS, acpi_root_dir);
2024 if (!acpi_video_dir)
Patrick Mocheld550d982006-06-27 00:41:40 -04002025 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026 acpi_video_dir->owner = THIS_MODULE;
2027
2028 result = acpi_bus_register_driver(&acpi_video_bus);
2029 if (result < 0) {
2030 remove_proc_entry(ACPI_VIDEO_CLASS, acpi_root_dir);
Patrick Mocheld550d982006-06-27 00:41:40 -04002031 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 }
2033
Patrick Mocheld550d982006-06-27 00:41:40 -04002034 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035}
2036
Len Brown4be44fc2005-08-05 00:44:28 -04002037static void __exit acpi_video_exit(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039
2040 acpi_bus_unregister_driver(&acpi_video_bus);
2041
2042 remove_proc_entry(ACPI_VIDEO_CLASS, acpi_root_dir);
2043
Patrick Mocheld550d982006-06-27 00:41:40 -04002044 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045}
2046
2047module_init(acpi_video_init);
2048module_exit(acpi_video_exit);