index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nve0/graph: fix fuc, and enable acceleration on all known chipsets
Ben Skeggs
2012-12-23
5
-86
/
+108
*
drm/nvc0/graph: fix fuc, and enable acceleration on GF119
Ben Skeggs
2012-12-23
3
-83
/
+85
*
drm/nouveau/bios: cache ramcfg strap on later chipsets
Ben Skeggs
2012-12-23
2
-1
/
+18
*
drm/nouveau/mxm: silence output if no bios data
Ben Skeggs
2012-12-23
1
-1
/
+1
*
drm/nouveau/bios: parse/display extra version component
Ben Skeggs
2012-12-23
2
-2
/
+4
*
drm/nouveau/bios: implement opcode 0xa9
Ben Skeggs
2012-12-23
5
-8
/
+53
*
drm/nouveau/bios: update gpio parsing apis to match current design
Ben Skeggs
2012-12-23
5
-61
/
+90
*
drm/nouveau: initial support for GK106
Ben Skeggs
2012-12-23
3
-0
/
+30
*
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2012-12-10
3
-31
/
+28
*
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2012-12-10
14
-29
/
+74
|
\
|
*
drm/nouveau: use the correct fence implementation for nv50
Maarten Lankhorst
2012-11-22
1
-1
/
+2
|
*
drm/nouveau/bios: fix DCB v1.5 parsing
Marcin Slusarz
2012-11-19
2
-6
/
+10
|
*
drm/nouveau: add missing pll_calc calls
Maarten Lankhorst
2012-11-19
3
-1
/
+22
|
*
drm/nouveau: fix crash with noaccel=1
Marcin Slusarz
2012-11-19
1
-0
/
+4
|
*
drm/nv40: allocate ctxprog with kmalloc
Marcin Slusarz
2012-11-19
3
-5
/
+13
|
*
drm/nvc0/disp: fix thinko in vblank regression fix..
Kelly Doran
2012-11-19
1
-7
/
+12
|
*
drm/nouveau: fix acpi edid retrieval
Maarten Lankhorst
2012-11-09
1
-1
/
+1
|
*
drm/nvc0/disp: fix regression in vblank semaphore release
Kelly Doran
2012-11-09
1
-8
/
+12
|
*
drm/nv40/mpeg: fix context handling
Marcin Slusarz
2012-11-09
1
-1
/
+1
|
*
drm/nv40/graph: fix typo in type names
Marcin Slusarz
2012-11-09
1
-2
/
+2
|
*
drm/nv41/vm: fix typo in type name
Marcin Slusarz
2012-11-09
1
-1
/
+1
*
|
drm/nouveau: drm_connector_property -> drm_object_property
Rob Clark
2012-11-30
2
-19
/
+19
*
|
drm/nouveau/device: Remove duplicate inclusion of core/device.h
Sachin Kamat
2012-11-29
1
-1
/
+0
*
|
drm/nouveau: remove duplicate inclusion of nouveau_ttm.h
Sachin Kamat
2012-11-29
1
-2
/
+0
*
|
drm/nouveau/fifo: trigger engine context unload before zeroing context pointer
Ben Skeggs
2012-11-29
4
-25
/
+25
*
|
drm/nouveau: prevent log mangling
Daniel J Blueman
2012-11-29
1
-1
/
+1
*
|
drm/nouveau: unpin various bo's before destroying
Marcin Slusarz
2012-11-29
5
-7
/
+39
*
|
drm/nouveau: unpin pushbuffer bo before destroying it
Marcin Slusarz
2012-11-29
1
-0
/
+2
*
|
drm/nouveau: remove misleading comment from nouveau_prime_new
Marcin Slusarz
2012-11-29
1
-4
/
+0
*
|
drm/nouveau: raise reporting levels of some messages
Marcin Slusarz
2012-11-29
6
-13
/
+13
*
|
drm/nouveau/core: fix the assumption that NVDEV_XXXX is always under 32
Martin Peres
2012-11-29
11
-58
/
+58
*
|
drm/nouveau/ppp: remove nouveau_ppp base class
Ben Skeggs
2012-11-29
2
-131
/
+15
*
|
nve0/ppp: enable support via nvc0's implementation
Ben Skeggs
2012-11-29
1
-0
/
+3
*
|
nvc0/ppp: initial implementation of engine
Maarten Lankhorst
2012-11-29
4
-8
/
+120
*
|
nvc0/vp: initial implementation of engine
Maarten Lankhorst
2012-11-29
4
-8
/
+120
*
|
nvc0/bsp: initial implementation of engine
Maarten Lankhorst
2012-11-29
5
-9
/
+130
*
|
drm/nouveau/vdec: remove nouveau_{bsp,vp} base classes, use nouveau_engine di...
Ben Skeggs
2012-11-29
4
-268
/
+26
*
|
drm/nve0/fifo: allow for future binding of ppp contexts
Ben Skeggs
2012-11-29
1
-0
/
+2
*
|
drm/nve0/vp: implement initial support for engine
Ben Skeggs
2012-11-29
6
-0
/
+118
*
|
drm/nve0/bsp: implement initial support for engine
Ben Skeggs
2012-11-29
5
-0
/
+117
*
|
drm/nve0: allow specification of channel engine type in abi16 call
Ben Skeggs
2012-11-29
3
-11
/
+18
*
|
drm/nouveau/core: implement shortcut for simple engctx construction
Ben Skeggs
2012-11-29
8
-115
/
+24
*
|
drm/nvc0/copy: share interrupt handler with nva3
Ben Skeggs
2012-11-29
3
-59
/
+16
*
|
drm/nv50/fb: implement trap handler as subdev interrupt handler
Ben Skeggs
2012-11-29
10
-111
/
+104
*
|
drm/nouveau/mc: allow calling of multiple handlers for a give intr bit
Ben Skeggs
2012-11-29
1
-4
/
+4
*
|
drm/nouveau/copy: remove nouveau_copy base class
Ben Skeggs
2012-11-29
2
-56
/
+19
*
|
drm/nvc0/copy: use nouveau_falcon base class
Ben Skeggs
2012-11-29
1
-73
/
+53
*
|
drm/nva3/copy: use nouveau_falcon base class
Ben Skeggs
2012-11-29
1
-59
/
+22
*
|
drm/nv98/crypt: use nouveau_falcon base class
Ben Skeggs
2012-11-29
3
-95
/
+35
*
|
drm/nouveau: initial falcon (fuc) engine base class implementation
Ben Skeggs
2012-11-29
3
-0
/
+328
[next]