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: 11228465 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 37C0614E5 for ; Tue, 5 Nov 2019 19:38:39 +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 2C7DD21882 for ; Tue, 5 Nov 2019 19:38:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C7DD21882 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6D5856EB6A; Tue, 5 Nov 2019 19:38:37 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5E7606EB69 for ; Tue, 5 Nov 2019 19:38:36 +0000 (UTC) Received: by mail-wm1-x343.google.com with SMTP id m17so640975wmi.5 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=ixH621xl6MyRlC/U6tqXXWgndID8M90HZo1Z2zzZxCKrhrPW04tu2lSE+6zYAyZlyT jZQKZp6LtQJ2penkKnTo0O5FcePaGTCN4GH/DfmmljWAnC3AfDY2LMKoq3NxUB+SBPWH /NEys7oM8OpisIFMXfCPS8raFRCdidwmqBcqobpSk2NYvLrz+El7asS0zT0FpdrtXWqY KKfjaFHMRp+voPGlNnKS0nMsswe1sTLhGWzva2eQApu70CJe9jZW/WOjeJZ2miunX/6x DiEpz1hQ8kAiXz/EZ3Xa0FRKRRVMOAmb1h0rj9TXixMDiCo0AResmDtJJk6F6QYla+YL L5OQ== X-Gm-Message-State: APjAAAVsfmYb3JDhj8hJa1wRx/1cDJBWKJpW0eIryXL/oa3RNAtS0JIB +HZlMcLm7tgz6CsktmCzqmvpiL9YVj4= 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 Subject: [PATCH] drm/i915: Don't select BROKEN 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= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Daniel Vetter , Intel Graphics Development , Stephen Rothwell Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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