1 // SPDX-License-Identifier: GPL-2.0-or-later
3 hexium_orion.c - v4l2 driver for the Hexium Orion frame grabber cards
5 Visit http://www.mihu.de/linux/saa7146/ and follow the link
6 to "hexium" for further details about this card.
8 Copyright (C) 2003 Michael Hunold <michael@mihu.de>
12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
14 #define DEBUG_VARIABLE debug
16 #include <media/drv-intf/saa7146_vv.h>
17 #include <linux/module.h>
18 #include <linux/kernel.h>
21 module_param(debug
, int, 0);
22 MODULE_PARM_DESC(debug
, "debug verbosity");
24 /* global variables */
25 static int hexium_num
;
27 #define HEXIUM_HV_PCI6_ORION 1
28 #define HEXIUM_ORION_1SVHS_3BNC 2
29 #define HEXIUM_ORION_4BNC 3
31 #define HEXIUM_INPUTS 9
32 static struct v4l2_input hexium_inputs
[HEXIUM_INPUTS
] = {
33 { 0, "CVBS 1", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
34 { 1, "CVBS 2", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
35 { 2, "CVBS 3", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
36 { 3, "CVBS 4", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
37 { 4, "CVBS 5", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
38 { 5, "CVBS 6", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
39 { 6, "Y/C 1", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
40 { 7, "Y/C 2", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
41 { 8, "Y/C 3", V4L2_INPUT_TYPE_CAMERA
, 0, 0, V4L2_STD_ALL
, 0, V4L2_IN_CAP_STD
},
44 #define HEXIUM_AUDIOS 0
55 struct video_device video_dev
;
56 struct i2c_adapter i2c_adapter
;
58 int cur_input
; /* current input */
61 /* Philips SAA7110 decoder default registers */
62 static u8 hexium_saa7110
[53]={
63 /*00*/ 0x4C,0x3C,0x0D,0xEF,0xBD,0xF0,0x00,0x00,
64 /*08*/ 0xF8,0xF8,0x60,0x60,0x40,0x86,0x18,0x90,
65 /*10*/ 0x00,0x2C,0x40,0x46,0x42,0x1A,0xFF,0xDA,
66 /*18*/ 0xF0,0x8B,0x00,0x00,0x00,0x00,0x00,0x00,
67 /*20*/ 0xD9,0x17,0x40,0x41,0x80,0x41,0x80,0x4F,
68 /*28*/ 0xFE,0x01,0x0F,0x0F,0x03,0x01,0x81,0x03,
69 /*30*/ 0x44,0x75,0x01,0x8C,0x03
73 struct hexium_data data
[8];
74 } hexium_input_select
[] = {
79 { 0x21, 0x17 }, // 0x16,
84 { 0x21, 0x16 }, // 0x03,
90 { 0x21, 0x07 }, // 0x03,
101 { 0x21, 0x07 }, // 0x05,
105 { 0x31, 0xB5 }, // ??
106 { 0x21, 0x05 }, // 0x03,
112 { 0x21, 0x17 }, // 0x16,
116 { 0x31, 0x75 }, // ??
117 { 0x21, 0x16 }, // 0x03,
123 { 0x21, 0x07 }, // 0x05,
127 { 0x31, 0xB5 }, // ??
128 { 0x21, 0x05 }, // 0x03,
134 { 0x21, 0x07 }, // 0x03
138 { 0x31, 0xB5 }, // ??
177 static struct saa7146_standard hexium_standards
[] = {
179 .name
= "PAL", .id
= V4L2_STD_PAL
,
180 .v_offset
= 16, .v_field
= 288,
181 .h_offset
= 1, .h_pixels
= 680,
182 .v_max_out
= 576, .h_max_out
= 768,
184 .name
= "NTSC", .id
= V4L2_STD_NTSC
,
185 .v_offset
= 16, .v_field
= 240,
186 .h_offset
= 1, .h_pixels
= 640,
187 .v_max_out
= 480, .h_max_out
= 640,
189 .name
= "SECAM", .id
= V4L2_STD_SECAM
,
190 .v_offset
= 16, .v_field
= 288,
191 .h_offset
= 1, .h_pixels
= 720,
192 .v_max_out
= 576, .h_max_out
= 768,
196 /* this is only called for old HV-PCI6/Orion cards
198 static int hexium_probe(struct saa7146_dev
*dev
)
200 struct hexium
*hexium
= NULL
;
201 union i2c_smbus_data data
;
206 /* there are no hexium orion cards with revision 0 saa7146s */
207 if (0 == dev
->revision
) {
211 hexium
= kzalloc(sizeof(*hexium
), GFP_KERNEL
);
215 /* enable i2c-port pins */
216 saa7146_write(dev
, MC1
, (MASK_08
| MASK_24
| MASK_10
| MASK_26
));
218 saa7146_write(dev
, DD1_INIT
, 0x01000100);
219 saa7146_write(dev
, DD1_STREAM_B
, 0x00000000);
220 saa7146_write(dev
, MC2
, (MASK_09
| MASK_25
| MASK_10
| MASK_26
));
222 strscpy(hexium
->i2c_adapter
.name
, "hexium orion",
223 sizeof(hexium
->i2c_adapter
.name
));
224 saa7146_i2c_adapter_prepare(dev
, &hexium
->i2c_adapter
, SAA7146_I2C_BUS_BIT_RATE_480
);
225 if (i2c_add_adapter(&hexium
->i2c_adapter
) < 0) {
226 DEB_S("cannot register i2c-device. skipping.\n");
231 /* set SAA7110 control GPIO 0 */
232 saa7146_setgpio(dev
, 0, SAA7146_GPIO_OUTHI
);
233 /* set HWControl GPIO number 2 */
234 saa7146_setgpio(dev
, 2, SAA7146_GPIO_OUTHI
);
238 /* detect newer Hexium Orion cards by subsystem ids */
239 if (0x17c8 == dev
->pci
->subsystem_vendor
&& 0x0101 == dev
->pci
->subsystem_device
) {
240 pr_info("device is a Hexium Orion w/ 1 SVHS + 3 BNC inputs\n");
241 /* we store the pointer in our private data field */
242 dev
->ext_priv
= hexium
;
243 hexium
->type
= HEXIUM_ORION_1SVHS_3BNC
;
247 if (0x17c8 == dev
->pci
->subsystem_vendor
&& 0x2101 == dev
->pci
->subsystem_device
) {
248 pr_info("device is a Hexium Orion w/ 4 BNC inputs\n");
249 /* we store the pointer in our private data field */
250 dev
->ext_priv
= hexium
;
251 hexium
->type
= HEXIUM_ORION_4BNC
;
255 /* check if this is an old hexium Orion card by looking at
256 a saa7110 at address 0x4e */
257 err
= i2c_smbus_xfer(&hexium
->i2c_adapter
, 0x4e, 0, I2C_SMBUS_READ
,
258 0x00, I2C_SMBUS_BYTE_DATA
, &data
);
260 pr_info("device is a Hexium HV-PCI6/Orion (old)\n");
261 /* we store the pointer in our private data field */
262 dev
->ext_priv
= hexium
;
263 hexium
->type
= HEXIUM_HV_PCI6_ORION
;
267 i2c_del_adapter(&hexium
->i2c_adapter
);
272 /* bring hardware to a sane state. this has to be done, just in case someone
273 wants to capture from this device before it has been properly initialized.
274 the capture engine would badly fail, because no valid signal arrives on the
275 saa7146, thus leading to timeouts and stuff. */
276 static int hexium_init_done(struct saa7146_dev
*dev
)
278 struct hexium
*hexium
= (struct hexium
*) dev
->ext_priv
;
279 union i2c_smbus_data data
;
282 DEB_D("hexium_init_done called\n");
284 /* initialize the helper ics to useful values */
285 for (i
= 0; i
< sizeof(hexium_saa7110
); i
++) {
286 data
.byte
= hexium_saa7110
[i
];
287 if (0 != i2c_smbus_xfer(&hexium
->i2c_adapter
, 0x4e, 0, I2C_SMBUS_WRITE
, i
, I2C_SMBUS_BYTE_DATA
, &data
)) {
288 pr_err("failed for address 0x%02x\n", i
);
295 static int hexium_set_input(struct hexium
*hexium
, int input
)
297 union i2c_smbus_data data
;
302 for (i
= 0; i
< 8; i
++) {
303 int adr
= hexium_input_select
[input
].data
[i
].adr
;
304 data
.byte
= hexium_input_select
[input
].data
[i
].byte
;
305 if (0 != i2c_smbus_xfer(&hexium
->i2c_adapter
, 0x4e, 0, I2C_SMBUS_WRITE
, adr
, I2C_SMBUS_BYTE_DATA
, &data
)) {
308 pr_debug("%d: 0x%02x => 0x%02x\n", input
, adr
, data
.byte
);
314 static int vidioc_enum_input(struct file
*file
, void *fh
, struct v4l2_input
*i
)
316 DEB_EE("VIDIOC_ENUMINPUT %d\n", i
->index
);
318 if (i
->index
>= HEXIUM_INPUTS
)
321 memcpy(i
, &hexium_inputs
[i
->index
], sizeof(struct v4l2_input
));
323 DEB_D("v4l2_ioctl: VIDIOC_ENUMINPUT %d\n", i
->index
);
327 static int vidioc_g_input(struct file
*file
, void *fh
, unsigned int *input
)
329 struct saa7146_dev
*dev
= ((struct saa7146_fh
*)fh
)->dev
;
330 struct hexium
*hexium
= (struct hexium
*) dev
->ext_priv
;
332 *input
= hexium
->cur_input
;
334 DEB_D("VIDIOC_G_INPUT: %d\n", *input
);
338 static int vidioc_s_input(struct file
*file
, void *fh
, unsigned int input
)
340 struct saa7146_dev
*dev
= ((struct saa7146_fh
*)fh
)->dev
;
341 struct hexium
*hexium
= (struct hexium
*) dev
->ext_priv
;
343 if (input
>= HEXIUM_INPUTS
)
346 hexium
->cur_input
= input
;
347 hexium_set_input(hexium
, input
);
352 static struct saa7146_ext_vv vv_data
;
354 /* this function only gets called when the probing was successful */
355 static int hexium_attach(struct saa7146_dev
*dev
, struct saa7146_pci_extension_data
*info
)
357 struct hexium
*hexium
= (struct hexium
*) dev
->ext_priv
;
361 saa7146_vv_init(dev
, &vv_data
);
362 vv_data
.vid_ops
.vidioc_enum_input
= vidioc_enum_input
;
363 vv_data
.vid_ops
.vidioc_g_input
= vidioc_g_input
;
364 vv_data
.vid_ops
.vidioc_s_input
= vidioc_s_input
;
365 if (0 != saa7146_register_device(&hexium
->video_dev
, dev
, "hexium orion", VFL_TYPE_VIDEO
)) {
366 pr_err("cannot register capture v4l2 device. skipping.\n");
370 pr_err("found 'hexium orion' frame grabber-%d\n", hexium_num
);
374 hexium
->cur_input
= 0;
375 hexium_init_done(dev
);
380 static int hexium_detach(struct saa7146_dev
*dev
)
382 struct hexium
*hexium
= (struct hexium
*) dev
->ext_priv
;
384 DEB_EE("dev:%p\n", dev
);
386 saa7146_unregister_device(&hexium
->video_dev
, dev
);
387 saa7146_vv_release(dev
);
391 i2c_del_adapter(&hexium
->i2c_adapter
);
396 static int std_callback(struct saa7146_dev
*dev
, struct saa7146_standard
*std
)
401 static struct saa7146_extension extension
;
403 static struct saa7146_pci_extension_data hexium_hv_pci6
= {
404 .ext_priv
= "Hexium HV-PCI6 / Orion",
408 static struct saa7146_pci_extension_data hexium_orion_1svhs_3bnc
= {
409 .ext_priv
= "Hexium HV-PCI6 / Orion (1 SVHS/3 BNC)",
413 static struct saa7146_pci_extension_data hexium_orion_4bnc
= {
414 .ext_priv
= "Hexium HV-PCI6 / Orion (4 BNC)",
418 static const struct pci_device_id pci_tbl
[] = {
420 .vendor
= PCI_VENDOR_ID_PHILIPS
,
421 .device
= PCI_DEVICE_ID_PHILIPS_SAA7146
,
424 .driver_data
= (unsigned long) &hexium_hv_pci6
,
427 .vendor
= PCI_VENDOR_ID_PHILIPS
,
428 .device
= PCI_DEVICE_ID_PHILIPS_SAA7146
,
431 .driver_data
= (unsigned long) &hexium_orion_1svhs_3bnc
,
434 .vendor
= PCI_VENDOR_ID_PHILIPS
,
435 .device
= PCI_DEVICE_ID_PHILIPS_SAA7146
,
438 .driver_data
= (unsigned long) &hexium_orion_4bnc
,
445 MODULE_DEVICE_TABLE(pci
, pci_tbl
);
447 static struct saa7146_ext_vv vv_data
= {
448 .inputs
= HEXIUM_INPUTS
,
450 .stds
= &hexium_standards
[0],
451 .num_stds
= ARRAY_SIZE(hexium_standards
),
452 .std_callback
= &std_callback
,
455 static struct saa7146_extension extension
= {
456 .name
= "hexium HV-PCI6 Orion",
457 .flags
= 0, // SAA7146_USE_I2C_IRQ,
459 .pci_tbl
= &pci_tbl
[0],
460 .module
= THIS_MODULE
,
462 .probe
= hexium_probe
,
463 .attach
= hexium_attach
,
464 .detach
= hexium_detach
,
470 static int __init
hexium_init_module(void)
472 if (0 != saa7146_register_extension(&extension
)) {
473 DEB_S("failed to register extension\n");
480 static void __exit
hexium_cleanup_module(void)
482 saa7146_unregister_extension(&extension
);
485 module_init(hexium_init_module
);
486 module_exit(hexium_cleanup_module
);
488 MODULE_DESCRIPTION("video4linux-2 driver for Hexium Orion frame grabber cards");
489 MODULE_AUTHOR("Michael Hunold <michael@mihu.de>");
490 MODULE_LICENSE("GPL");