Lines Matching defs:aux_offset
1926 u32 aux_offset = plane_state->view.color_plane[ccs_plane].offset;
1932 while (aux_offset >= main_offset && aux_y <= main_y) {
1938 if (aux_offset == 0)
1943 aux_offset = intel_plane_adjust_aligned_offset(&x, &y,
1946 aux_offset,
1947 aux_offset - alignment);
1955 plane_state->view.color_plane[ccs_plane].offset = aux_offset;
1970 u32 aux_offset = plane_state->view.color_plane[aux_plane].offset;
1984 if (aux_plane && *offset > aux_offset)
1987 aux_offset & ~(alignment - 1));
2119 u32 aux_offset = plane_state->view.color_plane[ccs_plane].offset;
2122 if (offset > aux_offset)
2127 aux_offset & ~(alignment - 1));