Lines Matching refs:linear_offset
2044 unsigned long linear_offset; in i9xx_update_plane() local
2105 linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); in i9xx_update_plane()
2112 linear_offset -= intel_crtc->dspaddr_offset; in i9xx_update_plane()
2114 intel_crtc->dspaddr_offset = linear_offset; in i9xx_update_plane()
2118 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]); in i9xx_update_plane()
2124 I915_WRITE(DSPLINOFF(plane), linear_offset); in i9xx_update_plane()
2126 I915_WRITE(DSPADDR(plane), obj->gtt_offset + linear_offset); in i9xx_update_plane()
2141 unsigned long linear_offset; in ironlake_update_plane() local
2200 linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); in ironlake_update_plane()
2205 linear_offset -= intel_crtc->dspaddr_offset; in ironlake_update_plane()
2208 obj->gtt_offset, linear_offset, x, y, fb->pitches[0]); in ironlake_update_plane()
2216 I915_WRITE(DSPLINOFF(plane), linear_offset); in ironlake_update_plane()