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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_psr.c1950 u16 y_alignment; local
1955 y_alignment = vdsc_cfg->slice_height;
1957 y_alignment = crtc_state->su_y_granularity;
1959 pipe_clip->y1 -= pipe_clip->y1 % y_alignment;
1960 if (pipe_clip->y2 % y_alignment)
1961 pipe_clip->y2 = ((pipe_clip->y2 / y_alignment) + 1) * y_alignment;

Completed in 207 milliseconds