Home
last modified time | relevance | path

Searched refs:intel_plane_compute_aligned_offset (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_fb.h75 u32 intel_plane_compute_aligned_offset(int *x, int *y,
Dskl_universal_plane.c1582 *offset = intel_plane_compute_aligned_offset(x, y, plane_state, 0); in skl_calc_main_surface_offset()
1718 offset = intel_plane_compute_aligned_offset(&x, &y, in skl_check_nv12_aux_surface()
1790 offset = intel_plane_compute_aligned_offset(&x, &y, in skl_check_ccs_aux_surface()
Dintel_cursor.c99 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in intel_cursor_check_surface()
Di9xx_plane.c251 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in i9xx_check_plane_surface()
Dintel_fb.c1071 u32 intel_plane_compute_aligned_offset(int *x, int *y, in intel_plane_compute_aligned_offset() function