Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c3310 temp |= PLANE_WM_EN; in skl_compute_wm_results()
3321 temp |= PLANE_WM_EN; in skl_compute_wm_results()
3333 temp |= PLANE_WM_EN; in skl_compute_wm_results()
3342 temp |= PLANE_WM_EN; in skl_compute_wm_results()
3765 bool is_enabled = (val & PLANE_WM_EN) != 0; in skl_pipe_wm_active_state()
Di915_reg.h4761 #define PLANE_WM_EN (1 << 31) macro