Searched refs:has_hotplug (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_drv.c | 185 .gen = 3, .has_hotplug = 1, .cursor_needs_physical = 1, .num_pipes = 2, 190 .has_hotplug = 1, .cursor_needs_physical = 1, 197 .has_hotplug = 1, 203 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1, 210 .need_gfx_hws = 1, .has_hotplug = 1, 216 .has_pipe_cxsr = 1, .has_hotplug = 1, 223 .has_pipe_cxsr = 1, .has_hotplug = 1, 230 .need_gfx_hws = 1, .has_hotplug = 1, 236 .need_gfx_hws = 1, .has_hotplug = 1, 242 .need_gfx_hws = 1, .has_hotplug = 1, [all …]
|
D | i915_drv.h | 351 DEV_INFO_FLAG(has_hotplug) DEV_INFO_SEP \ 380 u8 has_hotplug:1; member 1366 #define I915_HAS_HOTPLUG(dev) (INTEL_INFO(dev)->has_hotplug)
|