From patchwork Thu Nov 8 16:04:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Anholt X-Patchwork-Id: 10674547 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 0337214BD for ; Thu, 8 Nov 2018 16:04:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E63DD2DC40 for ; Thu, 8 Nov 2018 16:04:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D99B42DC77; Thu, 8 Nov 2018 16:04:29 +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 160E62DC40 for ; Thu, 8 Nov 2018 16:04:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 864AA893C9; Thu, 8 Nov 2018 16:04:25 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from anholt.net (anholt.net [50.246.234.109]) by gabe.freedesktop.org (Postfix) with ESMTP id B7A7B893C9 for ; Thu, 8 Nov 2018 16:04:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id 7212710A1336; Thu, 8 Nov 2018 08:04:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at anholt.net Received: from anholt.net ([127.0.0.1]) by localhost (kingsolver.anholt.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KCeizwoiU-U8; Thu, 8 Nov 2018 08:04:23 -0800 (PST) Received: from eliezer.anholt.net (localhost [127.0.0.1]) by anholt.net (Postfix) with ESMTP id 208D410A1218; Thu, 8 Nov 2018 08:04:23 -0800 (PST) Received: by eliezer.anholt.net (Postfix, from userid 1000) id 4F0E92FE1B8F; Thu, 8 Nov 2018 08:04:22 -0800 (PST) From: Eric Anholt To: dri-devel@lists.freedesktop.org Subject: [PATCH 0/2] reverts to un-regress v3d Date: Thu, 8 Nov 2018 08:04:20 -0800 Message-Id: <20181108160422.17743-1-eric@anholt.net> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 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: linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP I'm not committed to any of these reverts, as long as the authors can get them fixed. The changes are too intricate for me to make sense of and try to fix myself. Eric Anholt (2): Revert "drm/sched: fix timeout handling v2" drm: Revert syncobj timeline changes. drivers/gpu/drm/drm_syncobj.c | 359 +++++-------------------- drivers/gpu/drm/scheduler/sched_main.c | 30 +-- include/drm/drm_syncobj.h | 73 +++-- 3 files changed, 106 insertions(+), 356 deletions(-)