xref: /aosp_15_r20/external/igt-gpu-tools/tests/i915/gem_concurrent_blit.c (revision d83cc019efdc2edc6c4b16e9034a3ceb8d35d77c)
1*d83cc019SAndroid Build Coastguard Worker /* This test is just a duplicate of gem_concurrent_all. */
2*d83cc019SAndroid Build Coastguard Worker /* However the executeable will be gem_concurrent_blit. */
3*d83cc019SAndroid Build Coastguard Worker /* The main function examines argv[0] and, in the case  */
4*d83cc019SAndroid Build Coastguard Worker /* of gem_concurent_blit runs only a subset of the      */
5*d83cc019SAndroid Build Coastguard Worker /* available subtests. This avoids the use of           */
6*d83cc019SAndroid Build Coastguard Worker /* non-standard command line parameters which can cause */
7*d83cc019SAndroid Build Coastguard Worker /* problems for automated testing */
8*d83cc019SAndroid Build Coastguard Worker #include "gem_concurrent_all.c"
9