Searched refs:linear_offset (Results 1 – 2 of 2) sorted by relevance
358 unsigned long sprsurf_offset, linear_offset; in vlv_update_plane() local423 linear_offset = y * fb->pitches[0] + x * pixel_size; in vlv_update_plane()429 linear_offset -= sprsurf_offset; in vlv_update_plane()436 linear_offset += src_h * fb->pitches[0] + src_w * pixel_size; in vlv_update_plane()457 I915_WRITE(SPLINOFF(pipe, plane), linear_offset); in vlv_update_plane()497 unsigned long sprsurf_offset, linear_offset; in ivb_update_plane() local557 linear_offset = y * fb->pitches[0] + x * pixel_size; in ivb_update_plane()562 linear_offset -= sprsurf_offset; in ivb_update_plane()571 linear_offset += src_h * fb->pitches[0] + in ivb_update_plane()597 I915_WRITE(SPRLINOFF(pipe), linear_offset); in ivb_update_plane()[all …]
2696 unsigned long linear_offset; in i9xx_update_primary_plane() local2773 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() local2880 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()[all …]