Home
last modified time | relevance | path

Searched refs:DSPSTRIDE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c2804 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); in i9xx_update_primary_plane()
2907 I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); in ironlake_update_primary_plane()
8082 val = I915_READ(DSPSTRIDE(pipe)); in i9xx_get_initial_plane_config()
9243 val = I915_READ(DSPSTRIDE(pipe)); in ironlake_get_initial_plane_config()
15708 error->plane[i].stride = I915_READ(DSPSTRIDE(i)); in intel_display_capture_error_state()
Di915_reg.h4969 #define DSPSTRIDE(plane) _PIPE2(plane, _DSPASTRIDE) macro