Searched refs:aux_plane (Results 1 – 1 of 1) sorted by relevance
1037 int aux_plane = skl_main_to_aux_plane(fb, color_plane); in skl_plane_aux_dist() local1040 if (!aux_plane) in skl_plane_aux_dist()1043 aux_dist = skl_surf_address(plane_state, aux_plane) - in skl_plane_aux_dist()1577 const int aux_plane = skl_main_to_aux_plane(fb, 0); in skl_calc_main_surface_offset() local1578 const u32 aux_offset = plane_state->view.color_plane[aux_plane].offset; in skl_calc_main_surface_offset()1592 if (aux_plane && *offset > aux_offset) in skl_calc_main_surface_offset()1635 const int aux_plane = skl_main_to_aux_plane(fb, 0); in skl_check_main_surface() local1656 if (intel_fb_is_ccs_modifier(fb->modifier) && aux_plane) { in skl_check_main_surface()1658 offset, aux_plane)) { in skl_check_main_surface()1666 if (x != plane_state->view.color_plane[aux_plane].x || in skl_check_main_surface()[all …]