Searched refs:PLANE_STRIDE (Results 1 – 3 of 3) sorted by relevance
260 I915_WRITE(PLANE_STRIDE(pipe, plane), stride); in skl_update_plane()
3170 I915_WRITE(PLANE_STRIDE(pipe, 0), stride); in skylake_update_primary_plane()9144 val = I915_READ(PLANE_STRIDE(pipe, 0)); in skylake_get_initial_plane_config()11221 I915_WRITE(PLANE_STRIDE(pipe, 0), stride); in skl_do_mmio_flip()
5367 #define PLANE_STRIDE(pipe, plane) \ macro