Searched refs:PLANE_POS (Results 1 – 3 of 3) sorted by relevance
277 I915_WRITE(PLANE_POS(pipe, plane), 0); in skl_update_plane()279 I915_WRITE(PLANE_POS(pipe, plane), (crtc_y << 16) | crtc_x); in skl_update_plane()
5376 #define PLANE_POS(pipe, plane) \ macro
3182 I915_WRITE(PLANE_POS(pipe, 0), 0); in skylake_update_primary_plane()3184 I915_WRITE(PLANE_POS(pipe, 0), (dst_y << 16) | dst_x); in skylake_update_primary_plane()