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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hotplug.c 374 u32 hpd_event_bits; local in function:i915_hotplug_work_func
382 hpd_event_bits = dev_priv->hotplug.event_bits;
401 if ((hpd_event_bits | hpd_retry_bits) & hpd_bit) {
407 hpd_event_bits & hpd_bit)) {
intel_hotplug.c 374 u32 hpd_event_bits; local in function:i915_hotplug_work_func
382 hpd_event_bits = dev_priv->hotplug.event_bits;
401 if ((hpd_event_bits | hpd_retry_bits) & hpd_bit) {
407 hpd_event_bits & hpd_bit)) {
intel_hotplug.c 374 u32 hpd_event_bits; local in function:i915_hotplug_work_func
382 hpd_event_bits = dev_priv->hotplug.event_bits;
401 if ((hpd_event_bits | hpd_retry_bits) & hpd_bit) {
407 hpd_event_bits & hpd_bit)) {

Completed in 31 milliseconds