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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 922 int pipe_bpp; member in struct:intel_crtc_state
intel_dp.c 1938 bpp = pipe_config->pipe_bpp;
1970 DRM_DEBUG_KMS("Setting pipe_bpp to %d\n", bpp);
2032 pipe_config->pipe_bpp = bpp;
2125 int pipe_bpp; local in function:intel_dp_dsc_compute_config
2141 pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, dsc_max_bpc);
2144 if (pipe_bpp < 8 * 3) {
2154 pipe_config->pipe_bpp = pipe_bpp;
2161 pipe_config->pipe_bpp);
2185 pipe_config->pipe_bpp);
    [all...]

Completed in 15 milliseconds