Lines Matching defs:bpc
2975 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5;
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 * 3 < bpp) {
7720 bpp, connector->base.display_info.bpc*3);
7721 pipe_config->pipe_bpp = connector->base.display_info.bpc*3;
7725 if (connector->base.display_info.bpc == 0 && bpp > 24) {
7771 /* TODO: gen4+ supports 16 bpc floating point, too. */