aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r--drivers/gpu/drm/i915/intel_drv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index 48f309eaf7aa..766afcf39ee9 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -223,6 +223,13 @@ struct intel_crtc_config {
223 /* Controls for the clock computation, to override various stages. */ 223 /* Controls for the clock computation, to override various stages. */
224 bool clock_set; 224 bool clock_set;
225 225
226 /*
227 * crtc bandwidth limit, don't increase pipe bpp or clock if not really
228 * required. This is set in the 2nd loop of calling encoder's
229 * ->compute_config if the first pick doesn't work out.
230 */
231 bool bw_constrained;
232
226 /* Settings for the intel dpll used on pretty much everything but 233 /* Settings for the intel dpll used on pretty much everything but
227 * haswell. */ 234 * haswell. */
228 struct dpll dpll; 235 struct dpll dpll;