Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp755651ybl; Fri, 23 Aug 2019 07:56:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqxWYb+iYrrbf1Gf35vdJfSIKshMJRYbvLniKbnnAzBHVR4u/AbtV20y/ZI+0a8CVOgI3D5z X-Received: by 2002:a17:902:6847:: with SMTP id f7mr5186404pln.311.1566572191735; Fri, 23 Aug 2019 07:56:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566572191; cv=none; d=google.com; s=arc-20160816; b=UCha/vXQAMPGVRV+bE9z8lDJ+Z5efzt2D+3pmP4Yj3yi9NUVgs2LTf7z1+0oR1FhcO lmgK0WzybxNoexMgd+zCWcwRvhtnVt281mC3gTRZhlkVyOiRZYAlawJCISwsJj3Uo0yM 4QHw2fGg3KuRIRr0hePce+KPdYjOdo6SZ+C2c5FpSBWK/32uROrATbe8ryuKp864Hw/o 1xQjOlzW6ztjsXWMCGihV4wT4PixrC/ZHPqGVu6B5S9edCNRtNEccva+/gUnF8zbDjSG /29Be/MwST203D+DskScmGv+vtqvPPubwYVabsfeuJ8CzSN1G6a5BduVse+UTrjG7MiD pvTw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=ji0k2ssi5EkYe6pvg/GFhQEORlbMPATBTMHQrSU9QQY=; b=MH569GA0dMS5coCkdPoX8e3MEKD9qP4XduG38hbxVN8C73S53hU/JWj2tn19kNVDlH datbmDfe7cn/drVCWcf55Jp6IYkD8YRsq/hHZVHhGhu52fcUl7i43wJ5DO8NJLmg1nAx LqBp948WFGGNsIo/qTfAjcB8hLLW79kPHfeMfo/fUsn6QgQBTY7mE8B5LisZDJeg+iRq eMBNgwJRk5jQiV9fV2ZT0VJ5AC89eznnVWo6o5iA5LuAl4BJFvLNkNbn2XN5Dx8emnsv HWvwcX/exsunlVJd/3IbvVuhgw5zJSGjSis8tWs4OBhS9OsazH+OPFs4xpgw/UPwal1S vFYw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 44si2725934pld.137.2019.08.23.07.56.17; Fri, 23 Aug 2019 07:56:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405545AbfHVXEO convert rfc822-to-8bit (ORCPT + 99 others); Thu, 22 Aug 2019 19:04:14 -0400 Received: from mail.fireflyinternet.com ([109.228.58.192]:60954 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2405502AbfHVXEN (ORCPT ); Thu, 22 Aug 2019 19:04:13 -0400 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 18233027-1500050 for multiple; Fri, 23 Aug 2019 00:04:06 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Lyude Paul , intel-gfx@lists.freedesktop.org From: Chris Wilson In-Reply-To: <20190822203127.24648-2-lyude@redhat.com> Cc: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20190822203127.24648-1-lyude@redhat.com> <20190822203127.24648-2-lyude@redhat.com> Message-ID: <156651504414.31031.15762618327886046790@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: [PATCH v2 2/2] drm/i915: Enable CONFIG_DMA_API_DEBUG_SG for intel-ci Date: Fri, 23 Aug 2019 00:04:04 +0100 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Lyude Paul (2019-08-22 21:31:27) > Now that we've fixed i915 so that it sets a max SG segment length and > gotten rid of the relevant warnings, let's enable > CONFIG_DMA_API_DEBUG_SG for intel-ci so that we can catch issues like > this in the future as well. > > Signed-off-by: Lyude Paul > Cc: Chris Wilson > --- > drivers/gpu/drm/i915/Kconfig.debug | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug > index 00786a142ff0..ad8d3cd63c9f 100644 > --- a/drivers/gpu/drm/i915/Kconfig.debug > +++ b/drivers/gpu/drm/i915/Kconfig.debug > @@ -32,6 +32,7 @@ config DRM_I915_DEBUG > select DRM_DEBUG_SELFTEST > select DMABUF_SELFTESTS > select SW_SYNC # signaling validation framework (igt/syncobj*) select DMA_API_DEBUG as well for it to be enabled, no recursive dependency solver in Kconfig. > + select DMA_API_DEBUG_SG > select DRM_I915_SW_FENCE_DEBUG_OBJECTS > select DRM_I915_SELFTEST > select DRM_I915_DEBUG_RUNTIME_PM > -- > 2.21.0 >