index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_bios.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nv50: implement gpio set/get routines
Ben Skeggs
2010-04-09
1
-6
/
+5
*
drm/nv50: parse/use some more de-magiced parts of gpio table entries
Ben Skeggs
2010-04-09
1
-14
/
+9
*
drm/nouveau: store raw gpio table entry in bios gpio structs
Ben Skeggs
2010-04-09
1
-28
/
+20
*
drm/nv40: add LVDS table quirk for Dell Latitude D620
Ben Skeggs
2010-04-09
1
-0
/
+15
*
drm/nv40: rework lvds table parsing
Ben Skeggs
2010-04-09
1
-27
/
+17
*
Merge branch 'v2.6.34-rc2' into drm-linus
Dave Airlie
2010-03-31
1
-1
/
+1
|
\
|
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
1
-1
/
+1
|
|
\
|
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
|
|
drm/nv50: fix connector table parsing for some cards
Ben Skeggs
2010-03-10
1
-1
/
+2
*
|
|
drm/nouveau: Gigabyte NX85T connector table lies, it has DVI-I not HDMI
Ben Skeggs
2010-03-10
1
-0
/
+17
*
|
|
drm/nouveau: add option to allow override of dcb connector table types
Ben Skeggs
2010-03-10
1
-1
/
+7
|
/
/
*
|
drm/nouveau: support version 0x20 displayport tables
Ben Skeggs
2010-02-25
1
-1
/
+1
*
|
drm/nouveau: construct a connector table for cards that lack a real one
Ben Skeggs
2010-02-25
1
-13
/
+16
*
|
drm/nouveau: check for known dcb connector types
Ben Skeggs
2010-02-25
1
-0
/
+61
*
|
drm/nouveau: parse dcb gpio/connector tables after encoders
Ben Skeggs
2010-02-25
1
-4
/
+6
*
|
drm/nouveau: reorganise bios header, add dcb connector type enums
Ben Skeggs
2010-02-25
1
-0
/
+2
*
|
drm/nouveau: merge nvbios and nouveau_bios_info
Ben Skeggs
2010-02-25
1
-43
/
+39
*
|
drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_table
Ben Skeggs
2010-02-25
1
-76
/
+72
*
|
drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_table
Ben Skeggs
2010-02-25
1
-1
/
+1
*
|
drm/nouveau: fix i2ctable bounds checking
Marcin Slusarz
2010-02-25
1
-3
/
+4
*
|
drm/nouveau: fix pramdac_table range checking
Marcin Slusarz
2010-02-25
1
-1
/
+1
*
|
drm/nouveau: use mutex for vbios lock
Ben Skeggs
2010-02-16
1
-4
/
+3
*
|
drm/nv50: prevent multiple init tables being parsed at the same time
Ben Skeggs
2010-02-09
1
-8
/
+9
*
|
drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50
Ben Skeggs
2010-02-09
1
-1
/
+1
|
/
*
drm/nouveau: Break some long lines.
Francisco Jerez
2010-01-15
1
-10
/
+19
*
drm/nouveau: add NV18 device id to call_lvds_manufacturer_script
Andrea Tacconi
2010-01-15
1
-1
/
+1
*
drm/nouveau: less magic DCB 1.5 parsing
Ben Skeggs
2010-01-14
1
-39
/
+40
*
drm/nouveau: assume no nv04 board has a DCB table
Ben Skeggs
2010-01-14
1
-8
/
+12
*
drm/nouveau: trust init table registers are safe
Ben Skeggs
2010-01-14
1
-50
/
+9
*
drm/nouveau: Kill global state in BIOS script interpreter
Marcin KoĆcielnicki
2009-12-16
1
-287
/
+275
*
drm/nouveau: Kill global state in NvShadowBIOS
Marcin KoĆcielnicki
2009-12-16
1
-26
/
+21
*
drm/nouveau: use drm debug levels
Maarten Maathuis
2009-12-16
1
-6
/
+6
*
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
2009-12-11
1
-0
/
+6095