HomeSort by: relevance | last modified time | path
    Searched defs:hotplug (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/include/drm/
drm_client.h 52 int (*hotplug)(struct drm_client_dev *); member in struct:drm_client_funcs
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 3838 bool hotplug = false; local in function:drm_dp_mst_process_up_req
3863 hotplug = true;
3867 return hotplug;
3965 * drm_dp_mst_hpd_irq() - MST hotplug IRQ notify
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sdvo.c 113 * Hotplug activation bits for this device
1902 u16 hotplug; local in function:intel_sdvo_get_hotplug_support
1908 * HW Erratum: SDVO Hotplug is broken on all i945G chips, there's noise
1915 &hotplug, sizeof(hotplug)))
1918 return hotplug;
2724 * Some SDVO devices have one-shot hotplug interrupts.
2727 intel_encoder->hotplug = intel_sdvo_hotplug;
3318 * Only enable the hotplug irq if we need it, to work around noisy
3319 * hotplug lines
    [all...]
intel_display_types.h 113 /* Set when a hotplug was received while HPD processing was
135 enum intel_hotplug_state (*hotplug)(struct intel_encoder *encoder, member in struct:intel_encoder
425 state of connector->polled in case hotplug storm detection changes it */
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 261 /* For display hotplug interrupt */
279 * i915_hotplug_interrupt_update - update hotplug interrupt enable
1155 * hotplug detection results from several registers.
1179 DRM_DEBUG_DRIVER("hotplug event received, stat 0x%08x, dig 0x%08x, pins 0x%08x, long 0x%08x\n",
1473 * bits can itself generate a new hotplug interrupt :(
1698 * unless we touch the hotplug register, even if hotplug_trigger is
1996 /* should clear PCH hotplug event before clear CPU irq */
2040 /* clear PCH hotplug event before clear CPU irq */
2936 if (dev_priv->hotplug.stats[encoder->hpd_pin].state == HPD_ENABLED)
2944 u32 hotplug; local in function:ibx_hpd_detection_setup
2988 u32 hotplug; local in function:icp_hpd_detection_setup
3045 u32 hotplug; local in function:gen11_hpd_detection_setup
3091 u32 val, hotplug; local in function:spt_hpd_detection_setup
3131 u32 hotplug; local in function:ilk_hpd_detection_setup
3174 u32 hotplug; local in function:__bxt_hpd_detection_setup
    [all...]
i915_debugfs.c 486 seq_printf(m, "Port hotplug:\t%08x\n",
591 seq_printf(m, "Port hotplug:\t%08x\n",
3958 struct i915_hotplug *hotplug = &dev_priv->hotplug; local in function:i915_hpd_storm_ctl_show
3964 flush_work(&dev_priv->hotplug.dig_port_work);
3965 flush_delayed_work(&dev_priv->hotplug.hotplug_work);
3967 seq_printf(m, "Threshold: %d\n", hotplug->hpd_storm_threshold);
3969 yesno(delayed_work_pending(&hotplug->reenable_work)));
3980 struct i915_hotplug *hotplug = &dev_priv->hotplug; local in function:i915_hpd_storm_ctl_write
4060 struct i915_hotplug *hotplug = &dev_priv->hotplug; local in function:i915_hpd_short_storm_ctl_write
    [all...]
i915_drv.h 1003 struct i915_hotplug hotplug; member in struct:drm_i915_private

Completed in 25 milliseconds