HomeSort by: relevance | last modified time | path
    Searched refs:DPIO_ANYDL_POWERDOWN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.c 1613 expected = DPIO_ALLDL_POWERDOWN | DPIO_ANYDL_POWERDOWN;
1626 expected = DPIO_ANYDL_POWERDOWN;
1635 actual &= DPIO_ALLDL_POWERDOWN | DPIO_ANYDL_POWERDOWN;
1639 !!(actual & DPIO_ALLDL_POWERDOWN), !!(actual & DPIO_ANYDL_POWERDOWN),
1640 !!(expected & DPIO_ALLDL_POWERDOWN), !!(expected & DPIO_ANYDL_POWERDOWN),
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 1656 #define DPIO_ANYDL_POWERDOWN (1 << 0)

Completed in 34 milliseconds