Home
last modified time | relevance | path

Searched refs:vaf (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/pci/drm/
Ddrm_print.c127 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() argument
137 len = snprintf(NULL, 0, "%pV", vaf); in __drm_printfn_coredump()
151 iterator->remain, "%pV", vaf); in __drm_printfn_coredump()
167 snprintf(buf, len + 1, "%pV", vaf); in __drm_printfn_coredump()
180 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() argument
182 seq_printf(p->arg, "%pV", vaf); in __drm_printfn_seq_file()
188 struct va_format *vaf) in __drm_dev_vprintk() argument
198 origin, prefix_pad, prefix, vaf); in __drm_dev_vprintk()
201 prefix_pad, prefix, vaf); in __drm_dev_vprintk()
205 level, origin, prefix_pad, prefix, vaf); in __drm_dev_vprintk()
[all …]
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_print.h175 void (*printfn)(struct drm_printer *p, struct va_format *vaf);
183 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf);
185 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf);
187 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf);
188 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf);
189 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf);
208 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() local
210 p->printfn(p, &vaf); in drm_vprintf()
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_dpio_phy.c519 struct va_format vaf; in __phy_reg_verify_state() local
528 vaf.fmt = reg_fmt; in __phy_reg_verify_state()
529 vaf.va = &args; in __phy_reg_verify_state()
533 phy, &vaf, reg.reg, val, (val & ~mask) | expected, in __phy_reg_verify_state()
Dintel_display.c4889 struct va_format vaf; in pipe_config_mismatch() local
4893 vaf.fmt = format; in pipe_config_mismatch()
4894 vaf.va = &args; in pipe_config_mismatch()
4898 crtc->base.base.id, crtc->base.name, name, &vaf); in pipe_config_mismatch()
4901 crtc->base.base.id, crtc->base.name, name, &vaf); in pipe_config_mismatch()
/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c437 struct va_format vaf; in dm_dtn_log_append_v() local
439 vaf.fmt = msg; in dm_dtn_log_append_v()
440 vaf.va = &args; in dm_dtn_log_append_v()
443 pr_info("%pV", &vaf); in dm_dtn_log_append_v()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ras.c4866 struct va_format vaf; in amdgpu_ras_event_log_print() local
4870 vaf.fmt = fmt; in amdgpu_ras_event_log_print()
4871 vaf.va = &args; in amdgpu_ras_event_log_print()
4874 dev_printk(KERN_INFO, adev->dev, "{%llu}%pV", event_id, &vaf); in amdgpu_ras_event_log_print()
4876 dev_printk(KERN_INFO, adev->dev, "%pV", &vaf); in amdgpu_ras_event_log_print()
/openbsd/src/sys/dev/pci/drm/i915/
Di915_gpu_error.c183 static void __i915_printfn_error(struct drm_printer *p, struct va_format *vaf) in __i915_printfn_error() argument
185 i915_error_vprintf(p->arg, vaf->fmt, *vaf->va); in __i915_printfn_error()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td479 def VAF : BinaryVRRc<"vaf", 0xE7F3, add, v128f, v128f, 2>;