search for: nv50_pconnector_i2c_port_4

Displaying 2 results from an estimated 2 matches for "nv50_pconnector_i2c_port_4".

2009 Apr 03
1
[Nouveau-cvs] xf86-video-nv: Branch 'master'
...; --- a/src/nv50reg.h > +++ b/src/nv50reg.h > @@ -50,8 +50,8 @@ > ?#define NV50_PCONNECTOR_I2C_PORT_1 ? ? ? ? ? ? ? ? ? ? 0x0000e150 > ?#define NV50_PCONNECTOR_I2C_PORT_2 ? ? ? ? ? ? ? ? ? ? 0x0000e168 > ?#define NV50_PCONNECTOR_I2C_PORT_3 ? ? ? ? ? ? ? ? ? ? 0x0000e180 > -#define NV50_PCONNECTOR_I2C_PORT_4 ? ? ? ? ? ? ? ? ? ? 0x0000e254 > -#define NV50_PCONNECTOR_I2C_PORT_5 ? ? ? ? ? ? ? ? ? ? 0x0000e274 > +#define NV50_PCONNECTOR_I2C_PORT_4 ? ? ? ? ? ? ? ? ? ? 0x0000e240 > +#define NV50_PCONNECTOR_I2C_PORT_5 ? ? ? ? ? ? ? ? ? ? 0x0000e258 > > ?/* 0x00610024 is the state register to re...
2009 Mar 03
0
a bug of the driver xf86-video-nouveau
...ga display when used together the driver is functioning wrong, and the log file name is? Xorg.0.log.dvi&vga , and the BIOS just to initialize a vga display. ? ??? And I found that this chip using SOR2. So at the driver, I modified a number of places?. ??? First in the file nv50reg.h , #define NV50_PCONNECTOR_I2C_PORT_4???0x0000e254 #define NV50_PCONNECTOR_I2C_PORT_5???0x0000e274 ?????Second in the file nv50_display.c in the function NV50DispPreInit , I add NVWrite(pNv, 0x006101e0 + SOR2 * 0x4, NVRead(pNv, 0x0061c000 + SOR2 * 0x800)); ???? Best wishes! ______________________________________________________...