Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.h75 u32 intel_plane_compute_aligned_offset(int *x, int *y,
H A Dskl_universal_plane.c1819 *offset = intel_plane_compute_aligned_offset(x, y, plane_state, 0); in skl_calc_main_surface_offset()
1955 offset = intel_plane_compute_aligned_offset(&x, &y, in skl_check_nv12_aux_surface()
2027 offset = intel_plane_compute_aligned_offset(&x, &y, in skl_check_ccs_aux_surface()
H A Dintel_cursor.c113 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in intel_cursor_check_surface()
H A Di9xx_plane.c253 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in i9xx_check_plane_surface()
H A Dintel_fb.c1043 u32 intel_plane_compute_aligned_offset(int *x, int *y, in intel_plane_compute_aligned_offset() function