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

Commit abbf9d2c authored by Ben Widawsky's avatar Ben Widawsky Committed by Daniel Vetter
Browse files

drm/i915/bdw: Use centralized rc6 info print

parent 1c79b42f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3276,7 +3276,7 @@ static void gen8_enable_rps(struct drm_device *dev)
	/* 3: Enable RC6 */
	if (intel_enable_rc6(dev) & INTEL_RC6_ENABLE)
		rc6_mask = GEN6_RC_CTL_RC6_ENABLE;
	DRM_INFO("RC6 %s\n", (rc6_mask & GEN6_RC_CTL_RC6_ENABLE) ? "on" : "off");
	intel_print_rc6_info(dev, rc6_mask);
	I915_WRITE(GEN6_RC_CONTROL, GEN6_RC_CTL_HW_ENABLE |
				    GEN6_RC_CTL_EI_MODE(1) |
				    rc6_mask);