Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sprite.c362 ret = I915_READ(PLANE_CTL(plane->pipe, plane_id)) & PLANE_CTL_ENABLE; in skl_plane_get_hw_state()
Di915_reg.h6500 #define PLANE_CTL_ENABLE (1 << 31) macro
Dintel_pm.c3903 if (!(val & PLANE_CTL_ENABLE)) in skl_ddb_get_hw_plane_state()
Dintel_display.c3614 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()