Home
last modified time | relevance | path

Searched refs:__stringify (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_print.h46 gt_WARN(guc_to_gt(_guc), _cond, "%s(%s)", "guc_WARN_ON", __stringify(_cond))
49 gt_WARN_ONCE(guc_to_gt(_guc), _cond, "%s(%s)", "guc_WARN_ON_ONCE", __stringify(_cond))
H A Dintel_uc_fw.c139 __stringify(prefix_) "_" name_ ".bin"
143 __stringify(prefix_) "_" name_ "_" \
144 __stringify(major_) ".bin"
148 __stringify(prefix_) "_" name_ "_" \
149 __stringify(major_) "." \
150 __stringify(minor_) "." \
151 __stringify(patch_) ".bin"
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_print.h49 gt_WARN(_gt, _condition, "%s", "gt_WARN_ON(" __stringify(_condition) ")")
52 gt_WARN_ONCE(_gt, _condition, "%s", "gt_WARN_ONCE(" __stringify(_condition) ")")
H A Dintel_gt_sysfs_pm.c505 .attr = { .name = __stringify(sysfs_func__), .mode = 0444 }, \
/openbsd/sys/dev/pci/drm/i915/
H A Di915_gem.h94 WARN(1, "%s:%d GEM_BUG_ON(%s)\n", __func__, __LINE__, __stringify(cond))
99 __func__, __LINE__, __stringify(condition)); \
H A Di915_utils.h48 __stringify(x), (long)(x))
/openbsd/sys/dev/pci/drm/include/linux/
H A Dstringify.h7 #define __stringify(x...) ___stringify(x) macro
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_print.h631 "drm_WARN_ON(" __stringify(x) ")")
635 "drm_WARN_ON_ONCE(" __stringify(x) ")")
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dmc.c79 "i915/" __stringify(platform) "_dmc.bin"
88 __stringify(platform) "_dmc_ver" \
89 __stringify(major) "_" \
90 __stringify(minor) ".bin"
H A Dintel_display.c5021 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5031 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5041 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5051 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5068 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5078 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5089 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5130 pipe_config_mismatch(fastset, crtc, __stringify(name), \ in intel_pipe_config_compare()
5142 pipe_config_infoframe_mismatch(dev_priv, fastset, __stringify(name), \ in intel_pipe_config_compare()
5164 pipe_config_buffer_mismatch(dev_priv, fastset, __stringify(name), \ in intel_pipe_config_compare()
[all …]
H A Dintel_snps_phy.c2022 __stringify(__name), \ in intel_mpllb_state_verify()
/openbsd/sys/dev/pci/drm/scheduler/
H A Dsched_main.c78 …duling policy for entities on a run-queue, " __stringify(DRM_SCHED_POLICY_RR) " = Round Robin, " _…