Home
last modified time | relevance | path

Searched refs:OA_EXPONENT_MAX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c1216 #define OA_EXPONENT_MAX 31 in xe_oa_set_prop_oa_exponent() macro
1218 if (value > OA_EXPONENT_MAX) { in xe_oa_set_prop_oa_exponent()
1219 drm_dbg(&oa->xe->drm, "OA timer exponent too high (> %u)\n", OA_EXPONENT_MAX); in xe_oa_set_prop_oa_exponent()
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c284 #define OA_EXPONENT_MAX 31 macro
4051 if (value > OA_EXPONENT_MAX) { in read_properties_unlocked()
4054 OA_EXPONENT_MAX); in read_properties_unlocked()