Lines Matching refs:linear_offset
1878 unsigned long linear_offset;
1942 linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
1949 linear_offset -= intel_crtc->dspaddr_offset;
1951 intel_crtc->dspaddr_offset = linear_offset;
1955 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]);
1961 I915_WRITE(DSPLINOFF(plane), linear_offset);
1963 I915_WRITE(DSPADDR(plane), obj->gtt_offset + linear_offset);
1978 unsigned long linear_offset;
2037 linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8);
2042 linear_offset -= intel_crtc->dspaddr_offset;
2045 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]);
2053 I915_WRITE(DSPLINOFF(plane), linear_offset);