Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c1368 int aux_y = plane_state->view.color_plane[ccs_plane].y; in skl_check_main_ccs_coordinates() local
1375 while (aux_offset >= main_offset && aux_y <= main_y) { in skl_check_main_ccs_coordinates()
1378 if (aux_x == main_x && aux_y == main_y) in skl_check_main_ccs_coordinates()
1385 y = aux_y / vsub; in skl_check_main_ccs_coordinates()
1393 aux_y = y * vsub + aux_y % vsub; in skl_check_main_ccs_coordinates()
1396 if (aux_x != main_x || aux_y != main_y) in skl_check_main_ccs_coordinates()
1401 plane_state->view.color_plane[ccs_plane].y = aux_y; in skl_check_main_ccs_coordinates()