Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1925 int aux_y = plane_state->view.color_plane[ccs_plane].y; in skl_check_main_ccs_coordinates() local
1932 while (aux_offset >= main_offset && aux_y <= main_y) { in skl_check_main_ccs_coordinates()
1935 if (aux_x == main_x && aux_y == main_y) in skl_check_main_ccs_coordinates()
1942 y = aux_y / vsub; in skl_check_main_ccs_coordinates()
1949 aux_y = y * vsub + aux_y % vsub; in skl_check_main_ccs_coordinates()
1952 if (aux_x != main_x || aux_y != main_y) in skl_check_main_ccs_coordinates()
1957 plane_state->view.color_plane[ccs_plane].y = aux_y; in skl_check_main_ccs_coordinates()