Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c1530 int aux_x = plane_state->view.color_plane[ccs_plane].x; in skl_check_main_ccs_coordinates() local
1541 if (aux_x == main_x && aux_y == main_y) in skl_check_main_ccs_coordinates()
1547 x = aux_x / hsub; in skl_check_main_ccs_coordinates()
1555 aux_x = x * hsub + aux_x % hsub; in skl_check_main_ccs_coordinates()
1559 if (aux_x != main_x || aux_y != main_y) in skl_check_main_ccs_coordinates()
1563 plane_state->view.color_plane[ccs_plane].x = aux_x; in skl_check_main_ccs_coordinates()