Searched refs:oa_format_add (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 4003 oa_format_add(struct i915_perf *perf, enum drm_i915_oa_format format) in oa_format_add() function 5024 oa_format_add(perf, I915_OA_FORMAT_A13); in oa_init_supported_formats() 5025 oa_format_add(perf, I915_OA_FORMAT_A13); in oa_init_supported_formats() 5026 oa_format_add(perf, I915_OA_FORMAT_A29); in oa_init_supported_formats() 5027 oa_format_add(perf, I915_OA_FORMAT_A13_B8_C8); in oa_init_supported_formats() 5028 oa_format_add(perf, I915_OA_FORMAT_B4_C8); in oa_init_supported_formats() 5029 oa_format_add(perf, I915_OA_FORMAT_A45_B8_C8); in oa_init_supported_formats() 5030 oa_format_add(perf, I915_OA_FORMAT_B4_C8_A16); in oa_init_supported_formats() 5031 oa_format_add(perf, I915_OA_FORMAT_C4_B8); in oa_init_supported_formats() 5050 oa_format_add(perf, I915_OA_FORMAT_A12); in oa_init_supported_formats() [all …]
|