Searched refs:match_no (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_rtp_test.c | 89 static bool match_no(const struct xe_device *xe, const struct xe_gt *gt, in match_no() function 105 XE_RTP_RULES(FUNC(match_no)), 117 XE_RTP_RULES(FUNC(match_no), FUNC(match_no)), 122 XE_RTP_RULES(FUNC(match_no), FUNC(match_yes)), 127 XE_RTP_RULES(FUNC(match_yes), FUNC(match_no)), 139 XE_RTP_RULES(FUNC(match_no), OR, FUNC(match_no)), 144 XE_RTP_RULES(FUNC(match_no), OR, FUNC(match_yes)), 149 XE_RTP_RULES(FUNC(match_yes), OR, FUNC(match_no)), 161 XE_RTP_RULES(FUNC(match_no), FUNC(match_yes), OR, 162 FUNC(match_yes), FUNC(match_no)), [all …]
|