summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_cs.c
AgeCommit message (Expand)Author
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse
2012-07-18drm/radeon: fix const IB handling v2Christian König
2012-07-17drm/radeon: add an exclusive lock for GPU reset v2Jerome Glisse
2012-07-17drm/radeon: fix fence related segfault in CSChristian König
2012-06-21drm/radeon: replace cs_mutex with vm_mutex v3Christian König
2012-06-21drm/radeon: rework ring syncing codeChristian König
2012-06-01drm/radeon: fix regression in UMS CS ioctlAlex Deucher
2012-05-29radeon: make radeon_cs_update_pages static.Dave Airlie
2012-05-09drm/radeon: make the ib an inline objectJerome Glisse
2012-05-09drm/radeon: move the semaphore from the fence into the ibJerome Glisse
2012-05-09drm/radeon: make sa bo a stand alone objectChristian König
2012-05-09drm/radeon: keep start and end offset in the SAChristian König
2012-05-09drm/radeon: fix possible lack of synchronization btw ttm and other ringJerome Glisse
2012-05-03drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)Jerome Glisse
2012-05-03drm/radeon: rework recursive gpu reset handlingChristian König
2012-05-03drm/radeon: fix a bug with the ring syncing codeChristian König
2012-04-12drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)Dave Airlie
2012-03-21drm/radeon/kms: add support for compute rings in CS ioctl on SIAlex Deucher
2012-03-21drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)Alex Deucher
2012-03-21drm/radeon/kms: add support for the CONST IB to the CS ioctlAlex Deucher
2012-03-20drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double freeJulia Lawall
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie
2012-02-29drm/radeon: also make the cs_parse function per ringChristian König
2012-02-29drm/radeon: move ring syncing after bo validationChristian König
2012-02-22drm/radeon/kms: properly set accel working flag and bailout when falseJerome Glisse
2012-01-09drm/radeon/kms: check if vm is supported in VA ioctlAlex Deucher
2012-01-06drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)Christian König
2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse
2012-01-05drm/radeon: make ib size variableJerome Glisse
2011-12-20drm/radeon: make all functions work with multiple rings.Christian König
2011-12-20drm/radeon: no need to check all relocs for duplicatesChristian König
2011-11-20drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák
2011-11-11drm/radeon: Make sure CS mutex is held across GPU reset.Michel Dänzer
2011-06-08drm/radeon/kms: set family for use in parser.Dave Airlie
2011-02-23drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter
2010-11-22drm/radeon: Use the ttm execbuf utilitiesThomas Hellstrom
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson
2010-08-09fix printk typo 'faild'Paul Bolle
2010-04-06drm/radeon/kms: simplify & improve GPU reset V2Jerome Glisse
2010-03-31drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed.Pauli Nieminen
2010-03-31drm/radeon/kms: don't print error on -ERESTARTSYS.Dave Airlie
2010-03-01Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie
2010-02-18drm/radeon/kms: fix bo's fence associationJerome Glisse
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri
2010-02-01drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.Michel Dänzer
2010-01-21drm/radeon: r6xx/r7xx possible security issue, system ram accessJerome Glisse
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse
2009-09-26drm/radeon/kms: fix for the extra pages copying.Dave Airlie
2009-09-25drm/radeon/kms: don't require up to 64k allocations. (v2)Dave Airlie