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
/
nouveau_state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-05
drm/switcheroo: track state of switch in drivers.
Dave Airlie
1
-0
/
+4
2011-01-05
vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs.
Dave Airlie
1
-0
/
+7
2011-01-05
drm/nouveau: add delayed switch complete callback.
Dave Airlie
1
-0
/
+1
2010-12-21
drm/nvc0: skip dma object creation for drm channel
Ben Skeggs
1
-0
/
+5
2010-12-21
drm/nvc0: initial vm implementation, use for bar1/bar3 management
Ben Skeggs
1
-7
/
+9
2010-12-08
drm/nouveau: kick vram functions out into an "engine"
Ben Skeggs
1
-0
/
+16
2010-12-08
drm/nouveau: introduce a util function to wait on reg != val
Ben Skeggs
1
-2
/
+20
2010-12-03
drm/nouveau: tidy up and extend dma object creation interfaces
Ben Skeggs
1
-4
/
+5
2010-12-03
drm/nouveau: remove some useless GETPARAMs
Ben Skeggs
1
-16
/
+1
2010-12-03
drm/nv84: fix minor issues in PCRYPT implementation
Ben Skeggs
1
-0
/
+1
2010-12-03
drm/nouveau: rework gpu-specific instmem interfaces
Ben Skeggs
1
-28
/
+28
2010-12-03
drm/nv50: rework PGPIO IRQ handling and hotplug detection
Ben Skeggs
1
-0
/
+4
2010-12-03
drm/nouveau: move PFIFO ISR into nv04_fifo.c
Ben Skeggs
1
-5
/
+5
2010-12-03
drm/nv50: move GPIO ISR to nv50_gpio.c
Ben Skeggs
1
-1
/
+1
2010-12-03
drm/nouveau: Rework tile region handling.
Francisco Jerez
1
-8
/
+17
2010-12-03
drm/nouveau: Implement the pageflip ioctl.
Francisco Jerez
1
-0
/
+3
2010-12-03
drm/nouveau: Implement the vblank DRM hooks.
Francisco Jerez
1
-5
/
+7
2010-12-03
drm/nv50: regression fix, point NVAA/NVAC at correct PM functions
Ben Skeggs
1
-0
/
+2
2010-12-03
drm/nouveau: add support for MSI
Ben Skeggs
1
-6
/
+3
2010-12-03
drm/nv84: add support for the PCRYPT engine
Ben Skeggs
1
-10
/
+52
2010-12-03
drm/nouveau: only expose the object classes that are supported by the chipset
Ben Skeggs
1
-7
/
+0
2010-12-03
drm/nv40: Ignore sync-to-vblank active when waiting for idle.
Francisco Jerez
1
-1
/
+7
2010-12-03
drm/nouveau: Fix lock unbalance on card take down.
Francisco Jerez
1
-1
/
+1
2010-12-03
drm/nouveau: Refactor context destruction to avoid a lock ordering issue.
Francisco Jerez
1
-4
/
+4
2010-12-03
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
1
-4
/
+4
2010-11-18
drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang
Ben Skeggs
1
-0
/
+10
2010-11-18
drm/nouveau: Expose some BO usage flags to userspace.
Francisco Jerez
1
-0
/
+3
2010-11-18
drm/nouveau: Reduce severity of the unknown getparam error.
Francisco Jerez
1
-2
/
+2
2010-10-05
drm/nouveau: Use semaphores to handle inter-channel sync in hardware.
Francisco Jerez
1
-2
/
+9
2010-10-05
drm/nva3: split pm backend out from nv50
Ben Skeggs
1
-3
/
+15
2010-09-24
drm/nouveau: Refactor nouveau_temp_get() into engine pointers.
Francisco Jerez
1
-0
/
+5
2010-09-24
drm/nv04-nv40: import initial pm backend
Ben Skeggs
1
-0
/
+19
2010-09-24
drm/nv50: import initial clock get/set routines + hook up pm engine
Ben Skeggs
1
-0
/
+5
2010-09-24
drm/nouveau: import initial work on vbios performance table parsing
Ben Skeggs
1
-0
/
+5
2010-09-24
drm/nouveau: Simplify tile region handling.
Francisco Jerez
1
-5
/
+0
2010-09-24
drm/nouveau: Remove implicit argument from nv_wait().
Francisco Jerez
1
-1
/
+1
2010-09-24
drm/nouveau: rework init ordering so nv50_instmem.c can be less bad
Ben Skeggs
1
-26
/
+15
2010-09-24
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
Ben Skeggs
1
-10
/
+8
2010-08-06
drm/nvc0: starting point for GF100 support, everything stubbed
Ben Skeggs
1
-0
/
+51
2010-08-06
drm/nouveau: unwind on load errors
Dan Carpenter
1
-10
/
+30
2010-07-26
drm/nouveau: introduce gpio engine
Ben Skeggs
1
-1
/
+40
2010-07-26
drm/nouveau: Move display init to a new nouveau_engine.
Francisco Jerez
1
-13
/
+43
2010-07-26
drm/nv30: Init the PFB+0x3xx memory timing regs.
Francisco Jerez
1
-2
/
+2
2010-07-26
drm/nv50: use correct PRAMIN flush register on original nv50
Ben Skeggs
1
-1
/
+4
2010-07-13
drm/nouveau: initialise display before enabling interrupts
Ben Skeggs
1
-13
/
+13
2010-07-13
drm/nouveau: add instmem flush() hook
Ben Skeggs
1
-12
/
+6
2010-07-13
drm/nouveau: remove dev_priv->init_state and friends
Ben Skeggs
1
-44
/
+24
2010-07-13
drm/nouveau: remove left-over !DRIVER_MODESET paths
Ben Skeggs
1
-53
/
+26
2010-06-08
drm/nouveau: completely fail init if we fail to map the PRAMIN BAR
Ben Skeggs
1
-12
/
+7
2010-06-01
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-tes...
Dave Airlie
1
-0
/
+3
[next]