Searched refs:has_hotplug (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/drm2/i915/ |
| HD | i915_drv.c | 125 .gen = 3, .has_hotplug = 1, .cursor_needs_physical = 1, 130 .has_hotplug = 1, .cursor_needs_physical = 1, 137 .has_hotplug = 1, 143 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1, 150 .need_gfx_hws = 1, .has_hotplug = 1, 156 .has_pipe_cxsr = 1, .has_hotplug = 1, 163 .has_pipe_cxsr = 1, .has_hotplug = 1, 170 .need_gfx_hws = 1, .has_hotplug = 1, 176 .need_gfx_hws = 1, .has_hotplug = 1, 183 .need_gfx_hws = 1, .has_hotplug = 1, [all …]
|
| HD | i915_drv.h | 186 u8 has_hotplug:1; member 1529 #define I915_HAS_HOTPLUG(dev) (INTEL_INFO(dev)->has_hotplug)
|
| HD | i915_debug.c | 71 B(has_hotplug); in i915_capabilities()
|