Searched refs:linear_offset (Results 1 – 2 of 2) sorted by relevance
368 unsigned long sprsurf_offset, linear_offset; in vlv_update_plane() local436 linear_offset = y * fb->pitches[0] + x * pixel_size; in vlv_update_plane()441 linear_offset -= sprsurf_offset; in vlv_update_plane()448 linear_offset += src_h * fb->pitches[0] + src_w * pixel_size; in vlv_update_plane()471 I915_WRITE(SPLINOFF(pipe, plane), linear_offset); in vlv_update_plane()521 unsigned long sprsurf_offset, linear_offset; in ivb_update_plane() local580 linear_offset = y * fb->pitches[0] + x * pixel_size; in ivb_update_plane()584 linear_offset -= sprsurf_offset; in ivb_update_plane()593 linear_offset += src_h * fb->pitches[0] + in ivb_update_plane()621 I915_WRITE(SPRLINOFF(pipe), linear_offset); in ivb_update_plane()[all …]
2674 unsigned long linear_offset; in i9xx_update_primary_plane() local2756 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() local2861 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()[all …]