Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_sprite.c939 u32 linear_offset; in vlv_update_plane() local
956 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in vlv_update_plane()
975 I915_WRITE_FW(SPLINOFF(pipe, plane_id), linear_offset); in vlv_update_plane()
1155 u32 linear_offset; in ivb_update_plane() local
1179 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in ivb_update_plane()
1200 I915_WRITE_FW(SPRLINOFF(pipe), linear_offset); in ivb_update_plane()
1408 u32 linear_offset; in g4x_update_plane() local
1432 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in g4x_update_plane()
1447 I915_WRITE_FW(DVSLINOFF(pipe), linear_offset); in g4x_update_plane()
Dintel_display.c3781 u32 linear_offset; in i9xx_update_plane() local
3794 linear_offset = intel_fb_xy_to_linear(x, y, plane_state, 0); in i9xx_update_plane()
3799 dspaddr_offset = linear_offset; in i9xx_update_plane()
3824 I915_WRITE_FW(DSPLINOFF(i9xx_plane), linear_offset); in i9xx_update_plane()