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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dskl_universal_plane.c1531 int aux_x = plane_state->view.color_plane[ccs_plane].x; local
1542 if (aux_x == main_x && aux_y == main_y)
1548 x = aux_x / hsub;
1556 aux_x = x * hsub + aux_x % hsub;
1560 if (aux_x != main_x || aux_y != main_y)
1564 plane_state->view.color_plane[ccs_plane].x = aux_x;

Completed in 144 milliseconds