Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_device_info.c130 #define PRINT_FLAG(name) drm_printf(p, "%s: %s\n", #name, str_yes_no(info->name)) in intel_device_info_print() macro
131 DEV_INFO_FOR_EACH_FLAG(PRINT_FLAG); in intel_device_info_print()
132 #undef PRINT_FLAG in intel_device_info_print()
136 #define PRINT_FLAG(name) drm_printf(p, "%s: %s\n", #name, str_yes_no(info->display.name)) in intel_device_info_print() macro
137 DEV_INFO_DISPLAY_FOR_EACH_FLAG(PRINT_FLAG); in intel_device_info_print()
138 #undef PRINT_FLAG in intel_device_info_print()

Completed in 3 milliseconds