Lines Matching refs:func
404 #define DEV_INFO_FOR_EACH_FLAG(func, sep) \
405 func(is_mobile) sep \
406 func(is_i85x) sep \
407 func(is_i915g) sep \
408 func(is_i945gm) sep \
409 func(is_g33) sep \
410 func(need_gfx_hws) sep \
411 func(is_g4x) sep \
412 func(is_pineview) sep \
413 func(is_broadwater) sep \
414 func(is_crestline) sep \
415 func(is_ivybridge) sep \
416 func(is_valleyview) sep \
417 func(is_haswell) sep \
418 func(has_force_wake) sep \
419 func(has_fbc) sep \
420 func(has_pipe_cxsr) sep \
421 func(has_hotplug) sep \
422 func(cursor_needs_physical) sep \
423 func(has_overlay) sep \
424 func(overlay_needs_physical) sep \
425 func(supports_tv) sep \
426 func(has_bsd_ring) sep \
427 func(has_blt_ring) sep \
428 func(has_vebox_ring) sep \
429 func(has_llc) sep \
430 func(has_ddi) sep \
431 func(has_fpga_dbg)