Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c1367 int aux_x = plane_state->view.color_plane[ccs_plane].x; in skl_check_main_ccs_coordinates() local
1378 if (aux_x == main_x && aux_y == main_y) in skl_check_main_ccs_coordinates()
1384 x = aux_x / hsub; in skl_check_main_ccs_coordinates()
1392 aux_x = x * hsub + aux_x % hsub; in skl_check_main_ccs_coordinates()
1396 if (aux_x != main_x || aux_y != main_y) in skl_check_main_ccs_coordinates()
1400 plane_state->view.color_plane[ccs_plane].x = aux_x; in skl_check_main_ccs_coordinates()