Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c57e3551 authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915: Support not having an init clock gating function defined



When enabling new platforms, we may not have any W/A to apply,
especially that, now, a bunch of them have to be done from the ring.

Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent e35fef21
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6386,6 +6386,7 @@ void intel_init_clock_gating(struct drm_device *dev)
{
	struct drm_i915_private *dev_priv = dev->dev_private;

	if (dev_priv->display.init_clock_gating)
		dev_priv->display.init_clock_gating(dev);
}