Searched refs:has_fbc (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/drm2/i915/ |
| HD | i915_drv.c | 143 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1, 162 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1, 184 .has_fbc = 0, /* disabled due to buggy hardware */ 201 .has_fbc = 1, 220 .has_fbc = 0, /* FBC is not enabled on Ivybridge mobile yet */ 230 .has_fbc = 0, 240 .has_fbc = 0,
|
| HD | i915_drv.h | 184 u8 has_fbc:1; member 1535 #define I915_HAS_FBC(dev) (INTEL_INFO(dev)->has_fbc)
|
| HD | i915_debug.c | 69 B(has_fbc); in i915_capabilities()
|