Lines Matching defs:devinfo
130 typedef void (*hwconfig_item_cb)(struct intel_device_info *devinfo,
134 intel_process_hwconfig_table(struct intel_device_info *devinfo,
149 item_callback_func(devinfo, current);
155 /* If devinfo->apply_hwconfig is true, then we apply the hwconfig value.
157 * For debug builds, if devinfo->apply_hwconfig is false, we will compare the
158 * hwconfig value with the current value in the devinfo and log a warning
160 * devinfo structures match what hwconfig is specified.
164 if (devinfo->apply_hwconfig) \
165 devinfo->F = V; \
166 else if (DEBUG_BUILD && devinfo->F != (V)) \
167 mesa_logw("%s (%u) != devinfo->%s (%u)", \
169 devinfo->F); \
173 apply_hwconfig_item(struct intel_device_info *devinfo,
275 struct intel_device_info *devinfo)
282 intel_process_hwconfig_table(devinfo, hwconfig, hwconfig_len,
285 if (devinfo->apply_hwconfig)
293 print_hwconfig_item(struct intel_device_info *devinfo,