Searched refs:DEV_INFO_FLAG (Results 1 – 3 of 3) sorted by relevance
294 DEV_INFO_FLAG(is_mobile) DEV_INFO_SEP \295 DEV_INFO_FLAG(is_i85x) DEV_INFO_SEP \296 DEV_INFO_FLAG(is_i915g) DEV_INFO_SEP \297 DEV_INFO_FLAG(is_i945gm) DEV_INFO_SEP \298 DEV_INFO_FLAG(is_g33) DEV_INFO_SEP \299 DEV_INFO_FLAG(need_gfx_hws) DEV_INFO_SEP \300 DEV_INFO_FLAG(is_g4x) DEV_INFO_SEP \301 DEV_INFO_FLAG(is_pineview) DEV_INFO_SEP \302 DEV_INFO_FLAG(is_broadwater) DEV_INFO_SEP \303 DEV_INFO_FLAG(is_crestline) DEV_INFO_SEP \[all …]
1435 #define DEV_INFO_FLAG(name) info->name ? #name "," : "" in i915_dump_device_info() macro1442 #undef DEV_INFO_FLAG in i915_dump_device_info()
62 #define DEV_INFO_FLAG(x) seq_printf(m, #x ": %s\n", yesno(info->x)) in i915_capabilities() macro65 #undef DEV_INFO_FLAG in i915_capabilities()