lvds_bpp          397 drivers/gpu/drm/i915/display/intel_lvds.c 	unsigned int lvds_bpp;
lvds_bpp          406 drivers/gpu/drm/i915/display/intel_lvds.c 		lvds_bpp = 8*3;
lvds_bpp          408 drivers/gpu/drm/i915/display/intel_lvds.c 		lvds_bpp = 6*3;
lvds_bpp          410 drivers/gpu/drm/i915/display/intel_lvds.c 	if (lvds_bpp != pipe_config->pipe_bpp && !pipe_config->bw_constrained) {
lvds_bpp          412 drivers/gpu/drm/i915/display/intel_lvds.c 			      pipe_config->pipe_bpp, lvds_bpp);
lvds_bpp          413 drivers/gpu/drm/i915/display/intel_lvds.c 		pipe_config->pipe_bpp = lvds_bpp;