blob: 1b7e979b87d336df5c92aeaccbb2d73c132ca643 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 *
3 * Support for the mpeg transport stream transfers
4 * PCI function #2 of the cx2388x.
5 *
Jelle Foksf8de18d2008-11-20 07:07:45 -03006 * (c) 2004 Jelle Foks <jelle@foks.us>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au>
8 * (c) 2004 Gerd Knorr <kraxel@bytesex.org>
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
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 */
24
25#include <linux/module.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090026#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include <linux/init.h>
28#include <linux/device.h>
Andrew Mortonc24228d2007-05-06 14:51:55 -070029#include <linux/dma-mapping.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <linux/interrupt.h>
31#include <asm/delay.h>
32
33#include "cx88.h"
34
35/* ------------------------------------------------------------------ */
36
37MODULE_DESCRIPTION("mpeg driver for cx2388x based TV cards");
Jelle Foksf8de18d2008-11-20 07:07:45 -030038MODULE_AUTHOR("Jelle Foks <jelle@foks.us>");
Linus Torvalds1da177e2005-04-16 15:20:36 -070039MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>");
40MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]");
41MODULE_LICENSE("GPL");
Mauro Carvalho Chehab1990d502011-06-24 14:45:49 -030042MODULE_VERSION(CX88_VERSION);
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
Douglas Schilling Landgrafff699e62008-04-22 14:41:48 -030044static unsigned int debug;
Linus Torvalds1da177e2005-04-16 15:20:36 -070045module_param(debug,int,0644);
46MODULE_PARM_DESC(debug,"enable debug messages [mpeg]");
47
48#define dprintk(level,fmt, arg...) if (debug >= level) \
Steven Toth6c5be742006-12-02 21:15:51 -020049 printk(KERN_DEBUG "%s/2-mpeg: " fmt, dev->core->name, ## arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
Steven Toth6c5be742006-12-02 21:15:51 -020051#define mpeg_dbg(level,fmt, arg...) if (debug >= level) \
52 printk(KERN_DEBUG "%s/2-mpeg: " fmt, core->name, ## arg)
53
Markus Rechberger77b74772007-04-27 12:31:06 -030054#if defined(CONFIG_MODULES) && defined(MODULE)
55static void request_module_async(struct work_struct *work)
56{
57 struct cx8802_dev *dev=container_of(work, struct cx8802_dev, request_module_wk);
Markus Rechbergerced80c62007-04-27 12:31:07 -030058
Trent Piepho6a59d642007-08-15 14:41:57 -030059 if (dev->core->board.mpeg & CX88_MPEG_DVB)
Markus Rechberger77b74772007-04-27 12:31:06 -030060 request_module("cx88-dvb");
Trent Piepho6a59d642007-08-15 14:41:57 -030061 if (dev->core->board.mpeg & CX88_MPEG_BLACKBIRD)
Markus Rechbergerced80c62007-04-27 12:31:07 -030062 request_module("cx88-blackbird");
Markus Rechberger77b74772007-04-27 12:31:06 -030063}
64
65static void request_modules(struct cx8802_dev *dev)
66{
67 INIT_WORK(&dev->request_module_wk, request_module_async);
68 schedule_work(&dev->request_module_wk);
69}
Tejun Heo707bcf32010-12-24 16:14:20 +010070
71static void flush_request_modules(struct cx8802_dev *dev)
72{
Tejun Heo43829732012-08-20 14:51:24 -070073 flush_work(&dev->request_module_wk);
Tejun Heo707bcf32010-12-24 16:14:20 +010074}
Markus Rechberger77b74772007-04-27 12:31:06 -030075#else
76#define request_modules(dev)
Tejun Heo707bcf32010-12-24 16:14:20 +010077#define flush_request_modules(dev)
Markus Rechberger77b74772007-04-27 12:31:06 -030078#endif /* CONFIG_MODULES */
79
80
Steven Toth6c5be742006-12-02 21:15:51 -020081static LIST_HEAD(cx8802_devlist);
Jonathan Nieder344d6c62011-05-01 06:30:14 -030082static DEFINE_MUTEX(cx8802_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -070083/* ------------------------------------------------------------------ */
84
85static int cx8802_start_dma(struct cx8802_dev *dev,
86 struct cx88_dmaqueue *q,
87 struct cx88_buffer *buf)
88{
89 struct cx88_core *core = dev->core;
90
Trent Piepho7717cbe2007-10-14 02:52:16 -030091 dprintk(1, "cx8802_start_dma w: %d, h: %d, f: %d\n",
92 buf->vb.width, buf->vb.height, buf->vb.field);
Linus Torvalds1da177e2005-04-16 15:20:36 -070093
94 /* setup fifo + format */
95 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH28],
96 dev->ts_packet_size, buf->risc.dma);
97
98 /* write TS length to chip */
99 cx_write(MO_TS_LNGTH, buf->vb.width);
100
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 /* FIXME: this needs a review.
102 * also: move to cx88-blackbird + cx88-dvb source files? */
103
Steven Toth6c5be742006-12-02 21:15:51 -0200104 dprintk( 1, "core->active_type_id = 0x%08x\n", core->active_type_id);
105
106 if ( (core->active_type_id == CX88_MPEG_DVB) &&
Trent Piepho6a59d642007-08-15 14:41:57 -0300107 (core->board.mpeg & CX88_MPEG_DVB) ) {
Steven Toth6c5be742006-12-02 21:15:51 -0200108
109 dprintk( 1, "cx8802_start_dma doing .dvb\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 /* negedge driven & software reset */
Michael Krufkyf1798492005-07-07 17:58:39 -0700111 cx_write(TS_GEN_CNTRL, 0x0040 | dev->ts_gen_cntrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 udelay(100);
113 cx_write(MO_PINMUX_IO, 0x00);
Steven Toth60464da2008-01-05 16:53:01 -0300114 cx_write(TS_HW_SOP_CNTRL, 0x47<<16|188<<4|0x01);
Trent Piepho6a59d642007-08-15 14:41:57 -0300115 switch (core->boardnr) {
Mauro Carvalho Chehabe52e98a2005-09-09 13:03:41 -0700116 case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q:
117 case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T:
118 case CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD:
Rusty Scottda215d22006-04-07 02:21:31 -0300119 case CX88_BOARD_PCHDTV_HD5500:
Mauro Carvalho Chehab41ef7c12005-07-12 13:58:44 -0700120 cx_write(TS_SOP_STAT, 1<<13);
Mauro Carvalho Chehabe52e98a2005-09-09 13:03:41 -0700121 break;
Dirk Herrendoerfer4f3ca2f12010-02-11 18:06:34 -0300122 case CX88_BOARD_SAMSUNG_SMT_7020:
123 cx_write(TS_SOP_STAT, 0x00);
124 break;
Steven Toth0fa14aa2006-01-09 15:25:02 -0200125 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
126 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
127 cx_write(MO_PINMUX_IO, 0x88); /* Enable MPEG parallel IO and video signal pins */
128 udelay(100);
129 break;
Steven Toth6c5be742006-12-02 21:15:51 -0200130 case CX88_BOARD_HAUPPAUGE_HVR1300:
Sohail Syyed337ab6d2009-07-26 11:06:20 -0300131 /* Enable MPEG parallel IO and video signal pins */
132 cx_write(MO_PINMUX_IO, 0x88);
133 cx_write(TS_SOP_STAT, 0);
134 cx_write(TS_VALERR_CNTRL, 0);
Steven Toth6c5be742006-12-02 21:15:51 -0200135 break;
Steven Toth60464da2008-01-05 16:53:01 -0300136 case CX88_BOARD_PINNACLE_PCTV_HD_800i:
Steven Toth49170192008-01-15 21:57:14 -0300137 /* Enable MPEG parallel IO and video signal pins */
138 cx_write(MO_PINMUX_IO, 0x88);
139 cx_write(TS_HW_SOP_CNTRL, (0x47 << 16) | (188 << 4));
140 dev->ts_gen_cntrl = 5;
141 cx_write(TS_SOP_STAT, 0);
142 cx_write(TS_VALERR_CNTRL, 0);
Steven Toth60464da2008-01-05 16:53:01 -0300143 udelay(100);
144 break;
Mauro Carvalho Chehabe52e98a2005-09-09 13:03:41 -0700145 default:
Mauro Carvalho Chehab41ef7c12005-07-12 13:58:44 -0700146 cx_write(TS_SOP_STAT, 0x00);
Mauro Carvalho Chehabe52e98a2005-09-09 13:03:41 -0700147 break;
Michael Krufkyf1798492005-07-07 17:58:39 -0700148 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 cx_write(TS_GEN_CNTRL, dev->ts_gen_cntrl);
150 udelay(100);
Steven Toth6c5be742006-12-02 21:15:51 -0200151 } else if ( (core->active_type_id == CX88_MPEG_BLACKBIRD) &&
Trent Piepho6a59d642007-08-15 14:41:57 -0300152 (core->board.mpeg & CX88_MPEG_BLACKBIRD) ) {
Steven Toth6c5be742006-12-02 21:15:51 -0200153 dprintk( 1, "cx8802_start_dma doing .blackbird\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 cx_write(MO_PINMUX_IO, 0x88); /* enable MPEG parallel IO */
155
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 cx_write(TS_GEN_CNTRL, 0x46); /* punctured clock TS & posedge driven & software reset */
157 udelay(100);
158
159 cx_write(TS_HW_SOP_CNTRL, 0x408); /* mpeg start byte */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 cx_write(TS_VALERR_CNTRL, 0x2000);
161
162 cx_write(TS_GEN_CNTRL, 0x06); /* punctured clock TS & posedge driven */
163 udelay(100);
Steven Toth6c5be742006-12-02 21:15:51 -0200164 } else {
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300165 printk( "%s() Failed. Unsupported value in .mpeg (0x%08x)\n", __func__,
Trent Piepho6a59d642007-08-15 14:41:57 -0300166 core->board.mpeg );
Steven Toth6c5be742006-12-02 21:15:51 -0200167 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169
170 /* reset counter */
171 cx_write(MO_TS_GPCNTRL, GP_COUNT_CONTROL_RESET);
172 q->count = 1;
173
174 /* enable irqs */
Trent Piepho76d313b2006-04-10 09:27:08 -0300175 dprintk( 1, "setting the interrupt mask\n" );
Trent Piepho8ddac9e2007-08-18 06:57:55 -0300176 cx_set(MO_PCI_INTMSK, core->pci_irqmask | PCI_INT_TSINT);
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700177 cx_set(MO_TS_INTMSK, 0x1f0011);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178
179 /* start dma */
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700180 cx_set(MO_DEV_CNTRL2, (1<<5));
181 cx_set(MO_TS_DMACNTRL, 0x11);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 return 0;
183}
184
185static int cx8802_stop_dma(struct cx8802_dev *dev)
186{
187 struct cx88_core *core = dev->core;
Trent Piepho76d313b2006-04-10 09:27:08 -0300188 dprintk( 1, "cx8802_stop_dma\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
190 /* stop dma */
191 cx_clear(MO_TS_DMACNTRL, 0x11);
192
193 /* disable irqs */
Trent Piepho8ddac9e2007-08-18 06:57:55 -0300194 cx_clear(MO_PCI_INTMSK, PCI_INT_TSINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195 cx_clear(MO_TS_INTMSK, 0x1f0011);
196
197 /* Reset the controller */
198 cx_write(TS_GEN_CNTRL, 0xcd);
199 return 0;
200}
201
202static int cx8802_restart_queue(struct cx8802_dev *dev,
203 struct cx88_dmaqueue *q)
204{
205 struct cx88_buffer *buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300207 dprintk( 1, "cx8802_restart_queue\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 if (list_empty(&q->active))
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700209 {
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300210 struct cx88_buffer *prev;
211 prev = NULL;
Jelle Foksf14ac0b2006-03-09 17:44:07 -0300212
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300213 dprintk(1, "cx8802_restart_queue: queue is empty\n" );
Jelle Foksf14ac0b2006-03-09 17:44:07 -0300214
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300215 for (;;) {
216 if (list_empty(&q->queued))
217 return 0;
218 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue);
219 if (NULL == prev) {
Wei Yongjun8d6b1252012-10-08 08:33:49 -0300220 list_move_tail(&buf->vb.queue, &q->active);
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300221 cx8802_start_dma(dev, q, buf);
Brandon Philips0fc06862007-11-06 20:02:36 -0300222 buf->vb.state = VIDEOBUF_ACTIVE;
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300223 buf->count = q->count++;
224 mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT);
225 dprintk(1,"[%p/%d] restart_queue - first active\n",
226 buf,buf->vb.i);
Jelle Foksf14ac0b2006-03-09 17:44:07 -0300227
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300228 } else if (prev->vb.width == buf->vb.width &&
229 prev->vb.height == buf->vb.height &&
230 prev->fmt == buf->fmt) {
Wei Yongjun8d6b1252012-10-08 08:33:49 -0300231 list_move_tail(&buf->vb.queue, &q->active);
Brandon Philips0fc06862007-11-06 20:02:36 -0300232 buf->vb.state = VIDEOBUF_ACTIVE;
Michael Krufkyb930e1d2007-08-27 18:16:54 -0300233 buf->count = q->count++;
234 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma);
235 dprintk(1,"[%p/%d] restart_queue - move to active\n",
236 buf,buf->vb.i);
237 } else {
238 return 0;
239 }
240 prev = buf;
241 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242 return 0;
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700243 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
245 buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);
246 dprintk(2,"restart_queue [%p/%d]: restart dma\n",
247 buf, buf->vb.i);
248 cx8802_start_dma(dev, q, buf);
Trent Piepho89a47942007-10-14 02:52:17 -0300249 list_for_each_entry(buf, &q->active, vb.queue)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 buf->count = q->count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT);
252 return 0;
253}
254
255/* ------------------------------------------------------------------ */
256
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300257int cx8802_buf_prepare(struct videobuf_queue *q, struct cx8802_dev *dev,
258 struct cx88_buffer *buf, enum v4l2_field field)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259{
260 int size = dev->ts_packet_size * dev->ts_packet_count;
Mauro Carvalho Chehabc1accaa2007-08-23 16:37:49 -0300261 struct videobuf_dmabuf *dma=videobuf_to_dma(&buf->vb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 int rc;
263
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300264 dprintk(1, "%s: %p\n", __func__, buf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 if (0 != buf->vb.baddr && buf->vb.bsize < size)
266 return -EINVAL;
267
Brandon Philips0fc06862007-11-06 20:02:36 -0300268 if (VIDEOBUF_NEEDS_INIT == buf->vb.state) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 buf->vb.width = dev->ts_packet_size;
270 buf->vb.height = dev->ts_packet_count;
271 buf->vb.size = size;
Catalin Climov31629422005-11-08 21:36:17 -0800272 buf->vb.field = field /*V4L2_FIELD_TOP*/;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300274 if (0 != (rc = videobuf_iolock(q,&buf->vb,NULL)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 goto fail;
276 cx88_risc_databuffer(dev->pci, &buf->risc,
Mauro Carvalho Chehabc1accaa2007-08-23 16:37:49 -0300277 dma->sglist,
Trent Piepho05b27232007-08-24 01:06:34 -0300278 buf->vb.width, buf->vb.height, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 }
Brandon Philips0fc06862007-11-06 20:02:36 -0300280 buf->vb.state = VIDEOBUF_PREPARED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 return 0;
282
283 fail:
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300284 cx88_free_buffer(q,buf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 return rc;
286}
287
288void cx8802_buf_queue(struct cx8802_dev *dev, struct cx88_buffer *buf)
289{
290 struct cx88_buffer *prev;
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300291 struct cx88_dmaqueue *cx88q = &dev->mpegq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700293 dprintk( 1, "cx8802_buf_queue\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 /* add jump to stopper */
295 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC);
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300296 buf->risc.jmp[1] = cpu_to_le32(cx88q->stopper.dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300298 if (list_empty(&cx88q->active)) {
Trent Piepho76d313b2006-04-10 09:27:08 -0300299 dprintk( 1, "queue is empty - first active\n" );
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300300 list_add_tail(&buf->vb.queue,&cx88q->active);
301 cx8802_start_dma(dev, cx88q, buf);
Brandon Philips0fc06862007-11-06 20:02:36 -0300302 buf->vb.state = VIDEOBUF_ACTIVE;
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300303 buf->count = cx88q->count++;
304 mod_timer(&cx88q->timeout, jiffies+BUFFER_TIMEOUT);
Trent Piepho76d313b2006-04-10 09:27:08 -0300305 dprintk(1,"[%p/%d] %s - first active\n",
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300306 buf, buf->vb.i, __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307
308 } else {
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700309 dprintk( 1, "queue is not empty - append to active\n" );
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300310 prev = list_entry(cx88q->active.prev, struct cx88_buffer, vb.queue);
311 list_add_tail(&buf->vb.queue,&cx88q->active);
Brandon Philips0fc06862007-11-06 20:02:36 -0300312 buf->vb.state = VIDEOBUF_ACTIVE;
Mauro Carvalho Chehabc7b0ac02006-03-10 12:29:15 -0300313 buf->count = cx88q->count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 prev->risc.jmp[1] = cpu_to_le32(buf->risc.dma);
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700315 dprintk( 1, "[%p/%d] %s - append to active\n",
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300316 buf, buf->vb.i, __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 }
318}
319
320/* ----------------------------------------------------------- */
321
lawrence rust2e4e98e2010-08-25 09:50:20 -0300322static void do_cancel_buffers(struct cx8802_dev *dev, const char *reason, int restart)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323{
324 struct cx88_dmaqueue *q = &dev->mpegq;
325 struct cx88_buffer *buf;
326 unsigned long flags;
327
328 spin_lock_irqsave(&dev->slock,flags);
329 while (!list_empty(&q->active)) {
330 buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);
331 list_del(&buf->vb.queue);
Brandon Philips0fc06862007-11-06 20:02:36 -0300332 buf->vb.state = VIDEOBUF_ERROR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 wake_up(&buf->vb.done);
334 dprintk(1,"[%p/%d] %s - dma=0x%08lx\n",
335 buf, buf->vb.i, reason, (unsigned long)buf->risc.dma);
336 }
337 if (restart)
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700338 {
Trent Piepho76d313b2006-04-10 09:27:08 -0300339 dprintk(1, "restarting queue\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 cx8802_restart_queue(dev,q);
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700341 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 spin_unlock_irqrestore(&dev->slock,flags);
343}
344
345void cx8802_cancel_buffers(struct cx8802_dev *dev)
346{
347 struct cx88_dmaqueue *q = &dev->mpegq;
348
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700349 dprintk( 1, "cx8802_cancel_buffers" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 del_timer_sync(&q->timeout);
351 cx8802_stop_dma(dev);
352 do_cancel_buffers(dev,"cancel",0);
353}
354
355static void cx8802_timeout(unsigned long data)
356{
357 struct cx8802_dev *dev = (struct cx8802_dev*)data;
358
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300359 dprintk(1, "%s\n",__func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360
361 if (debug)
362 cx88_sram_channel_dump(dev->core, &cx88_sram_channels[SRAM_CH28]);
363 cx8802_stop_dma(dev);
364 do_cancel_buffers(dev,"timeout",1);
365}
366
lawrence rust2e4e98e2010-08-25 09:50:20 -0300367static const char * cx88_mpeg_irqs[32] = {
Mauro Carvalho Chehab41ef7c12005-07-12 13:58:44 -0700368 "ts_risci1", NULL, NULL, NULL,
369 "ts_risci2", NULL, NULL, NULL,
370 "ts_oflow", NULL, NULL, NULL,
371 "ts_sync", NULL, NULL, NULL,
372 "opc_err", "par_err", "rip_err", "pci_abort",
373 "ts_err?",
374};
375
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376static void cx8802_mpeg_irq(struct cx8802_dev *dev)
377{
378 struct cx88_core *core = dev->core;
379 u32 status, mask, count;
380
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700381 dprintk( 1, "cx8802_mpeg_irq\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 status = cx_read(MO_TS_INTSTAT);
383 mask = cx_read(MO_TS_INTMSK);
384 if (0 == (status & mask))
385 return;
386
387 cx_write(MO_TS_INTSTAT, status);
Mauro Carvalho Chehab41ef7c12005-07-12 13:58:44 -0700388
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 if (debug || (status & mask & ~0xff))
390 cx88_print_irqbits(core->name, "irq mpeg ",
Mauro Carvalho Chehab66623a02007-03-29 08:47:04 -0300391 cx88_mpeg_irqs, ARRAY_SIZE(cx88_mpeg_irqs),
392 status, mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393
394 /* risc op code error */
395 if (status & (1 << 16)) {
396 printk(KERN_WARNING "%s: mpeg risc op code error\n",core->name);
397 cx_clear(MO_TS_DMACNTRL, 0x11);
398 cx88_sram_channel_dump(dev->core, &cx88_sram_channels[SRAM_CH28]);
399 }
400
401 /* risc1 y */
402 if (status & 0x01) {
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700403 dprintk( 1, "wake up\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 spin_lock(&dev->slock);
405 count = cx_read(MO_TS_GPCNT);
406 cx88_wakeup(dev->core, &dev->mpegq, count);
407 spin_unlock(&dev->slock);
408 }
409
410 /* risc2 y */
411 if (status & 0x10) {
412 spin_lock(&dev->slock);
413 cx8802_restart_queue(dev,&dev->mpegq);
414 spin_unlock(&dev->slock);
415 }
416
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800417 /* other general errors */
418 if (status & 0x1f0100) {
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700419 dprintk( 0, "general errors: 0x%08x\n", status & 0x1f0100 );
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800420 spin_lock(&dev->slock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 cx8802_stop_dma(dev);
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800422 cx8802_restart_queue(dev,&dev->mpegq);
423 spin_unlock(&dev->slock);
424 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425}
426
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700427#define MAX_IRQ_LOOP 10
428
David Howells7d12e782006-10-05 14:55:46 +0100429static irqreturn_t cx8802_irq(int irq, void *dev_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430{
431 struct cx8802_dev *dev = dev_id;
432 struct cx88_core *core = dev->core;
433 u32 status;
434 int loop, handled = 0;
435
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700436 for (loop = 0; loop < MAX_IRQ_LOOP; loop++) {
Trent Piepho8ddac9e2007-08-18 06:57:55 -0300437 status = cx_read(MO_PCI_INTSTAT) &
438 (core->pci_irqmask | PCI_INT_TSINT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 if (0 == status)
440 goto out;
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700441 dprintk( 1, "cx8802_irq\n" );
442 dprintk( 1, " loop: %d/%d\n", loop, MAX_IRQ_LOOP );
443 dprintk( 1, " status: %d\n", status );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 handled = 1;
445 cx_write(MO_PCI_INTSTAT, status);
446
447 if (status & core->pci_irqmask)
448 cx88_core_irq(core,status);
Trent Piepho8ddac9e2007-08-18 06:57:55 -0300449 if (status & PCI_INT_TSINT)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 cx8802_mpeg_irq(dev);
Peter Senna Tschudinc2c1b412012-09-28 05:37:22 -0300451 }
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700452 if (MAX_IRQ_LOOP == loop) {
453 dprintk( 0, "clearing mask\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 printk(KERN_WARNING "%s/0: irq loop -- clearing mask\n",
455 core->name);
456 cx_write(MO_PCI_INTMSK,0);
457 }
458
459 out:
460 return IRQ_RETVAL(handled);
461}
462
Adrian Bunka2fbaa52007-11-05 14:07:22 -0300463static int cx8802_init_common(struct cx8802_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464{
465 struct cx88_core *core = dev->core;
466 int err;
467
468 /* pci init */
469 if (pci_enable_device(dev->pci))
470 return -EIO;
471 pci_set_master(dev->pci);
Yang Hongyang284901a2009-04-06 19:01:15 -0700472 if (!pci_dma_supported(dev->pci,DMA_BIT_MASK(32))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 printk("%s/2: Oops: no 32bit PCI DMA ???\n",dev->core->name);
474 return -EIO;
475 }
476
Bjørn Morkabd34d82011-03-21 11:35:56 -0300477 dev->pci_rev = dev->pci->revision;
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800478 pci_read_config_byte(dev->pci, PCI_LATENCY_TIMER, &dev->pci_lat);
479 printk(KERN_INFO "%s/2: found at %s, rev: %d, irq: %d, "
Greg Kroah-Hartman228aef62006-06-12 15:16:52 -0700480 "latency: %d, mmio: 0x%llx\n", dev->core->name,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 pci_name(dev->pci), dev->pci_rev, dev->pci->irq,
Greg Kroah-Hartman228aef62006-06-12 15:16:52 -0700482 dev->pci_lat,(unsigned long long)pci_resource_start(dev->pci,0));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483
484 /* initialize driver struct */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485 spin_lock_init(&dev->slock);
486
487 /* init dma queue */
488 INIT_LIST_HEAD(&dev->mpegq.active);
489 INIT_LIST_HEAD(&dev->mpegq.queued);
490 dev->mpegq.timeout.function = cx8802_timeout;
491 dev->mpegq.timeout.data = (unsigned long)dev;
492 init_timer(&dev->mpegq.timeout);
493 cx88_risc_stopper(dev->pci,&dev->mpegq.stopper,
494 MO_TS_DMACNTRL,0x11,0x00);
495
496 /* get irq */
497 err = request_irq(dev->pci->irq, cx8802_irq,
Thomas Gleixner8076fe32006-07-01 19:29:37 -0700498 IRQF_SHARED | IRQF_DISABLED, dev->core->name, dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499 if (err < 0) {
500 printk(KERN_ERR "%s: can't get IRQ %d\n",
501 dev->core->name, dev->pci->irq);
502 return err;
503 }
504 cx_set(MO_PCI_INTMSK, core->pci_irqmask);
505
506 /* everything worked */
507 pci_set_drvdata(dev->pci,dev);
508 return 0;
509}
510
Adrian Bunka2fbaa52007-11-05 14:07:22 -0300511static void cx8802_fini_common(struct cx8802_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512{
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700513 dprintk( 2, "cx8802_fini_common\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 cx8802_stop_dma(dev);
515 pci_disable_device(dev->pci);
516
517 /* unregister stuff */
518 free_irq(dev->pci->irq, dev);
519 pci_set_drvdata(dev->pci, NULL);
520
521 /* free memory */
522 btcx_riscmem_free(dev->pci,&dev->mpegq.stopper);
523}
524
525/* ----------------------------------------------------------- */
526
Adrian Bunka2fbaa52007-11-05 14:07:22 -0300527static int cx8802_suspend_common(struct pci_dev *pci_dev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800529 struct cx8802_dev *dev = pci_get_drvdata(pci_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 struct cx88_core *core = dev->core;
531
532 /* stop mpeg dma */
533 spin_lock(&dev->slock);
534 if (!list_empty(&dev->mpegq.active)) {
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700535 dprintk( 2, "suspend\n" );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 printk("%s: suspend mpeg\n", core->name);
537 cx8802_stop_dma(dev);
538 del_timer(&dev->mpegq.timeout);
539 }
540 spin_unlock(&dev->slock);
541
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 /* FIXME -- shutdown device */
543 cx88_shutdown(dev->core);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544
545 pci_save_state(pci_dev);
546 if (0 != pci_set_power_state(pci_dev, pci_choose_state(pci_dev, state))) {
547 pci_disable_device(pci_dev);
548 dev->state.disabled = 1;
549 }
550 return 0;
551}
552
Adrian Bunka2fbaa52007-11-05 14:07:22 -0300553static int cx8802_resume_common(struct pci_dev *pci_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554{
Mauro Carvalho Chehab08adb9e2005-09-09 13:03:55 -0700555 struct cx8802_dev *dev = pci_get_drvdata(pci_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 struct cx88_core *core = dev->core;
Mauro Carvalho Chehab08adb9e2005-09-09 13:03:55 -0700557 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558
559 if (dev->state.disabled) {
Mauro Carvalho Chehab08adb9e2005-09-09 13:03:55 -0700560 err=pci_enable_device(pci_dev);
561 if (err) {
562 printk(KERN_ERR "%s: can't enable device\n",
563 dev->core->name);
564 return err;
565 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 dev->state.disabled = 0;
567 }
Mauro Carvalho Chehab08adb9e2005-09-09 13:03:55 -0700568 err=pci_set_power_state(pci_dev, PCI_D0);
569 if (err) {
570 printk(KERN_ERR "%s: can't enable device\n",
571 dev->core->name);
572 pci_disable_device(pci_dev);
573 dev->state.disabled = 1;
574
575 return err;
576 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 pci_restore_state(pci_dev);
578
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 /* FIXME: re-initialize hardware */
580 cx88_reset(dev->core);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581
582 /* restart video+vbi capture */
583 spin_lock(&dev->slock);
584 if (!list_empty(&dev->mpegq.active)) {
585 printk("%s: resume mpeg\n", core->name);
586 cx8802_restart_queue(dev,&dev->mpegq);
587 }
588 spin_unlock(&dev->slock);
589
590 return 0;
591}
592
Steven Toth6c5be742006-12-02 21:15:51 -0200593struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype)
594{
Trent Piepho081c2fc2007-10-14 02:52:17 -0300595 struct cx8802_driver *d;
Steven Toth6c5be742006-12-02 21:15:51 -0200596
Trent Piepho89a47942007-10-14 02:52:17 -0300597 list_for_each_entry(d, &dev->drvlist, drvlist)
Trent Piepho081c2fc2007-10-14 02:52:17 -0300598 if (d->type_id == btype)
599 return d;
Steven Toth6c5be742006-12-02 21:15:51 -0200600
601 return NULL;
602}
603
604/* Driver asked for hardware access. */
Adrian Bunk9df2ead2007-05-01 08:35:10 -0300605static int cx8802_request_acquire(struct cx8802_driver *drv)
Steven Toth6c5be742006-12-02 21:15:51 -0200606{
607 struct cx88_core *core = drv->core;
Istvan Vargad922b8e2010-03-27 09:47:45 -0300608 unsigned int i;
Steven Toth6c5be742006-12-02 21:15:51 -0200609
610 /* Fail a request for hardware if the device is busy. */
Roland Stoll27d0fe12008-02-11 13:00:34 -0300611 if (core->active_type_id != CX88_BOARD_NONE &&
612 core->active_type_id != drv->type_id)
Steven Toth6c5be742006-12-02 21:15:51 -0200613 return -EBUSY;
614
Devin Heitmueller243bf1a22011-07-14 12:44:46 -0300615 if (drv->type_id == CX88_MPEG_DVB) {
616 /* When switching to DVB, always set the input to the tuner */
617 core->last_analog_input = core->input;
618 core->input = 0;
619 for (i = 0;
620 i < (sizeof(core->board.input) / sizeof(struct cx88_input));
621 i++) {
622 if (core->board.input[i].type == CX88_VMUX_DVB) {
623 core->input = i;
624 break;
625 }
Istvan Vargad922b8e2010-03-27 09:47:45 -0300626 }
627 }
Mauro Carvalho Chehabc2cb8fc2008-04-22 14:45:14 -0300628
Steven Toth6c5be742006-12-02 21:15:51 -0200629 if (drv->advise_acquire)
630 {
Ricardo Cerqueirabaff6cd2008-02-13 22:41:15 -0300631 core->active_ref++;
Roland Stoll27d0fe12008-02-11 13:00:34 -0300632 if (core->active_type_id == CX88_BOARD_NONE) {
633 core->active_type_id = drv->type_id;
634 drv->advise_acquire(drv);
635 }
Steven Toth6c5be742006-12-02 21:15:51 -0200636
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300637 mpeg_dbg(1,"%s() Post acquire GPIO=%x\n", __func__, cx_read(MO_GP0_IO));
Steven Toth6c5be742006-12-02 21:15:51 -0200638 }
639
640 return 0;
641}
642
643/* Driver asked to release hardware. */
Adrian Bunk9df2ead2007-05-01 08:35:10 -0300644static int cx8802_request_release(struct cx8802_driver *drv)
Steven Toth6c5be742006-12-02 21:15:51 -0200645{
646 struct cx88_core *core = drv->core;
647
Roland Stoll27d0fe12008-02-11 13:00:34 -0300648 if (drv->advise_release && --core->active_ref == 0)
Steven Toth6c5be742006-12-02 21:15:51 -0200649 {
Devin Heitmueller243bf1a22011-07-14 12:44:46 -0300650 if (drv->type_id == CX88_MPEG_DVB) {
651 /* If the DVB driver is releasing, reset the input
652 state to the last configured analog input */
653 core->input = core->last_analog_input;
654 }
655
Steven Toth6c5be742006-12-02 21:15:51 -0200656 drv->advise_release(drv);
657 core->active_type_id = CX88_BOARD_NONE;
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300658 mpeg_dbg(1,"%s() Post release GPIO=%x\n", __func__, cx_read(MO_GP0_IO));
Steven Toth6c5be742006-12-02 21:15:51 -0200659 }
660
661 return 0;
662}
663
664static int cx8802_check_driver(struct cx8802_driver *drv)
665{
666 if (drv == NULL)
667 return -ENODEV;
668
669 if ((drv->type_id != CX88_MPEG_DVB) &&
670 (drv->type_id != CX88_MPEG_BLACKBIRD))
671 return -EINVAL;
672
673 if ((drv->hw_access != CX8802_DRVCTL_SHARED) &&
674 (drv->hw_access != CX8802_DRVCTL_EXCLUSIVE))
675 return -EINVAL;
676
677 if ((drv->probe == NULL) ||
678 (drv->remove == NULL) ||
679 (drv->advise_acquire == NULL) ||
680 (drv->advise_release == NULL))
681 return -EINVAL;
682
683 return 0;
684}
685
686int cx8802_register_driver(struct cx8802_driver *drv)
687{
Trent Piepho89a47942007-10-14 02:52:17 -0300688 struct cx8802_dev *dev;
Steven Toth6c5be742006-12-02 21:15:51 -0200689 struct cx8802_driver *driver;
Trent Piepho89a47942007-10-14 02:52:17 -0300690 int err, i = 0;
Steven Toth6c5be742006-12-02 21:15:51 -0200691
Trent Piepho5772f812007-08-15 14:41:59 -0300692 printk(KERN_INFO
693 "cx88/2: registering cx8802 driver, type: %s access: %s\n",
694 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird",
695 drv->hw_access == CX8802_DRVCTL_SHARED ? "shared" : "exclusive");
Steven Toth6c5be742006-12-02 21:15:51 -0200696
697 if ((err = cx8802_check_driver(drv)) != 0) {
Trent Piepho5772f812007-08-15 14:41:59 -0300698 printk(KERN_ERR "cx88/2: cx8802_driver is invalid\n");
Steven Toth6c5be742006-12-02 21:15:51 -0200699 return err;
700 }
701
Jonathan Nieder344d6c62011-05-01 06:30:14 -0300702 mutex_lock(&cx8802_mutex);
703
Trent Piepho89a47942007-10-14 02:52:17 -0300704 list_for_each_entry(dev, &cx8802_devlist, devlist) {
Trent Piepho5772f812007-08-15 14:41:59 -0300705 printk(KERN_INFO
706 "%s/2: subsystem: %04x:%04x, board: %s [card=%d]\n",
Trent Piepho89a47942007-10-14 02:52:17 -0300707 dev->core->name, dev->pci->subsystem_vendor,
708 dev->pci->subsystem_device, dev->core->board.name,
709 dev->core->boardnr);
Steven Toth6c5be742006-12-02 21:15:51 -0200710
711 /* Bring up a new struct for each driver instance */
712 driver = kzalloc(sizeof(*drv),GFP_KERNEL);
Jonathan Nieder344d6c62011-05-01 06:30:14 -0300713 if (driver == NULL) {
714 err = -ENOMEM;
715 goto out;
716 }
Steven Toth6c5be742006-12-02 21:15:51 -0200717
718 /* Snapshot of the driver registration data */
Trent Piepho89a47942007-10-14 02:52:17 -0300719 drv->core = dev->core;
Steven Toth6c5be742006-12-02 21:15:51 -0200720 drv->suspend = cx8802_suspend_common;
721 drv->resume = cx8802_resume_common;
722 drv->request_acquire = cx8802_request_acquire;
723 drv->request_release = cx8802_request_release;
724 memcpy(driver, drv, sizeof(*driver));
725
Jonathan Nieder1d6213a2011-05-01 06:29:56 -0300726 mutex_lock(&drv->core->lock);
Steven Toth6c5be742006-12-02 21:15:51 -0200727 err = drv->probe(driver);
728 if (err == 0) {
Steven Toth019391e42006-10-06 21:29:25 -0300729 i++;
Trent Piepho89a47942007-10-14 02:52:17 -0300730 list_add_tail(&driver->drvlist, &dev->drvlist);
Steven Toth6c5be742006-12-02 21:15:51 -0200731 } else {
Trent Piepho5772f812007-08-15 14:41:59 -0300732 printk(KERN_ERR
733 "%s/2: cx8802 probe failed, err = %d\n",
Trent Piepho89a47942007-10-14 02:52:17 -0300734 dev->core->name, err);
Steven Toth6c5be742006-12-02 21:15:51 -0200735 }
Jonathan Nieder1d6213a2011-05-01 06:29:56 -0300736 mutex_unlock(&drv->core->lock);
Steven Toth6c5be742006-12-02 21:15:51 -0200737 }
Steven Toth6c5be742006-12-02 21:15:51 -0200738
Jonathan Nieder344d6c62011-05-01 06:30:14 -0300739 err = i ? 0 : -ENODEV;
740out:
741 mutex_unlock(&cx8802_mutex);
742 return err;
Steven Toth6c5be742006-12-02 21:15:51 -0200743}
744
745int cx8802_unregister_driver(struct cx8802_driver *drv)
746{
Trent Piepho89a47942007-10-14 02:52:17 -0300747 struct cx8802_dev *dev;
748 struct cx8802_driver *d, *dtmp;
749 int err = 0;
Steven Toth6c5be742006-12-02 21:15:51 -0200750
Trent Piepho5772f812007-08-15 14:41:59 -0300751 printk(KERN_INFO
752 "cx88/2: unregistering cx8802 driver, type: %s access: %s\n",
753 drv->type_id == CX88_MPEG_DVB ? "dvb" : "blackbird",
754 drv->hw_access == CX8802_DRVCTL_SHARED ? "shared" : "exclusive");
Steven Toth6c5be742006-12-02 21:15:51 -0200755
Jonathan Nieder344d6c62011-05-01 06:30:14 -0300756 mutex_lock(&cx8802_mutex);
757
Trent Piepho89a47942007-10-14 02:52:17 -0300758 list_for_each_entry(dev, &cx8802_devlist, devlist) {
Trent Piepho5772f812007-08-15 14:41:59 -0300759 printk(KERN_INFO
760 "%s/2: subsystem: %04x:%04x, board: %s [card=%d]\n",
Trent Piepho89a47942007-10-14 02:52:17 -0300761 dev->core->name, dev->pci->subsystem_vendor,
762 dev->pci->subsystem_device, dev->core->board.name,
763 dev->core->boardnr);
Steven Toth6c5be742006-12-02 21:15:51 -0200764
Jonathan Nieder8a317a82011-05-01 06:29:16 -0300765 mutex_lock(&dev->core->lock);
766
Trent Piepho89a47942007-10-14 02:52:17 -0300767 list_for_each_entry_safe(d, dtmp, &dev->drvlist, drvlist) {
Steven Toth6c5be742006-12-02 21:15:51 -0200768 /* only unregister the correct driver type */
769 if (d->type_id != drv->type_id)
770 continue;
771
772 err = d->remove(d);
773 if (err == 0) {
Trent Piepho89a47942007-10-14 02:52:17 -0300774 list_del(&d->drvlist);
Trent Piephoa04036a2007-10-05 11:28:09 -0300775 kfree(d);
Steven Toth6c5be742006-12-02 21:15:51 -0200776 } else
Trent Piepho5772f812007-08-15 14:41:59 -0300777 printk(KERN_ERR "%s/2: cx8802 driver remove "
Trent Piepho89a47942007-10-14 02:52:17 -0300778 "failed (%d)\n", dev->core->name, err);
Steven Toth6c5be742006-12-02 21:15:51 -0200779 }
780
Jonathan Nieder8a317a82011-05-01 06:29:16 -0300781 mutex_unlock(&dev->core->lock);
Steven Toth6c5be742006-12-02 21:15:51 -0200782 }
783
Jonathan Nieder344d6c62011-05-01 06:30:14 -0300784 mutex_unlock(&cx8802_mutex);
785
Steven Toth6c5be742006-12-02 21:15:51 -0200786 return err;
787}
788
789/* ----------------------------------------------------------- */
790static int __devinit cx8802_probe(struct pci_dev *pci_dev,
791 const struct pci_device_id *pci_id)
792{
793 struct cx8802_dev *dev;
794 struct cx88_core *core;
Darron Broad9212a572008-10-21 10:42:00 -0300795 int err;
Steven Toth6c5be742006-12-02 21:15:51 -0200796
797 /* general setup */
798 core = cx88_core_get(pci_dev);
799 if (NULL == core)
800 return -EINVAL;
801
802 printk("%s/2: cx2388x 8802 Driver Manager\n", core->name);
803
804 err = -ENODEV;
Trent Piepho6a59d642007-08-15 14:41:57 -0300805 if (!core->board.mpeg)
Steven Toth6c5be742006-12-02 21:15:51 -0200806 goto fail_core;
807
808 err = -ENOMEM;
809 dev = kzalloc(sizeof(*dev),GFP_KERNEL);
810 if (NULL == dev)
811 goto fail_core;
812 dev->pci = pci_dev;
813 dev->core = core;
814
Mauro Carvalho Chehabe32fadc2009-01-06 16:06:07 -0300815 /* Maintain a reference so cx88-video can query the 8802 device. */
816 core->dvbdev = dev;
817
Steven Toth6c5be742006-12-02 21:15:51 -0200818 err = cx8802_init_common(dev);
819 if (err != 0)
820 goto fail_free;
821
Trent Piepho081c2fc2007-10-14 02:52:17 -0300822 INIT_LIST_HEAD(&dev->drvlist);
Jonathan Nieder344d6c62011-05-01 06:30:14 -0300823 mutex_lock(&cx8802_mutex);
Steven Toth6c5be742006-12-02 21:15:51 -0200824 list_add_tail(&dev->devlist,&cx8802_devlist);
Jonathan Nieder344d6c62011-05-01 06:30:14 -0300825 mutex_unlock(&cx8802_mutex);
Steven Toth6c5be742006-12-02 21:15:51 -0200826
Markus Rechberger77b74772007-04-27 12:31:06 -0300827 /* now autoload cx88-dvb or cx88-blackbird */
828 request_modules(dev);
Steven Toth6c5be742006-12-02 21:15:51 -0200829 return 0;
830
831 fail_free:
832 kfree(dev);
833 fail_core:
Mauro Carvalho Chehabe32fadc2009-01-06 16:06:07 -0300834 core->dvbdev = NULL;
Steven Toth6c5be742006-12-02 21:15:51 -0200835 cx88_core_put(core,pci_dev);
836 return err;
837}
838
839static void __devexit cx8802_remove(struct pci_dev *pci_dev)
840{
841 struct cx8802_dev *dev;
Steven Toth6c5be742006-12-02 21:15:51 -0200842
843 dev = pci_get_drvdata(pci_dev);
844
Harvey Harrison32d83ef2008-04-08 23:20:00 -0300845 dprintk( 1, "%s\n", __func__);
Steven Toth6c5be742006-12-02 21:15:51 -0200846
Tejun Heo707bcf32010-12-24 16:14:20 +0100847 flush_request_modules(dev);
848
Jonathan Nieder8a317a82011-05-01 06:29:16 -0300849 mutex_lock(&dev->core->lock);
850
Trent Piepho081c2fc2007-10-14 02:52:17 -0300851 if (!list_empty(&dev->drvlist)) {
Trent Piepho89a47942007-10-14 02:52:17 -0300852 struct cx8802_driver *drv, *tmp;
Trent Piepho081c2fc2007-10-14 02:52:17 -0300853 int err;
854
855 printk(KERN_WARNING "%s/2: Trying to remove cx8802 driver "
856 "while cx8802 sub-drivers still loaded?!\n",
857 dev->core->name);
858
Trent Piepho89a47942007-10-14 02:52:17 -0300859 list_for_each_entry_safe(drv, tmp, &dev->drvlist, drvlist) {
Trent Piepho081c2fc2007-10-14 02:52:17 -0300860 err = drv->remove(drv);
861 if (err == 0) {
Trent Piepho89a47942007-10-14 02:52:17 -0300862 list_del(&drv->drvlist);
Trent Piepho081c2fc2007-10-14 02:52:17 -0300863 } else
864 printk(KERN_ERR "%s/2: cx8802 driver remove "
865 "failed (%d)\n", dev->core->name, err);
Trent Piephoa04036a2007-10-05 11:28:09 -0300866 kfree(drv);
Steven Toth6c5be742006-12-02 21:15:51 -0200867 }
Steven Toth6c5be742006-12-02 21:15:51 -0200868 }
869
Jonathan Nieder8a317a82011-05-01 06:29:16 -0300870 mutex_unlock(&dev->core->lock);
871
Steven Toth6c5be742006-12-02 21:15:51 -0200872 /* Destroy any 8802 reference. */
873 dev->core->dvbdev = NULL;
874
875 /* common */
876 cx8802_fini_common(dev);
877 cx88_core_put(dev->core,dev->pci);
878 kfree(dev);
879}
880
lawrence rust2e4e98e2010-08-25 09:50:20 -0300881static const struct pci_device_id cx8802_pci_tbl[] = {
Steven Toth6c5be742006-12-02 21:15:51 -0200882 {
883 .vendor = 0x14f1,
884 .device = 0x8802,
885 .subvendor = PCI_ANY_ID,
886 .subdevice = PCI_ANY_ID,
887 },{
888 /* --- end of list --- */
889 }
890};
891MODULE_DEVICE_TABLE(pci, cx8802_pci_tbl);
892
893static struct pci_driver cx8802_pci_driver = {
894 .name = "cx88-mpeg driver manager",
895 .id_table = cx8802_pci_tbl,
896 .probe = cx8802_probe,
897 .remove = __devexit_p(cx8802_remove),
898};
899
Peter Huewe31d0f842009-07-17 01:00:01 +0200900static int __init cx8802_init(void)
Steven Toth6c5be742006-12-02 21:15:51 -0200901{
Mauro Carvalho Chehab1990d502011-06-24 14:45:49 -0300902 printk(KERN_INFO "cx88/2: cx2388x MPEG-TS Driver Manager version %s loaded\n",
903 CX88_VERSION);
Steven Toth6c5be742006-12-02 21:15:51 -0200904 return pci_register_driver(&cx8802_pci_driver);
905}
906
Peter Huewe31d0f842009-07-17 01:00:01 +0200907static void __exit cx8802_fini(void)
Steven Toth6c5be742006-12-02 21:15:51 -0200908{
909 pci_unregister_driver(&cx8802_pci_driver);
910}
911
912module_init(cx8802_init);
913module_exit(cx8802_fini);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914EXPORT_SYMBOL(cx8802_buf_prepare);
915EXPORT_SYMBOL(cx8802_buf_queue);
916EXPORT_SYMBOL(cx8802_cancel_buffers);
917
Steven Toth6c5be742006-12-02 21:15:51 -0200918EXPORT_SYMBOL(cx8802_register_driver);
919EXPORT_SYMBOL(cx8802_unregister_driver);
Steven Toth6c5be742006-12-02 21:15:51 -0200920EXPORT_SYMBOL(cx8802_get_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921/* ----------------------------------------------------------- */
922/*
923 * Local variables:
924 * c-basic-offset: 8
925 * End:
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700926 * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 */