index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_cs.c
Age
Commit message (
Expand
)
Author
2012-05-09
drm/radeon: fix possible lack of synchronization btw ttm and other ring
Jerome Glisse
2012-05-03
drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)
Jerome Glisse
2012-05-03
drm/radeon: rework recursive gpu reset handling
Christian König
2012-05-03
drm/radeon: fix a bug with the ring syncing code
Christian König
2012-04-12
drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)
Dave Airlie
2012-03-21
drm/radeon/kms: add support for compute rings in CS ioctl on SI
Alex Deucher
2012-03-21
drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)
Alex Deucher
2012-03-21
drm/radeon/kms: add support for the CONST IB to the CS ioctl
Alex Deucher
2012-03-20
drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free
Julia Lawall
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
2012-02-29
drm/radeon: also make the cs_parse function per ring
Christian König
2012-02-29
drm/radeon: move ring syncing after bo validation
Christian König
2012-02-22
drm/radeon/kms: properly set accel working flag and bailout when false
Jerome Glisse
2012-01-09
drm/radeon/kms: check if vm is supported in VA ioctl
Alex Deucher
2012-01-06
drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)
Christian König
2012-01-06
drm/radeon: GPU virtual memory support v22
Jerome Glisse
2012-01-05
drm/radeon: make ib size variable
Jerome Glisse
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
2011-12-20
drm/radeon: no need to check all relocs for duplicates
Christian König
2011-11-20
drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS
Marek Olšák
2011-11-11
drm/radeon: Make sure CS mutex is held across GPU reset.
Michel Dänzer
2011-06-08
drm/radeon/kms: set family for use in parser.
Dave Airlie
2011-02-23
drm/radeon: introduce gem_to_radeon_bo helper
Daniel Vetter
2010-11-22
drm/radeon: Use the ttm execbuf utilities
Thomas Hellstrom
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-08-10
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
2010-08-09
fix printk typo 'faild'
Paul Bolle
2010-04-06
drm/radeon/kms: simplify & improve GPU reset V2
Jerome Glisse
2010-03-31
drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed.
Pauli Nieminen
2010-03-31
drm/radeon/kms: don't print error on -ERESTARTSYS.
Dave Airlie
2010-03-01
Merge remote branch 'korg/drm-core-next' into drm-next-stage
Dave Airlie
2010-02-18
drm/radeon/kms: fix bo's fence association
Jerome Glisse
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
2010-02-01
drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.
Michel Dänzer
2010-01-21
drm/radeon: r6xx/r7xx possible security issue, system ram access
Jerome Glisse
2009-12-02
drm/radeon/kms: Rework radeon object handling
Jerome Glisse
2009-09-26
drm/radeon/kms: fix for the extra pages copying.
Dave Airlie
2009-09-25
drm/radeon/kms: don't require up to 64k allocations. (v2)
Dave Airlie
2009-09-16
drm/radeon/kms: Free CS parser state tracking memory.
Michel Dänzer
2009-09-16
drm/radeon/kms: Don't kzalloc memory which is immediately overwritten.
Michel Dänzer
2009-07-15
drm/radeon/kms: drop zero length CS indirect buffers.
Dave Airlie
2009-06-15
drm/radeon: introduce kernel modesetting for radeon hardware
Jerome Glisse