Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c51 #define INTEL_RC6_ENABLE (1<<0) macro
4180 mask = INTEL_RC6_ENABLE | INTEL_RC6p_ENABLE | in sanitize_rc6_option()
4183 mask = INTEL_RC6_ENABLE; in sanitize_rc6_option()
4197 return (INTEL_RC6_ENABLE | INTEL_RC6p_ENABLE); in sanitize_rc6_option()
4199 return INTEL_RC6_ENABLE; in sanitize_rc6_option()
4320 if (intel_enable_rc6(dev) & INTEL_RC6_ENABLE) in gen9_enable_rc6()
4368 if (intel_enable_rc6(dev) & INTEL_RC6_ENABLE) in gen8_enable_rps()
4470 if (rc6_mode & INTEL_RC6_ENABLE) in gen6_enable_rps()
5012 if ((intel_enable_rc6(dev) & INTEL_RC6_ENABLE) && in cherryview_enable_rps()
5112 if (intel_enable_rc6(dev) & INTEL_RC6_ENABLE) in valleyview_enable_rps()