From patchwork Thu Apr 25 08:31:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Noralf_Tr=C3=B8nnes?= X-Patchwork-Id: 10916245 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F3A361575 for ; Thu, 25 Apr 2019 08:32:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E5A0728AA5 for ; Thu, 25 Apr 2019 08:32:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D988428C33; Thu, 25 Apr 2019 08:32:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D83C928AA5 for ; Thu, 25 Apr 2019 08:31:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 466668826D; Thu, 25 Apr 2019 08:31:59 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3005::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 115228826D; Thu, 25 Apr 2019 08:31:58 +0000 (UTC) Received: from 211.81-166-168.customer.lyse.net ([81.166.168.211]:49828 helo=localhost.localdomain) by smtp.domeneshop.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.84_2) (envelope-from ) id 1hJZnQ-0008F2-8B; Thu, 25 Apr 2019 10:31:56 +0200 From: =?utf-8?q?Noralf_Tr=C3=B8nnes?= To: dri-devel@lists.freedesktop.org Date: Thu, 25 Apr 2019 10:31:34 +0200 Message-Id: <20190425083135.6751-1-noralf@tronnes.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tronnes.org; s=ds201810; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=RNJQE23DYVfsGeIfuU+vs2E3sqs2VZXMhhdZ7ZFyOFw=; b=OeZp46BbY2q+dQMbSwtbg+RZLRsDn2tSfF7Z5hW2m3zePL+ETpmZpUP22nyB6Sy3DeCOCNWDDJf9M18g4u3SjSgAjxq3yfdrRCOIgWnp+k6bPWdHZIsDTC4AsdA1ZvCIJIsb/DvZnLmxhomvekzuOPiOGxECQD1zSipAjJSQeXqs9CaJKo5VsYs3mCXbN0YAp/5iEJzUpcjOZ9zMm9vzXWHzRHMYn3vdEFxNmWhbu5IfJomQw4pIhwY3/K4OJQP4USEPpzJdLwJzrFZOk3G5Phpd6fUQgtfc4oX2rBQmF5Rcpg5IwBwHcMTtBXz0B6QlTkUmqvODQK5U7XHGdMrx8Q==; Subject: [Intel-gfx] [PATCH v4 0/1] drm/fb-helper: Move modesetting code to drm_client 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: intel-gfx@lists.freedesktop.org, =?utf-8?q?Noralf_Tr=C3=B8nnes?= Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP The Intel CI [1] was not happy with the previous version and I don't know which part it didn't like. So I'll split up the series and feed it piece by piece until I know where the problem is. Noralf. [1] https://patchwork.freedesktop.org/series/58597/ Noralf Trønnes (1): drm/fb-helper: Avoid race with DRM userspace drivers/gpu/drm/drm_auth.c | 20 ++++++++ drivers/gpu/drm/drm_fb_helper.c | 90 ++++++++++++++++----------------- drivers/gpu/drm/drm_internal.h | 2 + 3 files changed, 67 insertions(+), 45 deletions(-)