HomeSort by: relevance | last modified time | path
    Searched defs:pixels_per_group (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdmi.c 939 unsigned int pixels_per_group; local in function:gcp_default_phase_possible
944 pixels_per_group = 4;
948 pixels_per_group = 2;
952 pixels_per_group = 1;
959 return mode->crtc_hdisplay % pixels_per_group == 0 &&
960 mode->crtc_htotal % pixels_per_group == 0 &&
961 mode->crtc_hblank_start % pixels_per_group == 0 &&
962 mode->crtc_hblank_end % pixels_per_group == 0 &&
963 mode->crtc_hsync_start % pixels_per_group == 0 &&
964 mode->crtc_hsync_end % pixels_per_group == 0 &
    [all...]
intel_hdmi.c 939 unsigned int pixels_per_group; local in function:gcp_default_phase_possible
944 pixels_per_group = 4;
948 pixels_per_group = 2;
952 pixels_per_group = 1;
959 return mode->crtc_hdisplay % pixels_per_group == 0 &&
960 mode->crtc_htotal % pixels_per_group == 0 &&
961 mode->crtc_hblank_start % pixels_per_group == 0 &&
962 mode->crtc_hblank_end % pixels_per_group == 0 &&
963 mode->crtc_hsync_start % pixels_per_group == 0 &&
964 mode->crtc_hsync_end % pixels_per_group == 0 &
    [all...]
intel_hdmi.c 939 unsigned int pixels_per_group; local in function:gcp_default_phase_possible
944 pixels_per_group = 4;
948 pixels_per_group = 2;
952 pixels_per_group = 1;
959 return mode->crtc_hdisplay % pixels_per_group == 0 &&
960 mode->crtc_htotal % pixels_per_group == 0 &&
961 mode->crtc_hblank_start % pixels_per_group == 0 &&
962 mode->crtc_hblank_end % pixels_per_group == 0 &&
963 mode->crtc_hsync_start % pixels_per_group == 0 &&
964 mode->crtc_hsync_end % pixels_per_group == 0 &
    [all...]

Completed in 34 milliseconds