Home
last modified time | relevance | path

Searched refs:has_hotplug (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/drm2/i915/
HDi915_drv.c125 .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 …]
HDi915_drv.h186 u8 has_hotplug:1; member
1529 #define I915_HAS_HOTPLUG(dev) (INTEL_INFO(dev)->has_hotplug)
HDi915_debug.c71 B(has_hotplug); in i915_capabilities()