Lines Matching refs: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
7713 /* Don't use an invalid EDID bpc value */
7714 if (connector->base.display_info.bpc &&
7715 connector->base.display_info.bpc * 3 < bpp) {
7717 bpp, connector->base.display_info.bpc*3);
7718 pipe_config->pipe_bpp = connector->base.display_info.bpc*3;
7722 if (connector->base.display_info.bpc == 0 && bpp > 24) {
7768 /* TODO: gen4+ supports 16 bpc floating point, too. */