summaryrefslogtreecommitdiff
path: root/tests/amdgpu/amd_cs_nop.c
AgeCommit message (Collapse)Author
2019-01-14amd: Use drm_open_driver(AMDGPU)Chris Wilson
Just use the normal library function, with the normal warning message for an unmatched GPU so that CI buglog can filter it. References: https://bugs.freedesktop.org/show_bug.cgi?id=109315 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Martin Peres <martin.peres@free.fr> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
2017-05-13amdgpu/amd_cs_nop: Use a counter not seqnoChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2017-05-13igt/amd_cs_nop: Spread submissions across multiple processesChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2017-04-22igt: Add basic amd_cs_nopChris Wilson
A bare bones test to execute nothing; a starting point to learn the interface and to reveal the first limitations of amdgpu. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>