Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c466 u32 linear_offset; in vlv_update_plane() local
480 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in vlv_update_plane()
498 I915_WRITE_FW(SPLINOFF(pipe, plane_id), linear_offset); in vlv_update_plane()
615 u32 linear_offset; in ivb_update_plane() local
636 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in ivb_update_plane()
656 I915_WRITE_FW(SPRLINOFF(pipe), linear_offset); in ivb_update_plane()
771 u32 linear_offset; in g4x_update_plane() local
792 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in g4x_update_plane()
808 I915_WRITE_FW(DVSLINOFF(pipe), linear_offset); in g4x_update_plane()
H A Dintel_display.c3251 u32 linear_offset; in i9xx_update_primary_plane() local
3259 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in i9xx_update_primary_plane()
3264 dspaddr_offset = linear_offset; in i9xx_update_primary_plane()
3297 I915_WRITE_FW(DSPLINOFF(plane), linear_offset); in i9xx_update_primary_plane()