index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-29
nvc0/ppp: initial implementation of engine
Maarten Lankhorst
1
-0
/
+1
2012-11-29
nvc0/vp: initial implementation of engine
Maarten Lankhorst
1
-0
/
+1
2012-11-29
nvc0/bsp: initial implementation of engine
Maarten Lankhorst
1
-0
/
+1
2012-11-29
drm/nve0/vp: implement initial support for engine
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nve0/bsp: implement initial support for engine
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nouveau: initial falcon (fuc) engine base class implementation
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nouveau: rename nvd0_display to nv50_display to reflect reality since merge
Ben Skeggs
1
-1
/
+1
2012-11-29
drm/nv50-nvc0: switch to common disp impl, removing previous version
Ben Skeggs
1
-4
/
+2
2012-11-29
drm/nv84/disp: move hdmi control into core
Ben Skeggs
1
-0
/
+2
2012-11-29
drm/nva3/disp: move hda codec handling to core
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nv50/disp: move dp link training helpers into core
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nvd0/disp: move HDMI control to core
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nvd0/disp: move HDA codec setup to core
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nvd0/disp: call into core to handle dac power state changes
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nvd0/disp: move link training helpers into core as display methods
Ben Skeggs
1
-0
/
+2
2012-11-29
drm/nouveau/bios: implement BIT 'U' table (and subtable) parsing in core
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nvd0-nve0/disp: initial implementation of evo channel classes
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nv50/disp: create skeleton display/channel object classes
Ben Skeggs
1
-0
/
+4
2012-11-29
drm/nvd0/dmaobj: duplicate fermi class, will diverge real soon now
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nv30/fb: enable z compression
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nouveau/fb: create tag heap from common code for all relevant chipsets
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nv40/fb: split implementation into nv40/nv41/nv44/nv46/nv47/nv49/nv4e pieces
Ben Skeggs
1
-0
/
+6
2012-11-29
drm/nv30/fb: split implementation into nv34(nv10)/nv30/nv35 pieces
Ben Skeggs
1
-0
/
+1
2012-11-29
drm/nv20/fb: split implementation into nv20/nv25 pieces
Ben Skeggs
1
-0
/
+1
2012-10-03
drm/nvc0/ibus: initial implementation of subdev
Ben Skeggs
1
-0
/
+1
2012-10-03
drm/nouveau/therm: move thermal-related functions to the therm subdev
Martin Peres
1
-1
/
+7
2012-10-03
drm/nouveau/bios: parse the pwm divisor from the perf table
Martin Peres
1
-0
/
+1
2012-10-03
drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devices
Martin Peres
1
-0
/
+1
2012-10-03
drm/nouveau/therm: rework thermal table parsing
Martin Peres
1
-0
/
+1
2012-10-03
drm/nve0/ibus: handle PIBUS interrupts to prevent storm
Ben Skeggs
1
-0
/
+1
2012-10-03
drm/nve0/copy: add initial support for the async copy engines
Ben Skeggs
1
-0
/
+1
2012-10-03
drm/nouveau: add Kconfig options for debug control
Ben Skeggs
1
-1
/
+1
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
1
-36
/
+11
2012-10-03
drm/nouveau/backlight: remove dependence on nouveau_drv.h
Ben Skeggs
1
-4
/
+1
2012-10-03
drm/nouveau: move compat ioctl out of nouveau_drv.h
Ben Skeggs
1
-1
/
+1
2012-10-03
drm/nouveau/acpi: move definitions out of nouveau_drv.h
Ben Skeggs
1
-1
/
+3
2012-10-03
drm/nouveau/mxm: split up into bios code and a subdev module
Ben Skeggs
1
-1
/
+5
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
1
-24
/
+75
2012-10-03
drm/nouveau/pageflip: kick flip handling out of engsw and into fence
Ben Skeggs
1
-1
/
+1
2012-10-03
drm/nouveau/instmem: completely new implementation, as a subdev module
Ben Skeggs
1
-1
/
+8
2012-10-03
drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths
Ben Skeggs
1
-0
/
+1
2012-10-03
drm/nouveau/fb: merge fb/vram and port to subdev interfaces
Ben Skeggs
1
-2
/
+3
2012-10-03
drm/nouveau/timer: port to subdev interfaces
Ben Skeggs
1
-0
/
+1
2012-10-03
drm/nouveau/mc: port to subdev interfaces
Ben Skeggs
1
-1
/
+4
2012-10-03
drm/nouveau: implement devinit subdev, and new init table parser
Ben Skeggs
1
-0
/
+10
2012-10-03
drm/nouveau/clock: pull in the implementation from all over the place
Ben Skeggs
1
-1
/
+3
2012-10-03
drm/nouveau/clk: implement stub clock subdev
Ben Skeggs
1
-0
/
+5
2012-10-03
drm/nouveau/i2c: port to subdev interfaces
Ben Skeggs
1
-0
/
+4
2012-10-03
drm/nouveau/gpio: port gpio to subdev interfaces
Ben Skeggs
1
-0
/
+3
2012-10-03
drm/nouveau/bios: pull in basic vbios subdev, more to come later
Ben Skeggs
1
-0
/
+2
[next]