search for: nv50_display_supervisor

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

2009 Apr 03
1
[Nouveau-cvs] xf86-video-nv: Branch 'master'
...e274 > +#define NV50_PCONNECTOR_I2C_PORT_4 ? ? ? ? ? ? ? ? ? ? 0x0000e240 > +#define NV50_PCONNECTOR_I2C_PORT_5 ? ? ? ? ? ? ? ? ? ? 0x0000e258 > > ?/* 0x00610024 is the state register to read, all it's bits also exist in 0x0061002C in the form of interrupt switches. */ > ?#define NV50_DISPLAY_SUPERVISOR ? ? ? ? ? ? ? ?0x00610024 > > ------------------------------------------------------------------------------ > _______________________________________________ > Nouveau-cvs mailing list > Nouveau-cvs at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nouveau-c...
2009 Feb 18
1
[PATCH] Add in-kernel backlight control support
...MASK 0x001f0000 #define NV40_PMC_1700 0x00001700 #define NV40_PMC_1704 0x00001704 #define NV40_PMC_1708 0x00001708 @@ -542,6 +544,9 @@ /* This name is a partial guess. */ #define NV50_DISPLAY_SUPERVISOR 0x00610024 +#define NV50_PDISPLAY_BACKLIGHT 0x0061c084 +# define NV50_PDISPLAY_BACKLIGHT_ENABLE 0x80000000 + /* Fifo commands. These are not regs, neither masks */ #define NV03_FIFO_CMD_JUMP 0x20000000 #define NV03_FIFO_CMD_JUMP_OFFSET_MA...