Lines Matching refs:func
109 #define DEV_INFO_FOR_EACH_FLAG(func) \ argument
110 func(is_mobile); \
111 func(is_lp); \
112 func(require_force_probe); \
113 func(is_dgfx); \
115 func(has_64bit_reloc); \
116 func(gpu_reset_clobbers_display); \
117 func(has_reset_engine); \
118 func(has_fpga_dbg); \
119 func(has_global_mocs); \
120 func(has_gt_uc); \
121 func(has_l3_dpf); \
122 func(has_llc); \
123 func(has_logical_ring_contexts); \
124 func(has_logical_ring_elsq); \
125 func(has_logical_ring_preemption); \
126 func(has_master_unit_irq); \
127 func(has_pooled_eu); \
128 func(has_rc6); \
129 func(has_rc6p); \
130 func(has_rps); \
131 func(has_runtime_pm); \
132 func(has_snoop); \
133 func(has_coherent_ggtt); \
134 func(unfenced_needs_alignment); \
135 func(hws_needs_physical);
137 #define DEV_INFO_DISPLAY_FOR_EACH_FLAG(func) \ argument
139 func(cursor_needs_physical); \
140 func(has_csr); \
141 func(has_ddi); \
142 func(has_dp_mst); \
143 func(has_dsb); \
144 func(has_dsc); \
145 func(has_fbc); \
146 func(has_gmch); \
147 func(has_hdcp); \
148 func(has_hotplug); \
149 func(has_hti); \
150 func(has_ipc); \
151 func(has_modular_fia); \
152 func(has_overlay); \
153 func(has_psr); \
154 func(has_psr_hw_tracking); \
155 func(overlay_needs_physical); \
156 func(supports_tv);