Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c1036 int aux_plane = skl_main_to_aux_plane(fb, color_plane); in skl_plane_aux_dist() local
1039 if (!aux_plane) in skl_plane_aux_dist()
1042 aux_dist = skl_surf_address(plane_state, aux_plane) - in skl_plane_aux_dist()
1046 aux_dist |= PLANE_AUX_STRIDE(skl_plane_stride(plane_state, aux_plane)); in skl_plane_aux_dist()
1576 const int aux_plane = skl_main_to_aux_plane(fb, 0); in skl_calc_main_surface_offset() local
1577 const u32 aux_offset = plane_state->view.color_plane[aux_plane].offset; in skl_calc_main_surface_offset()
1591 if (aux_plane && *offset > aux_offset) in skl_calc_main_surface_offset()
1634 const int aux_plane = skl_main_to_aux_plane(fb, 0); in skl_check_main_surface() local
1655 if (intel_fb_is_ccs_modifier(fb->modifier) && aux_plane) { in skl_check_main_surface()
1657 offset, aux_plane)) { in skl_check_main_surface()
[all …]