Home
last modified time | relevance | path

Searched refs:INTEL_RC6_ENABLE (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_pm.c2513 return INTEL_RC6_ENABLE; in intel_enable_rc6()
2519 return INTEL_RC6_ENABLE; in intel_enable_rc6()
2523 return (INTEL_RC6_ENABLE | INTEL_RC6p_ENABLE); in intel_enable_rc6()
2583 if (rc6_mode & INTEL_RC6_ENABLE) in gen6_enable_rps()
HDi915_drv.h1270 #define INTEL_RC6_ENABLE (1<<0) macro