Searched refs:linear_offset (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_sprite.c358 unsigned long sprsurf_offset, linear_offset; vlv_update_plane() local
423 linear_offset = y * fb->pitches[0] + x * pixel_size; vlv_update_plane()
429 linear_offset -= sprsurf_offset; vlv_update_plane()
436 linear_offset += src_h * fb->pitches[0] + src_w * pixel_size; vlv_update_plane()
457 I915_WRITE(SPLINOFF(pipe, plane), linear_offset); vlv_update_plane() local
497 unsigned long sprsurf_offset, linear_offset; ivb_update_plane() local
557 linear_offset = y * fb->pitches[0] + x * pixel_size; ivb_update_plane()
562 linear_offset -= sprsurf_offset; ivb_update_plane()
571 linear_offset += src_h * fb->pitches[0] + ivb_update_plane()
597 I915_WRITE(SPRLINOFF(pipe), linear_offset); ivb_update_plane() local
638 unsigned long dvssurf_offset, linear_offset; ilk_update_plane() local
695 linear_offset = y * fb->pitches[0] + x * pixel_size; ilk_update_plane()
700 linear_offset -= dvssurf_offset; ilk_update_plane()
707 linear_offset += src_h * fb->pitches[0] + src_w * pixel_size; ilk_update_plane()
727 I915_WRITE(DVSLINOFF(pipe), linear_offset); ilk_update_plane() local
H A Dintel_display.c2696 unsigned long linear_offset; i9xx_update_primary_plane() local
2773 linear_offset = y * fb->pitches[0] + x * pixel_size; i9xx_update_primary_plane()
2781 linear_offset -= intel_crtc->dspaddr_offset; i9xx_update_primary_plane()
2783 intel_crtc->dspaddr_offset = linear_offset; i9xx_update_primary_plane()
2793 data and adding to linear_offset*/ i9xx_update_primary_plane()
2794 linear_offset += i9xx_update_primary_plane()
2809 I915_WRITE(DSPLINOFF(plane), linear_offset); i9xx_update_primary_plane() local
2811 I915_WRITE(DSPADDR(plane), i915_gem_obj_ggtt_offset(obj) + linear_offset); i9xx_update_primary_plane()
2826 unsigned long linear_offset; ironlake_update_primary_plane() local
2880 linear_offset = y * fb->pitches[0] + x * pixel_size; ironlake_update_primary_plane()
2886 linear_offset -= intel_crtc->dspaddr_offset; ironlake_update_primary_plane()
2895 data and adding to linear_offset*/ ironlake_update_primary_plane()
2896 linear_offset += ironlake_update_primary_plane()
2914 I915_WRITE(DSPLINOFF(plane), linear_offset); ironlake_update_primary_plane() local

Completed in 201 milliseconds