From patchwork Tue Nov 5 19:38:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 11228463 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 91D5314E5 for ; Tue, 5 Nov 2019 19:38:37 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D2A421928 for ; Tue, 5 Nov 2019 19:38:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D2A421928 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 065D16E127; Tue, 5 Nov 2019 19:38:37 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4034D6E127 for ; Tue, 5 Nov 2019 19:38:36 +0000 (UTC) Received: by mail-wm1-x344.google.com with SMTP id 11so684208wmk.0 for ; Tue, 05 Nov 2019 11:38:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Mp7yz0aWutSh9cWPztceYhSuiOCTYSFRVo2/8174iVg=; b=HceQ9t9Z3Aek9lq19K8RrV1znvmvGpm17elIqZ4uZyWNGtZsik8eJMPinO330pCaoe BtZ00ftFKW5BJbEbliwm6aqTZMWM45ZFC+yMqnZr3PepNNvKs39WuEMz6MD5QXsMJhQg MQEUkEd8seqxkQLZPgE+1IodcQh9Z7Fi3iV4/bqqFDmTMaw77Ld3NMBocjudIgx/Qn4w xhv3qGxLsTNQIKbzaUAqZ3uKMF+V48amBXXDMnVK8YtcNLTP0OuhSxKn5jnyj8foTCks kPMf7B3I0MmK5ulvUH/zChmly775iWWVAsLqYg33jct0q2vDJT3pKIjipgTRS9dnfWXe 7p7g== X-Gm-Message-State: APjAAAXFt8M9ERlwgdVnDcNrIc9xLY5QaTRce8JQLeVugOh1BeQBIs6T YssTtgPwIqbHPvAgSCI7txjBJA== X-Google-Smtp-Source: APXvYqwTPdMylHa22j3VJcEYZKs5bQOZAmmedm6H/jbCSgbnwxQtscbogo784rpNaNP3FxIZye+f3w== X-Received: by 2002:a1c:e157:: with SMTP id y84mr514292wmg.59.1572982714599; Tue, 05 Nov 2019 11:38:34 -0800 (PST) Received: from phenom.ffwll.local (212-51-149-96.fiber7.init7.net. [212.51.149.96]) by smtp.gmail.com with ESMTPSA id g184sm578840wma.8.2019.11.05.11.38.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Nov 2019 11:38:33 -0800 (PST) From: Daniel Vetter To: DRI Development Date: Tue, 5 Nov 2019 20:38:29 +0100 Message-Id: <20191105193829.11599-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.24.0.rc2 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Mp7yz0aWutSh9cWPztceYhSuiOCTYSFRVo2/8174iVg=; b=Kp7vo/ai5wDDLZ6XVfAvNA3v1d32Blg8RHFu04NQX+ByeHYAPVbYN/09BB3/e910dc 6fx/hwrjyRNW/xVFqvngX0b1NNsr2fzEUUz8a8/bCYG6uo2ahFNSyGNdYhc7vUvzpvdq TriKEc+30SpUuxxylZW2iFoQTNKV//y4lItAw= Subject: [Intel-gfx] [PATCH] drm/i915: Don't select BROKEN X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Daniel Vetter , Intel Graphics Development , Stephen Rothwell Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" It's broken. Reported-by: Stephen Rothwell References: https://lists.freedesktop.org/archives/dri-devel/2019-November/242625.html Signed-off-by: Daniel Vetter --- Note: Probably best to apply this directly onto drm-next to avoid having drm-next dropped from linux-next until the next pull request. -Daniel --- drivers/gpu/drm/i915/Kconfig.debug | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug index ef123eb29168..d2ba8f7e5e50 100644 --- a/drivers/gpu/drm/i915/Kconfig.debug +++ b/drivers/gpu/drm/i915/Kconfig.debug @@ -44,7 +44,6 @@ config DRM_I915_DEBUG select DRM_I915_SELFTEST select DRM_I915_DEBUG_RUNTIME_PM select DRM_I915_DEBUG_MMIO - select BROKEN # for prototype uAPI default n help Choose this option to turn on extra driver debugging that may affect