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

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.c930 unsigned int pixels_per_group; local
935 pixels_per_group = 4;
939 pixels_per_group = 2;
943 pixels_per_group = 1;
950 return mode->crtc_hdisplay % pixels_per_group == 0 &&
951 mode->crtc_htotal % pixels_per_group == 0 &&
952 mode->crtc_hblank_start % pixels_per_group == 0 &&
953 mode->crtc_hblank_end % pixels_per_group == 0 &&
954 mode->crtc_hsync_start % pixels_per_group == 0 &&
955 mode->crtc_hsync_end % pixels_per_group
[all...]

Completed in 130 milliseconds