Lines Matching refs:linear_offset
2674 unsigned long linear_offset; in i9xx_update_primary_plane() local
2756 linear_offset = y * fb->pitches[0] + x * pixel_size; in i9xx_update_primary_plane()
2763 linear_offset -= intel_crtc->dspaddr_offset; in i9xx_update_primary_plane()
2765 intel_crtc->dspaddr_offset = linear_offset; in i9xx_update_primary_plane()
2776 linear_offset += in i9xx_update_primary_plane()
2788 I915_WRITE(DSPLINOFF(plane), linear_offset); in i9xx_update_primary_plane()
2790 I915_WRITE(DSPADDR(plane), i915_gem_obj_ggtt_offset(obj) + linear_offset); in i9xx_update_primary_plane()
2803 unsigned long linear_offset; in ironlake_update_primary_plane() local
2861 linear_offset = y * fb->pitches[0] + x * pixel_size; in ironlake_update_primary_plane()
2866 linear_offset -= intel_crtc->dspaddr_offset; in ironlake_update_primary_plane()
2876 linear_offset += in ironlake_update_primary_plane()
2891 I915_WRITE(DSPLINOFF(plane), linear_offset); in ironlake_update_primary_plane()