summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-06drm/radeon: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-4/+4
2019-06-10drm/radeon: drop use of drmP.h (1/2)Sam Ravnborg1-1/+1
2018-08-27gpu: drm: radeon: radeon_test: Replace mdelay() with msleep()Jia-Ju Bai1-5/+5
2018-07-05drm/radeon: add SPDX identifier and clarify licenseDirk Hohndel (VMware)1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-04-28drm/radeon: check return value of radeon_fence_emitPan Bian1-1/+6
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-3/+3
2015-02-02drm/radeon: fix the crash in test functionsIlija Hadzic1-4/+4
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst1-2/+3
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König1-7/+17
2014-08-18drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer1-9/+9
2014-08-05drm/radeon: use vram/gart pinned size in radeon_do_test_movesAlex Deucher1-7/+1
2014-08-05drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)Michel Dänzer1-2/+2
2014-02-18drm/radeon: initial VCE support v4Christian König1-2/+37
2013-10-09drm/radeon: forever loop on error in radeon_do_test_moves()Dan Carpenter1-2/+2
2013-06-28drm/radeon: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-37/+38
2013-04-09drm/radeon: UVD bringup v8Christian König1-22/+50
2012-12-10drm/radeon/kms: add support for dma rings to radeon_test_moves()Alex Deucher1-4/+33
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen1-1/+1
2012-07-18drm/radeon: remove radeon_ring_index()Alex Deucher1-20/+15
2012-06-21drm/radeon: rework ring syncing codeChristian König1-4/+2
2012-06-21drm/radeon: remove radeon_fence_createChristian König1-40/+26
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher1-2/+2
2012-05-09drm/radeon: simplify semaphore handling v2Jerome Glisse1-2/+2
2012-01-05drm/radeon/kms: add missing ring ready check in sync testsAlex Deucher1-0/+2
2011-12-20drm/radeon: improve radeon_test_syncing functionChristian König1-14/+185
2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König1-21/+21
2011-12-20drm/radeon: Add radeon_test_syncing function v2Christian König1-0/+88
2011-12-20drm/radeon: make cp variable an arrayChristian König1-1/+2
2011-12-20drm/radeon: make all functions work with multiple rings.Christian König1-1/+2
2011-12-20drm/radeon/kms: add support for multiple fence queues v2Alex Deucher1-2/+2
2011-08-22drm/radeon: Explicitly print GTT/VRAM offsets on test failure.Michel Dänzer1-6/+18
2011-08-22drm/radeon: Take IH ring into account for test size calculation.Michel Dänzer1-3/+7
2011-02-23drm/radeon: embed struct drm_gem_objectDaniel Vetter1-2/+2
2010-11-18drm/radeon/kms: fix alignment when allocating buffersAlex Deucher1-2/+2
2010-02-18drm/radeon/kms: simplify memory controller setup V2Jerome Glisse1-1/+1
2009-12-23drm/radeon: fix build on 64-bit with some compilers.Dave Airlie1-2/+2
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-23/+32
2009-10-16drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096Matt Turner1-3/+3
2009-07-29drm/radeon: Add radeon.test parameter for running BO GPU copy tests.Michel Dänzer1-0/+209