index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-54
/
+29
|
\
|
*
drm/radeon: fix VM syncing with multiple rings
Christian König
2012-09-20
1
-1
/
+1
|
*
drm/radeon: Mark all possible functions / structs as static
Lauri Kasanen
2012-09-20
1
-1
/
+1
|
*
drm/radeon: make sure ib bo is properly bound and up to date in vm space
Jerome Glisse
2012-09-20
1
-0
/
+5
|
*
drm/radeon: rework VM page table handling
Christian König
2012-09-20
1
-27
/
+1
|
*
drm/radeon: rework VMID handling
Christian König
2012-09-20
1
-5
/
+4
|
*
drm/radeon: make VM flushs a ring operation
Christian König
2012-09-20
1
-0
/
+1
|
*
drm/radeon: add sync helper function
Christian König
2012-09-20
1
-6
/
+14
|
*
drm/radeon: cleanup VM id handling a bit
Christian König
2012-09-20
1
-15
/
+3
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-2
/
+2
|
/
*
drm/radeon: fence virtual address and free it once idle v4
Jerome Glisse
2012-08-13
1
-3
/
+29
*
drm/radeon: fix const IB handling v2
Christian König
2012-07-18
1
-13
/
+12
*
drm/radeon: add an exclusive lock for GPU reset v2
Jerome Glisse
2012-07-17
1
-0
/
+5
*
drm/radeon: fix fence related segfault in CS
Christian König
2012-07-17
1
-1
/
+1
*
drm/radeon: replace cs_mutex with vm_mutex v3
Christian König
2012-06-21
1
-6
/
+3
*
drm/radeon: rework ring syncing code
Christian König
2012-06-21
1
-30
/
+8
*
drm/radeon: fix regression in UMS CS ioctl
Alex Deucher
2012-06-01
1
-14
/
+17
*
radeon: make radeon_cs_update_pages static.
Dave Airlie
2012-05-29
1
-1
/
+26
*
drm/radeon: make the ib an inline object
Jerome Glisse
2012-05-09
1
-32
/
+31
*
drm/radeon: move the semaphore from the fence into the ib
Jerome Glisse
2012-05-09
1
-2
/
+2
*
drm/radeon: make sa bo a stand alone object
Christian König
2012-05-09
1
-2
/
+2
*
drm/radeon: keep start and end offset in the SA
Christian König
2012-05-09
1
-2
/
+2
*
drm/radeon: fix possible lack of synchronization btw ttm and other ring
Jerome Glisse
2012-05-09
1
-6
/
+6
*
drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)
Jerome Glisse
2012-05-03
1
-0
/
+5
*
drm/radeon: rework recursive gpu reset handling
Christian König
2012-05-03
1
-0
/
+13
*
drm/radeon: fix a bug with the ring syncing code
Christian König
2012-05-03
1
-23
/
+12
*
drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)
Dave Airlie
2012-04-12
1
-13
/
+24
*
drm/radeon/kms: add support for compute rings in CS ioctl on SI
Alex Deucher
2012-03-21
1
-2
/
+7
*
drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)
Alex Deucher
2012-03-21
1
-0
/
+7
*
drm/radeon/kms: add support for the CONST IB to the CS ioctl
Alex Deucher
2012-03-21
1
-0
/
+47
*
drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free
Julia Lawall
2012-03-20
1
-14
/
+2
*
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
2012-03-15
1
-0
/
+4
|
\
|
*
drm/radeon/kms: properly set accel working flag and bailout when false
Jerome Glisse
2012-02-22
1
-0
/
+4
*
|
drm/radeon: also make the cs_parse function per ring
Christian König
2012-02-29
1
-1
/
+1
*
|
drm/radeon: move ring syncing after bo validation
Christian König
2012-02-29
1
-7
/
+14
|
/
*
drm/radeon/kms: check if vm is supported in VA ioctl
Alex Deucher
2012-01-09
1
-2
/
+2
*
drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)
Christian König
2012-01-06
1
-0
/
+45
*
drm/radeon: GPU virtual memory support v22
Jerome Glisse
2012-01-06
1
-50
/
+203
*
drm/radeon: make ib size variable
Jerome Glisse
2012-01-05
1
-2
/
+3
*
drm/radeon: make all functions work with multiple rings.
Christian König
2011-12-20
1
-1
/
+1
*
drm/radeon: no need to check all relocs for duplicates
Christian König
2011-12-20
1
-2
/
+3
*
drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS
Marek Olšák
2011-11-20
1
-1
/
+10
*
drm/radeon: Make sure CS mutex is held across GPU reset.
Michel Dänzer
2011-11-11
1
-7
/
+7
*
drm/radeon/kms: set family for use in parser.
Dave Airlie
2011-06-08
1
-0
/
+1
*
drm/radeon: introduce gem_to_radeon_bo helper
Daniel Vetter
2011-02-23
1
-1
/
+1
*
drm/radeon: Use the ttm execbuf utilities
Thomas Hellstrom
2010-11-22
1
-7
/
+10
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-10-24
1
-1
/
+1
|
\
|
*
fix printk typo 'faild'
Paul Bolle
2010-08-09
1
-1
/
+1
*
|
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
2010-08-10
1
-1
/
+1
|
/
*
drm/radeon/kms: simplify & improve GPU reset V2
Jerome Glisse
2010-04-06
1
-4
/
+0
[next]