Searched refs:DSPSTRIDE (Results 1 – 2 of 2) sorted by relevance
2783 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); in i9xx_update_primary_plane()2884 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); in ironlake_update_primary_plane()6991 val = I915_READ(DSPSTRIDE(pipe)); in i9xx_get_initial_plane_config()8152 val = I915_READ(DSPSTRIDE(pipe)); in ironlake_get_initial_plane_config()14516 error->plane[i].stride = I915_READ(DSPSTRIDE(i)); in intel_display_capture_error_state()
4515 #define DSPSTRIDE(plane) _PIPE2(plane, _DSPASTRIDE) macro