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

/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_crtc.h217 unsigned int bpc; member in struct:drm_display_info
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_display.c2975 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5; local
2983 temp |= bpc << 9; /* same format but at 11:9 */
4093 pipe_config->pipe_bpp = 10*3; /* 12bpc is gen5+ */
4095 /* only a 8bpc pipe, with 6bpc dither through the panel fitter
4802 /* only g4x and later have fancy bpc/dither controls */
5433 * accuracy. Perhaps we even need to take the bpc value into
7716 /* Don't use an invalid EDID bpc value */
7717 if (connector->base.display_info.bpc &&
7718 connector->base.display_info.bpc *
[all...]

Completed in 35 milliseconds