Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c345 ret = I915_READ(PLANE_CTL(pipe, plane_id)) & PLANE_CTL_ENABLE; in skl_plane_get_hw_state()
H A Dintel_display.c3505 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()
8433 if (!(val & PLANE_CTL_ENABLE)) in skylake_get_initial_plane_config()
H A Di915_reg.h6262 #define PLANE_CTL_ENABLE (1 << 31) macro