Searched refs:PLANE_CTL_ENABLE (Results 1 – 3 of 3) sorted by relevance
680 ret = intel_de_read(dev_priv, PLANE_CTL(plane->pipe, plane_id)) & PLANE_CTL_ENABLE; in skl_plane_get_hw_state()903 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()
4313 if (val & PLANE_CTL_ENABLE) in skl_ddb_get_hw_plane_state()
7121 #define PLANE_CTL_ENABLE (1 << 31) macro