Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1532 int aux_y = plane_state->view.color_plane[ccs_plane].y; in skl_check_main_ccs_coordinates() local
1539 while (aux_offset >= main_offset && aux_y <= main_y) { in skl_check_main_ccs_coordinates()
1542 if (aux_x == main_x && aux_y == main_y) in skl_check_main_ccs_coordinates()
1549 y = aux_y / vsub; in skl_check_main_ccs_coordinates()
1557 aux_y = y * vsub + aux_y % vsub; in skl_check_main_ccs_coordinates()
1560 if (aux_x != main_x || aux_y != main_y) in skl_check_main_ccs_coordinates()
1565 plane_state->view.color_plane[ccs_plane].y = aux_y; in skl_check_main_ccs_coordinates()