Searched refs:PLANE_OFFSET (Results 1 – 3 of 3) sorted by relevance
627 I915_WRITE_FW(PLANE_OFFSET(pipe, plane_id), (y << 16) | x); in skl_program_plane()
9892 offset = I915_READ(PLANE_OFFSET(pipe, plane_id)); in skylake_get_initial_plane_config()
6838 #define PLANE_OFFSET(pipe, plane) \ macro