Searched defs:plane_bpp (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c7847 int plane_bpp, ret = -EINVAL; local
7868 plane_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc),
7870 if (plane_bpp < 0)
7929 pipe_config->dither = pipe_config->pipe_bpp != plane_bpp;
7931 plane_bpp, pipe_config->pipe_bpp, pipe_config->dither);

Completed in 61 milliseconds