Searched refs:graphics_step__ (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_wa_test.c | 27 #define PLATFORM_CASE(platform__, graphics_step__) \ argument 29 .name = #platform__ " (" #graphics_step__ ")", \ 32 .step = { .graphics = STEP_ ## graphics_step__ } \ 36 #define SUBPLATFORM_CASE(platform__, subplatform__, graphics_step__) \ argument 38 .name = #platform__ "_" #subplatform__ " (" #graphics_step__ ")", \ 41 .step = { .graphics = STEP_ ## graphics_step__ } \ 44 #define GMDID_CASE(platform__, graphics_verx100__, graphics_step__, \ argument 47 .name = #platform__ " (g:" #graphics_step__ ", m:" #media_step__ ")",\ 52 .step = { .graphics = STEP_ ## graphics_step__, \
|