Home
last modified time | relevance | path

Searched refs:PLANE_POS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c277 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()
Di915_reg.h5376 #define PLANE_POS(pipe, plane) \ macro
Dintel_display.c3182 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()