index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-28
drm/radeon: make sure ib reads are in-order.
Dave Airlie
1
-7
/
+9
2011-02-28
drm/radeon/r600_cs: off by one errors
Dan Carpenter
1
-6
/
+9
2011-02-25
drm/nv50: flesh out ZCULL init and match nvidia on later chipsets
Ben Skeggs
1
-5
/
+34
2011-02-25
drm/nv50: support for compression
Ben Skeggs
9
-27
/
+78
2011-02-25
drm/nv50-nvc0: delay GART binding until move_notify time
Ben Skeggs
9
-87
/
+184
2011-02-25
drm/nouveau: rename nouveau_vram to nouveau_mem
Ben Skeggs
11
-70
/
+70
2011-02-25
drm/nvc0: allow creation of buffers with any non-compressed memtype
Ben Skeggs
1
-11
/
+25
2011-02-25
drm/nv50-nvc0: unmap buffers from the vm when they're evicted
Ben Skeggs
3
-7
/
+36
2011-02-25
drm/nv50-nvc0: move vm bind/unbind to move_notify hook
Ben Skeggs
1
-22
/
+37
2011-02-25
drm/nv50-nvc0: restrict memtype to those specified at creation time
Ben Skeggs
3
-5
/
+16
2011-02-25
drm/nouveau: pass domain rather than ttm flags to gem_new()
Ben Skeggs
4
-16
/
+17
2011-02-25
drm/nv50: simplify bo moves now that they're all through the vm
Ben Skeggs
2
-21
/
+15
2011-02-25
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
Ben Skeggs
14
-109
/
+56
2011-02-25
drm/nouveau: Fix pageflip event
Benjamin Franzke
1
-1
/
+1
2011-02-25
drm/nouveau/vbios: parse more gpio tag bits from connector table
Ben Skeggs
1
-17
/
+8
2011-02-25
drm/nouveau: decode PFIFO DMA_PUSHER error codes
Marcin Slusarz
1
-3
/
+14
2011-02-25
drm/nv50: fix typos in CCACHE error reporting
Marcin Slusarz
1
-4
/
+4
2011-02-25
drm/nvc0: support for sw methods + enable page flipping
Ben Skeggs
3
-7
/
+23
2011-02-25
drm/nv50: enable page flipping
Ben Skeggs
3
-8
/
+12
2011-02-25
drm/nv50-nvc0: activate/update ds channel's framebuffer on modesets
Ben Skeggs
1
-1
/
+9
2011-02-25
drm/nv50-nvc0: initialise display sync channels
Ben Skeggs
6
-6
/
+246
2011-02-25
drm/nv50-nvc0: precalculate some fb state when creating them
Ben Skeggs
3
-55
/
+61
2011-02-25
drm/nv50-nvc0: tidy evo object creation some more
Ben Skeggs
3
-59
/
+62
2011-02-25
drm/nv50-nvc0: request and wait on notification of modeset completion
Ben Skeggs
5
-26
/
+77
2011-02-25
drm/nv50-nvc0: switch to tasklet for display isr bh
Ben Skeggs
3
-13
/
+8
2011-02-25
drm/nouveau: make vbios parser runnable from an atomic context
Ben Skeggs
2
-9
/
+9
2011-02-25
drm/nv50-nvc0: include nv50_display in evo debugging
Ben Skeggs
1
-0
/
+1
2011-02-25
drm/nv50-nvc0: tidy evo init failure paths
Ben Skeggs
1
-42
/
+33
2011-02-25
drm/nv50-nvc0: fix ramht entries for multiple evo channels
Ben Skeggs
1
-1
/
+3
2011-02-25
drm/nv50-nvc0: disp channels have fixed purposes, don't "allocate" them
Ben Skeggs
2
-20
/
+4
2011-02-25
drm/nv50-nvc0: rename disp->evo to disp->master
Ben Skeggs
7
-36
/
+36
2011-02-25
drm/nv50-nvc0: move non-sharable display state into private structure
Ben Skeggs
9
-79
/
+96
2011-02-25
drm/nouveau: use system_wq instead of dev_priv->wq
Tejun Heo
4
-14
/
+13
2011-02-25
drm/nouveau: use I2C_MODULE_PREFIX kernel define
Lucas Stach
1
-3
/
+1
2011-02-25
drm/nv50: drop explicit yields in favour of smaller PFIFO timeslice
Ben Skeggs
2
-47
/
+8
2011-02-25
drm/nv84: use vm offsets for semaphores
Ben Skeggs
1
-5
/
+17
2011-02-25
drm/nv50: 0x50 needs semaphore yields too
Ben Skeggs
1
-4
/
+17
2011-02-25
drm/nouveau: silence some compiler warnings
Ben Skeggs
6
-9
/
+2
2011-02-25
drm/nvc0: implement semaphores for inter-channel sync
Ben Skeggs
1
-12
/
+40
2011-02-25
drm/nvc0/pfifo: semi-handle a couple more irqs
Ben Skeggs
1
-2
/
+13
2011-02-25
drm/nv84: switch to new-style semaphores
Ben Skeggs
1
-39
/
+80
2011-02-25
drm/nv40: support for 39-bit dma addresses on native PCIE chipsets
Ben Skeggs
1
-5
/
+11
2011-02-25
drm/nv40: implement support for on-chip PCIEGART
Ben Skeggs
3
-26
/
+330
2011-02-25
drm/nouveau: introduce new gart type, and name _SGDMA more appropriately
Ben Skeggs
4
-13
/
+23
2011-02-25
drm/nouveau: move + rename some stuff in nouveau_sgdma.c
Ben Skeggs
1
-39
/
+38
2011-02-25
Merge remote-tracking branch 'airlied/drm-core-next' into drm-nouveau-next
Ben Skeggs
151
-8807
/
+11857
2011-02-23
Revert "ttm: Include the 'struct dev' when using the DMA API."
Dave Airlie
5
-11
/
+8
2011-02-23
Merge branch 'drm-mm-cleanup' into drm-next
Dave Airlie
26
-412
/
+456
2011-02-23
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
10
-33
/
+103
2011-02-23
drm: Remove unused members from struct drm_open_hash
Chris Wilson
1
-19
/
+8
[next]