Searched refs:has_fbc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/dev/drm2/i915/ |
| D | i915_drv.c | 100 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1, 119 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1, 141 .has_fbc = 0, /* disabled due to buggy hardware */ 158 .has_fbc = 1, 177 .has_fbc = 0, /* FBC is not enabled on Ivybridge mobile yet */ 188 .has_fbc = 0, 197 .has_fbc = 0,
|
| D | i915_drv.h | 184 u8 has_fbc:1; member 1541 #define I915_HAS_FBC(dev) (INTEL_INFO(dev)->has_fbc)
|
| D | i915_debug.c | 69 B(has_fbc); in i915_capabilities()
|