Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sprite.c287 I915_WRITE(PLANE_STRIDE(pipe, plane), fb->pitches[0] / stride_div); in skl_update_plane()
Dintel_display.c3026 I915_WRITE(PLANE_STRIDE(pipe, 0), fb->pitches[0] / stride_div); in skylake_update_primary_plane()
8053 val = I915_READ(PLANE_STRIDE(pipe, 0)); in skylake_get_initial_plane_config()
9939 I915_WRITE(PLANE_STRIDE(pipe, 0), stride); in skl_do_mmio_flip()
Di915_reg.h4909 #define PLANE_STRIDE(pipe, plane) \ macro