Lines Matching refs:linear_offset
2696 unsigned long linear_offset; in i9xx_update_primary_plane() local
2773 linear_offset = y * fb->pitches[0] + x * pixel_size; in i9xx_update_primary_plane()
2781 linear_offset -= intel_crtc->dspaddr_offset; in i9xx_update_primary_plane()
2783 intel_crtc->dspaddr_offset = linear_offset; in i9xx_update_primary_plane()
2794 linear_offset += in i9xx_update_primary_plane()
2809 I915_WRITE(DSPLINOFF(plane), linear_offset); in i9xx_update_primary_plane()
2811 I915_WRITE(DSPADDR(plane), i915_gem_obj_ggtt_offset(obj) + linear_offset); in i9xx_update_primary_plane()
2826 unsigned long linear_offset; in ironlake_update_primary_plane() local
2880 linear_offset = y * fb->pitches[0] + x * pixel_size; in ironlake_update_primary_plane()
2886 linear_offset -= intel_crtc->dspaddr_offset; in ironlake_update_primary_plane()
2896 linear_offset += in ironlake_update_primary_plane()
2914 I915_WRITE(DSPLINOFF(plane), linear_offset); in ironlake_update_primary_plane()