Searched refs:__stringify (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_guc_print.h | 46 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 D | intel_uc_fw.c | 139 __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 D | intel_gt_print.h | 49 gt_WARN(_gt, _condition, "%s", "gt_WARN_ON(" __stringify(_condition) ")") 52 gt_WARN_ONCE(_gt, _condition, "%s", "gt_WARN_ONCE(" __stringify(_condition) ")")
|
H A D | intel_gt_sysfs_pm.c | 505 .attr = { .name = __stringify(sysfs_func__), .mode = 0444 }, \
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_gem.h | 94 WARN(1, "%s:%d GEM_BUG_ON(%s)\n", __func__, __LINE__, __stringify(cond)) 99 __func__, __LINE__, __stringify(condition)); \
|
H A D | i915_utils.h | 48 __stringify(x), (long)(x))
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | stringify.h | 7 #define __stringify(x...) ___stringify(x) macro
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_print.h | 631 "drm_WARN_ON(" __stringify(x) ")") 635 "drm_WARN_ON_ONCE(" __stringify(x) ")")
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_dmc.c | 79 "i915/" __stringify(platform) "_dmc.bin" 88 __stringify(platform) "_dmc_ver" \ 89 __stringify(major) "_" \ 90 __stringify(minor) ".bin"
|
H A D | intel_display.c | 5021 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 D | intel_snps_phy.c | 2022 __stringify(__name), \ in intel_mpllb_state_verify()
|
/openbsd/sys/dev/pci/drm/scheduler/ |
H A D | sched_main.c | 78 …duling policy for entities on a run-queue, " __stringify(DRM_SCHED_POLICY_RR) " = Round Robin, " _…
|