Searched refs:PLANE_POS (Results 1 – 2 of 2) sorted by relevance
318 I915_WRITE_FW(PLANE_POS(pipe, plane_id), 0); in skl_update_plane()320 I915_WRITE_FW(PLANE_POS(pipe, plane_id), (crtc_y << 16) | crtc_x); in skl_update_plane()
6622 #define PLANE_POS(pipe, plane) \ macro