Searched refs:PLANE_CTL (Results 1 – 4 of 4) sorted by relevance
639 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), plane_ctl); in skl_program_plane()690 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), 0); in skl_disable_plane()711 ret = I915_READ(PLANE_CTL(plane->pipe, plane_id)) & PLANE_CTL_ENABLE; in skl_plane_get_hw_state()
9821 val = I915_READ(PLANE_CTL(pipe, plane_id)); in skylake_get_initial_plane_config()
4001 val = I915_READ(PLANE_CTL(pipe, plane_id)); in skl_ddb_get_hw_plane_state()
6792 #define PLANE_CTL(pipe, plane) \ macro