index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-07-26
56
-908
/
+4247
|
\
|
*
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
2011-07-25
18
-147
/
+98
|
|
\
|
|
*
drm/nouveau/gr: disable fifo access and idle before suspend ctx unload
Ben Skeggs
2011-07-25
4
-0
/
+20
|
|
*
drm/nouveau: pass flag to engine fini() method on suspend
Ben Skeggs
2011-07-25
14
-20
/
+21
|
|
*
drm/nouveau: replace nv04_graph_fifo_access() use with direct reg bashing
Ben Skeggs
2011-07-25
4
-20
/
+8
|
|
*
drm/nv40/gr: rewrite/split context takedown functions
Ben Skeggs
2011-07-25
1
-91
/
+19
|
|
*
drm/nouveau: detect disabled device in irq handler and return IRQ_NONE
Ben Skeggs
2011-07-25
1
-1
/
+1
|
|
*
drm/nouveau: ignore connector type when deciding digital/analog on DVI-I
Ben Skeggs
2011-07-25
1
-15
/
+19
|
|
*
drm/nouveau: Add a quirk for Gigabyte NX86T
Emil Velikov
2011-07-25
1
-0
/
+6
|
|
*
drm/nouveau: do not leak in nv20_graph_create
Jesper Juhl
2011-07-25
1
-0
/
+2
|
|
*
drm/nv50/dp: fix hack to work for macbooks booted via EFI
Ben Skeggs
2011-07-25
1
-0
/
+2
|
*
|
Merge 3.0-rc7 into drm-core-next
Dave Airlie
2011-07-13
1
-2
/
+0
|
|
\
\
|
*
|
|
DRM: remove drm_pci_device_is_pcie
Jon Mason
2011-07-13
4
-5
/
+5
|
|
|
/
|
|
/
|
|
*
|
drm/nouveau: error paths leak in nvc0_graph_construct_context()
Dan Carpenter
2011-06-27
1
-10
/
+12
|
*
|
drm/nouveau: Calculate reserved VRAM for PRAMIN value before use.
Younes Manton
2011-06-27
2
-28
/
+25
|
*
|
drm/nouveau: fix nouveau_vma object leak
Marcin Slusarz
2011-06-27
1
-1
/
+3
|
*
|
drm/nouveau: fix nouveau_mem object leak
Marcin Slusarz
2011-06-27
1
-1
/
+1
|
*
|
drm/nouveau: fix fetching vbios from above 4GiB vram addresses
Ben Skeggs
2011-06-27
1
-5
/
+6
|
*
|
drm/nouveau: fix off-by-one
Ben Skeggs
2011-06-23
1
-1
/
+1
|
*
|
drm/nouveau/temp: Add default calibration values for nv67
Emil Velikov
2011-06-23
1
-0
/
+7
|
*
|
drm/nouveau/temp: Fix signed/unsigned int logic
Emil Velikov
2011-06-23
2
-7
/
+7
|
*
|
drm/nvc0: push prunk140 irq messages to debug loglevel
Ben Skeggs
2011-06-23
1
-1
/
+1
|
*
|
drm/nouveau: un-blacklist nvce accel
Ben Skeggs
2011-06-23
1
-1
/
+0
|
*
|
drm/nouveau: fix null pointer deref on pre-nv50 chipsets
Ben Skeggs
2011-06-23
1
-5
/
+11
|
*
|
drm/nouveau: rework vram init/fini ordering a little
Ben Skeggs
2011-06-23
6
-53
/
+59
|
*
|
drm/nouveau: shut lockdep up if last vm ref needs to destroy pgd
Ben Skeggs
2011-06-23
1
-8
/
+11
|
*
|
drm/nouveau: fix display takedown order to match reverse init order
Ben Skeggs
2011-06-23
1
-5
/
+6
|
*
|
drm/nvc0: enable per-client address spaces
Ben Skeggs
2011-06-23
3
-40
/
+55
|
*
|
drm/nouveau: add some debug output if nouveau_mm busy at destroy time
Ben Skeggs
2011-06-23
2
-3
/
+10
|
*
|
drm/nv50: enable use of per-client gpu address space
Ben Skeggs
2011-06-23
1
-1
/
+11
|
*
|
drm/nouveau: remove implicit mapping of every bo into chan_vm
Ben Skeggs
2011-06-23
4
-11
/
+43
|
*
|
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
2011-06-23
9
-18
/
+15
|
*
|
drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual
Ben Skeggs
2011-06-23
1
-12
/
+20
|
*
|
drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm
Ben Skeggs
2011-06-23
3
-2
/
+19
|
*
|
drm/nv50-nvc0: lookup pushbuf virtual address on dma_push
Ben Skeggs
2011-06-23
1
-1
/
+6
|
*
|
drm/nv84-nvc0: explicitly map semaphore buffer into channel vm
Ben Skeggs
2011-06-23
2
-16
/
+14
|
*
|
drm/nv50-nvc0: explicitly map pushbuf bo into channel vm
Ben Skeggs
2011-06-23
2
-1
/
+9
|
*
|
drm/nv50-nvc0: explicitly map notifier bo into channel vm
Ben Skeggs
2011-06-23
3
-4
/
+15
|
*
|
drm/nv50-nvc0: explicitly map fbcon fb into channel vm
Ben Skeggs
2011-06-23
4
-10
/
+22
|
*
|
drm/nouveau: initial changes to support multiple VMAs per buffer object
Ben Skeggs
2011-06-23
3
-26
/
+80
|
*
|
drm/nv50-nvc0: completely disable relocs
Ben Skeggs
2011-06-23
1
-17
/
+20
|
*
|
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
2011-06-23
8
-12
/
+10
|
*
|
drm/nouveau: convert some bo.offset use to vma.offset
Ben Skeggs
2011-06-23
5
-7
/
+9
|
*
|
drm/nouveau: create temp vmas for both src and dst of bo moves
Ben Skeggs
2011-06-23
3
-107
/
+64
|
*
|
drm/nouveau: store bo's page size in nouveau_bo
Ben Skeggs
2011-06-23
3
-19
/
+15
|
*
|
drm/nouveau: skip move_notify() if bo does not have a vma attached
Ben Skeggs
2011-06-23
1
-4
/
+2
|
*
|
drm/nouveau: will need to specify channel for vm-ful gpuobj allocations
Ben Skeggs
2011-06-23
6
-14
/
+19
|
*
|
drm/nouveau: initialise any vm for a channel before pushbuf/ntfy
Ben Skeggs
2011-06-23
1
-66
/
+48
|
*
|
drm/nouveau: modify gpuobj/ntfy takedown ordering
Ben Skeggs
2011-06-23
3
-3
/
+4
|
*
|
drm/nouveau/gem: implement stub hooks for GEM object open/close
Ben Skeggs
2011-06-23
3
-0
/
+25
[next]