Message ID | 20190531140117.37751-1-noralf@tronnes.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 2601E912 for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 31 May 2019 14:02:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1803328CDA for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 31 May 2019 14:02:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0CACD28BF4; Fri, 31 May 2019 14:02: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 ADF6728B60 for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 31 May 2019 14:01:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 10481893DB; Fri, 31 May 2019 14:01: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 35E84893D5; Fri, 31 May 2019 14:01:58 +0000 (UTC) Received: from 211.81-166-168.customer.lyse.net ([81.166.168.211]:52318 helo=localhost.localdomain) by smtp.domeneshop.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.84_2) (envelope-from <noralf@tronnes.org>) id 1hWi6W-0002XY-AI; Fri, 31 May 2019 16:01:56 +0200 From: =?utf-8?q?Noralf_Tr=C3=B8nnes?= <noralf@tronnes.org> To: dri-devel@lists.freedesktop.org Date: Fri, 31 May 2019 16:01:09 +0200 Message-Id: <20190531140117.37751-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=mwC5HMZvrHctXfyhjgStqbZ7qZ/hvFZh7Ms7oSTtNhM=; b=e5veHtB/U+JUOOqJicuRomYLc9RvXHyVsOSTwrqxyS1Rk3PAbfU//SrNdLFhC64gAPPBzGmyagFX3yFV7s7DdKTz0tA1vtshCJ9lWiJ4Fa50iv9iF7wIsp3zr7yjkEQKG5yzggarktCxHY6hTCxGXIDlDwA1JTXPWGL01lremepTG/sp8RpODtcg1pfi4gQWLVJx9UHSEcLn7HZ1ULNat0EpF/94SrFBIc48kJvQkFBPDLZQB0q7r1ozqRRUrGj77m+nwSmvcuU1DLOsqbT4uGbSYN1NZR9bAjsixYtMVbLUzRABnPoj0NbNQNRqsppV6ZP6NoqUEdae63vl3Z73bA==; Subject: [Intel-gfx] [PATCH v7 0/8] 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 <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Cc: intel-gfx@lists.freedesktop.org, =?utf-8?q?Noralf_Tr=C3=B8nnes?= <noralf@tronnes.org>, Gerd Hoffmann <kraxel@redhat.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
drm/fb-helper: Move modesetting code to drm_client
|
expand
|