Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_fb.h75 u32 intel_plane_compute_aligned_offset(int *x, int *y,
H A Dskl_universal_plane.c1583 *offset = intel_plane_compute_aligned_offset(x, y, plane_state, 0); in skl_calc_main_surface_offset()
1719 offset = intel_plane_compute_aligned_offset(&x, &y, in skl_check_nv12_aux_surface()
1791 offset = intel_plane_compute_aligned_offset(&x, &y, in skl_check_ccs_aux_surface()
H A Dintel_cursor.c99 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in intel_cursor_check_surface()
H A Di9xx_plane.c251 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in i9xx_check_plane_surface()
H A Dintel_fb.c1071 u32 intel_plane_compute_aligned_offset(int *x, int *y, in intel_plane_compute_aligned_offset() function