search for: chrontel

Displaying 15 results from an estimated 15 matches for "chrontel".

2014 Mar 03
2
TV-Out on a GeForce 2MX supported?
Hello, I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the TV-Out. Is the TV-Out on this card supported by Nouveau? I read on the feature matrix something that the TV-Out is only supported for some Chrontel chips, furthermore xrandr -q shows me only the DVI connection (in fact it's VGA, not DVI), but not the S-Video connection. If not supported, is this planned for future versions? I'm using the Nouveau X-server 1.0.1 and kernel 3.2.0 on Debian Wheezy. Thanks in advance for your help, Nil...
2009 Aug 24
5
[PATCH 1/2] drm/i2c/ch7006: Make some parameter descriptions more useful.
...e = 0; module_param_named(scale, ch7006_scale, int, 0600); -MODULE_PARM_DESC(scale, "Default scale."); +MODULE_PARM_DESC(scale, "Default scale (integer between 0 and 2)."); MODULE_AUTHOR("Francisco Jerez <currojerez at riseup.net>"); MODULE_DESCRIPTION("Chrontel ch7006 TV encoder driver"); -- 1.6.3.3
2014 Mar 05
3
TV-Out on a GeForce 2MX supported?
...nly has a few modes built-in. The BT is actually a very flexible chip, and supports a very wide range of modes with different overscan amount, plus different filtering options. It probably wouldn't be hard to just take a few modes from nvtv and put them into nouveau, similar to the (very few) Chrontel modes. What's missing is some sort of infrastructure in X to say "look, on this hardware there are these two functional blocks (CRTC + BT), I would like to program with the following values, and I've specified the values in the config file, or I'm a user space program and provide...
2014 Mar 05
3
TV-Out on a GeForce 2MX supported?
...s actually a very flexible chip, and supports a very wide range > > of modes with different overscan amount, plus different filtering options. > > > > It probably wouldn't be hard to just take a few modes from nvtv and > > put them into nouveau, similar to the (very few) Chrontel modes. What's > > missing is some sort of infrastructure in X to say "look, on this hardware > > there are these two functional blocks (CRTC + BT), I would like to program > > with the following values, and I've specified the values in the config > > file, or I&...
2014 Mar 05
2
TV-Out on a GeForce 2MX supported?
On Wed, Mar 05, 2014 at 12:46:04PM -0500, Ilia Mirkin wrote: > I actually checked this out last night, grabbed the BT869 datasheet. > Basically you'd have to implement something similar to the ch7006 > driver (see drivers/gpu/drm/i2c), which provides an API for setting > modes (the BT869 appears to have 8 of them, of which I'm guessing only > 4 are actually usable, probably
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
...marn-rund at ffti.de> wrote: > Hello, > > I have here a GeForce 2MX (NV10) with a Brooktree BT869 chip for the > TV-Out. http://nouveau.freedesktop.org/wiki/FeatureMatrix/ See note #4 -- nv0x-nv2x (nv17-nv19 excluded) need an external, third-party manufactured TV encoder. Only some Chrontel branded chips are currently supported. > shows me only the DVI connection (in fact it's VGA, not DVI), but not > the S-Video connection. If not supported, is this planned for future > versions? The relevant hardware is not easily available, nor is hardware to consume s-video/composit...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
.... > > The BT is actually a very flexible chip, and supports a very wide range > of modes with different overscan amount, plus different filtering options. > > It probably wouldn't be hard to just take a few modes from nvtv and > put them into nouveau, similar to the (very few) Chrontel modes. What's > missing is some sort of infrastructure in X to say "look, on this hardware > there are these two functional blocks (CRTC + BT), I would like to program > with the following values, and I've specified the values in the config > file, or I'm a user space p...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
...f sensible values as close > to a desired overscan as possible, but you still have to check (and > tweak, if necessary) every of those sets to see if it actually works. > It's been quite a while since the last time I messed about with this code, but the TV encoders we already support (chrontel and nvidia's) have similar limitations, and IIRC we solve it by doing two different things: 1. We don't actually set the exact mode passed by the user. Instead, the mode (both the CRTC mode and the final output mode) can be adjusted to the "closest" supported mode compatib...
2014 Mar 05
0
TV-Out on a GeForce 2MX supported?
...y flexible chip, and supports a very wide range >> > of modes with different overscan amount, plus different filtering options. >> > >> > It probably wouldn't be hard to just take a few modes from nvtv and >> > put them into nouveau, similar to the (very few) Chrontel modes. What's >> > missing is some sort of infrastructure in X to say "look, on this hardware >> > there are these two functional blocks (CRTC + BT), I would like to program >> > with the following values, and I've specified the values in the config >>...
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
...some new standard TV properties. OTOH, I think merging drm-next would do no harm. PATCH1-2 haven't been pushed there yet, I will forward them to dri-devel@ shortly. So, this should make TV-out work on all the pre-nv50 GPUs with an integrated encoder (that is, nv17-nv4x, nv2x excluded). Only Chrontel ch7006 and similar external encoders will work for now, implementing more should be straightforward as they seem to be all documented. Another patchset follows with some DDX modifications needed to make use of this. [PATCH 01/12] drm: Fix drm_cvt_mode() for interlaced modes. [PATCH 02/12] drm: Ad...
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of nouveau_hw_save_vga_fonts, when it actually did something (because the console wasn't already in graphics mode). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2014 Apr 02
1
CH7007A (AKA CH7006) TV OUT Support for NV11 (NVidia GeForce2 Go Dell I8K Laptop)
After analyzing verbose nouveau & drm dmesg, I have found seemingly no more useful details pertaining to having no TV-1 device. The TV-1 device might be getting lost within DRM, by setting the TV-1 (SVIDEO, Composite) device into DPMS mode or Full Power Down mode, and the ch7006 datasheet does say in this mode, all but the i2c circuits are disabled! Looking at
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...est) return result; } -static void __devinit +static void SiS_Sense30x(struct sis_video_info *ivideo) { u8 backupP4_0d,backupP2_00,backupP2_4d,backupSR_1e,biosflag=0; @@ -2518,7 +2517,7 @@ SiS_Sense30x(struct sis_video_info *ivideo) } /* Determine and detect attached TV's on Chrontel */ -static void __devinit +static void SiS_SenseCh(struct sis_video_info *ivideo) { #if defined(CONFIG_FB_SIS_300) || defined(CONFIG_FB_SIS_315) @@ -2643,7 +2642,7 @@ SiS_SenseCh(struct sis_video_info *ivideo) } } -static void __devinit +static void sisfb_get_VB_type(struct sis_video_in...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...est) return result; } -static void __devinit +static void SiS_Sense30x(struct sis_video_info *ivideo) { u8 backupP4_0d,backupP2_00,backupP2_4d,backupSR_1e,biosflag=0; @@ -2518,7 +2517,7 @@ SiS_Sense30x(struct sis_video_info *ivideo) } /* Determine and detect attached TV's on Chrontel */ -static void __devinit +static void SiS_SenseCh(struct sis_video_info *ivideo) { #if defined(CONFIG_FB_SIS_300) || defined(CONFIG_FB_SIS_315) @@ -2643,7 +2642,7 @@ SiS_SenseCh(struct sis_video_info *ivideo) } } -static void __devinit +static void sisfb_get_VB_type(struct sis_video_in...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...est) return result; } -static void __devinit +static void SiS_Sense30x(struct sis_video_info *ivideo) { u8 backupP4_0d,backupP2_00,backupP2_4d,backupSR_1e,biosflag=0; @@ -2518,7 +2517,7 @@ SiS_Sense30x(struct sis_video_info *ivideo) } /* Determine and detect attached TV's on Chrontel */ -static void __devinit +static void SiS_SenseCh(struct sis_video_info *ivideo) { #if defined(CONFIG_FB_SIS_300) || defined(CONFIG_FB_SIS_315) @@ -2643,7 +2642,7 @@ SiS_SenseCh(struct sis_video_info *ivideo) } } -static void __devinit +static void sisfb_get_VB_type(struct sis_video_in...