gatos-devel Mailing List for GATOS
Status: Beta
Brought to you by:
volodya
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(229) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(744) |
Feb
(481) |
Mar
(400) |
Apr
(309) |
May
(290) |
Jun
(266) |
Jul
(403) |
Aug
(434) |
Sep
(546) |
Oct
(392) |
Nov
(309) |
Dec
(350) |
| 2003 |
Jan
(318) |
Feb
(339) |
Mar
(436) |
Apr
(269) |
May
(326) |
Jun
(293) |
Jul
(332) |
Aug
(131) |
Sep
(126) |
Oct
(216) |
Nov
(140) |
Dec
(167) |
| 2004 |
Jan
(367) |
Feb
(141) |
Mar
(77) |
Apr
(85) |
May
(100) |
Jun
(98) |
Jul
(79) |
Aug
(87) |
Sep
(96) |
Oct
(185) |
Nov
(105) |
Dec
(112) |
| 2005 |
Jan
(156) |
Feb
(60) |
Mar
(35) |
Apr
(57) |
May
(43) |
Jun
(49) |
Jul
(30) |
Aug
(60) |
Sep
(24) |
Oct
(55) |
Nov
(13) |
Dec
(35) |
| 2006 |
Jan
(50) |
Feb
(22) |
Mar
(24) |
Apr
(35) |
May
(44) |
Jun
(20) |
Jul
(21) |
Aug
(15) |
Sep
(9) |
Oct
(21) |
Nov
(31) |
Dec
(32) |
| 2007 |
Jan
(4) |
Feb
(3) |
Mar
(6) |
Apr
(9) |
May
(15) |
Jun
(15) |
Jul
(14) |
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
| 2008 |
Jan
(9) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
|
|
2
|
3
(1) |
4
(3) |
5
|
6
|
7
|
8
|
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
|
30
|
|
|
|
|
|
|
|
From: Stanislav B. <ut...@pe...> - 2008-11-04 10:53:01
|
tovis wrote: > Yes, I'm affraid that it is taking to many work, may be need completelly > rewrite the driver. Probably not, v4l2 driver in gatos CVS would need no work or only minimal work. > I have been contacted with original developper - > Vladimir Dergachev, and he told that also have no time for this project. v4l2 port was done by Eric Sellers. Also Bogdan Diaconescu made a lot of work in Radeon support. You may find more info in archives of this list. > Also I'm affraid it is quite old hardware, no one intrested in it. Yes, it's true. My GATOS R128 port is waiting in Xorg bugzilla more than one year for review. > Also need more information about hardware, especially for using of > interrupts (DMA seem to be built in). Yes, important technical documentation is missing. Some values need to be written to registers say 8 times before being accepted. Developers have no information, why it happens. Maybe there is a cyclic buffer, maybe there is a programming window time, maybe it is a simple delay. Maybe it would be sufficient to send some of DMA programming data more times and things will start to work. Who knows. Actually, following things are broken in R128 support: - Broken capture (km driver). - Unwanted cursor display mode changes after use of XVideo. - XVideo problems after video mode change via XRandR. - Automatic switching between stereo and bi-lingual broadcasting. - No support for iDCT, hardware motion compensation. > Also I have only one old card ATI Radeon 9000 - surplus. Radeon may work better and km driver was probably working for it. I have All-In-Wonder R128. ________________________________________________________________________ Stanislav Brabec http://www.penguin.cz/~utx |
|
From: tovis <mai...@fr...> - 2008-11-04 10:20:58
|
> tovis wrote: >> Hi! >> >> Recently I have downloaded and try to compile km driver to use with >> Radeon >> card equipped witha Theatre chip (it is working with xorg driver, but in >> this case grab can not be used). There where many errors. >> My box is powered using Debian Etch, kernel 2.6.18-6-686. gcc is 4.1 >> After some digging I realized that km is written for video4linux 1 and >> using compatibility header file linux/videodev.h and includeing the next >> generation video4linux 2 header linux/videodev2.h but structure >> "video_device" does not include any of them. km using that structure, >> and >> gcc complain about it. >> What should I do, to get working driver? > > Yes, km supports only v4l1. But gatos CVS contains directory v4l2 with > v4l2 driver. They are not fully featured drivers. They support only > capture, for all other settings they depend on X11 (tuner and source > setting etc.) > > I never made it any of them fully working. At least for R128, it lacks > interrupts and kernel disables IRQ after 100000 unhandled interrupts > (~5-20 minutes, it was probably happening since first days, but up to > Linux 2.5 these interrupts were silently slowing down the system). > Yes, I'm affraid that it is taking to many work, may be need completelly rewrite the driver. I have been contacted with original developper - Vladimir Dergachev, and he told that also have no time for this project. Also I'm affraid it is quite old hardware, no one intrested in it. Also need more information about hardware, especially for using of interrupts (DMA seem to be built in). Also I have only one old card ATI Radeon 9000 - surplus. Also I have no experience in device driver writing for Linux. Too many wholes :( > > ________________________________________________________________________ > Stanislav Brabec > http://www.penguin.cz/~utx > > > |
|
From: Stanislav B. <ut...@pe...> - 2008-11-04 10:20:47
|
tovis wrote: > Hi! > > Recently I have downloaded and try to compile km driver to use with Radeon > card equipped witha Theatre chip (it is working with xorg driver, but in > this case grab can not be used). There where many errors. > My box is powered using Debian Etch, kernel 2.6.18-6-686. gcc is 4.1 > After some digging I realized that km is written for video4linux 1 and > using compatibility header file linux/videodev.h and includeing the next > generation video4linux 2 header linux/videodev2.h but structure > "video_device" does not include any of them. km using that structure, and > gcc complain about it. > What should I do, to get working driver? Yes, km supports only v4l1. But gatos CVS contains directory v4l2 with v4l2 driver. They are not fully featured drivers. They support only capture, for all other settings they depend on X11 (tuner and source setting etc.) I never made it any of them fully working. At least for R128, it lacks interrupts and kernel disables IRQ after 100000 unhandled interrupts (~5-20 minutes, it was probably happening since first days, but up to Linux 2.5 these interrupts were silently slowing down the system). ________________________________________________________________________ Stanislav Brabec http://www.penguin.cz/~utx |
|
From: tovis <mai...@fr...> - 2008-11-03 19:25:25
|
Hi! Recently I have downloaded and try to compile km driver to use with Radeon card equipped witha Theatre chip (it is working with xorg driver, but in this case grab can not be used). There where many errors. My box is powered using Debian Etch, kernel 2.6.18-6-686. gcc is 4.1 After some digging I realized that km is written for video4linux 1 and using compatibility header file linux/videodev.h and includeing the next generation video4linux 2 header linux/videodev2.h but structure "video_device" does not include any of them. km using that structure, and gcc complain about it. What should I do, to get working driver? (I'm familiar in C programming but doesn't familiar with driver programming at all) |