Searched refs:TEST_IDLE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c1039 #define TEST_IDLE BIT(0) macro
1192 if ((flags & TEST_IDLE) && ret == 0) {
1350 { .name = "idle", .flags = TEST_IDLE },
1353 { .name = "busy-idle", .flags = TEST_BUSY | TEST_IDLE },
1354 { .name = "reset-idle", .flags = TEST_RESET | TEST_IDLE },

Completed in 134 milliseconds