Lines Matching refs:format
62 * will include a set of counter values packed in a compact HW specific format.
132 * OA unit report format used to capture all counters in a set, or specify a
349 * @oa_format: An OA unit HW report format
459 ((__s)->oa_buffer.format->header == HDR_64_BIT)
544 int report_size = stream->oa_buffer.format->size;
672 int report_size = stream->oa_buffer.format->size;
736 int report_size = stream->oa_buffer.format->size;
1054 int report_size = stream->oa_buffer.format->size;
2644 u32 format = stream->oa_buffer.format->format;
2661 (format << GEN12_OAR_OACONTROL_COUNTER_FORMAT_SHIFT) |
3041 u32 report_format = stream->oa_buffer.format->format;
3067 u32 report_format = stream->oa_buffer.format->format;
3105 val = (stream->oa_buffer.format->format << regs->oa_ctrl_counter_format_shift) |
3351 "OA report format not specified\n");
3360 stream->oa_buffer.format = &perf->oa_formats[props->oa_format];
3361 if (drm_WARN_ON(&i915->drm, stream->oa_buffer.format->size == 0))
3365 stream->sample_size += stream->oa_buffer.format->size;
4031 oa_format_valid(struct i915_perf *perf, enum drm_i915_oa_format format)
4033 return test_bit(format, perf->format_mask);
4037 oa_format_add(struct i915_perf *perf, enum drm_i915_oa_format format)
4039 __set_bit(format, perf->format_mask);
4129 "Out-of-range OA report format %llu\n",
4135 "Unsupported OA report format %llu\n",
4266 "Invalid OA format %d for class %d\n",
4730 "Invalid uuid format for OA config\n");