[PATCH] no-lpe

Chris Wilson chris at chris-wilson.co.uk
Thu Aug 2 12:02:54 UTC 2018


---
 drivers/gpu/drm/i915/intel_lpe_audio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_lpe_audio.c b/drivers/gpu/drm/i915/intel_lpe_audio.c
index 6269750e2b54..fca5268abaf1 100644
--- a/drivers/gpu/drm/i915/intel_lpe_audio.c
+++ b/drivers/gpu/drm/i915/intel_lpe_audio.c
@@ -187,8 +187,8 @@ static bool lpe_audio_detect(struct drm_i915_private *dev_priv)
 		};
 
 		if (!pci_dev_present(atom_hdaudio_ids)) {
-			DRM_INFO("HDaudio controller not detected, using LPE audio instead\n");
-			lpe_present = true;
+			//DRM_INFO("HDaudio controller not detected, using LPE audio instead\n");
+			//lpe_present = true;
 		}
 	}
 	return lpe_present;
-- 
2.18.0



More information about the Intel-gfx-trybot mailing list