From patchwork Tue Oct 22 15:25: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: 11204685 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 58E1514E5 for ; Tue, 22 Oct 2019 15:25:41 +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 EC52E218AE for ; Tue, 22 Oct 2019 15:25:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EC52E218AE 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 2D69B6E84A; Tue, 22 Oct 2019 15:25:40 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by gabe.freedesktop.org (Postfix) with ESMTPS id E06FE6E84A for ; Tue, 22 Oct 2019 15:25:37 +0000 (UTC) Received: by mail-wr1-x42d.google.com with SMTP id s1so9807790wro.0 for ; Tue, 22 Oct 2019 08:25:37 -0700 (PDT) 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=+LH15woUHFV9Sv24z7gvZy7aG33Jvdl2MxKUB928QW4=; b=WjM5KIjOf1ID4+ITA4FdgjShMamn1gQehgcbyAZ62pMKqfG/XQeRR0ANsrasXvV6je Ta9ClkcuXR7cQlUOAO6uGAil8nMjlLd3iT5dEjgrex6xWxySb8eE8iMMte4LyOJD5Wsn ZWFz0mg0/2jBV74Xiq8tW/FWBt3RHsRPgzfrTyZvhoIgcpcv2oivBbETNIrXxi94UrEk OsQ0spfkx3s8dXRAdlnoR2Cf3+XcxfzjLnYoKf/r+J2H+HXLVE2/RjoUSJCh6CcG0Q4l o35LpHEMCD5HjTP9Nd8RrhhNWsdI6Wu1VhtJLrux84Jbm79WDLeE4rDNt8aRcqYIvtOk GlkA== X-Gm-Message-State: APjAAAUhONPKuy/Fm58j8RQPA6mS6SNUyrAPhPcupLSooS/VF1pPlvr2 IEuxcZeyypSzYNwzDuyr5Y3bdGhUPBs= X-Google-Smtp-Source: APXvYqx0WaHe3SLtBQfi5JGfGc06QNVYCwzB1rRY6lHBffbLS0ulrWWgcvHF9TKFPWICJo/POFsTzg== X-Received: by 2002:a5d:4285:: with SMTP id k5mr3956815wrq.344.1571757936201; Tue, 22 Oct 2019 08:25:36 -0700 (PDT) Received: from phenom.ffwll.local (212-51-149-96.fiber7.init7.net. [212.51.149.96]) by smtp.gmail.com with ESMTPSA id b5sm16574513wmj.18.2019.10.22.08.25.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Oct 2019 08:25:35 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH 1/2] drm/todo: Remove i915 device_link task Date: Tue, 22 Oct 2019 17:25:29 +0200 Message-Id: <20191022152530.22038-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.23.0 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=+LH15woUHFV9Sv24z7gvZy7aG33Jvdl2MxKUB928QW4=; b=CdKUaCKZEWKtU7OjV7AG4Ag8uzoD9u4BoQ9eCzmXgxSmOtOJi/wc24N6Cf/JrDhuNl MozXKdfrXw81vEXnP1rg3FOi8zuT/Ds9BuPMcTQdOF0TT8184tsc+/BLhIzAJMGFlCKe ztlzzvC6tx0oDpOT06cSzs83r8N59MxOJ0dIc= 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 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Done with commit aef9f33b7658a7489f71df5d6e6ecb47f2521e8a Author: Imre Deak Date: Tue Oct 23 17:43:10 2018 +0300 drm/i915: Ensure proper HDA suspend/resume ordering with a device link Cc: Imre Deak Signed-off-by: Daniel Vetter Reviewed-by: Sean Paul --- Documentation/gpu/todo.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 23b3a67794ba..9ac102922712 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -438,13 +438,6 @@ See drivers/gpu/drm/amd/display/TODO for tasks. Contact: Harry Wentland, Alex Deucher -i915 ----- - -- Our early/late pm callbacks could be removed in favour of using - device_link_add to model the dependency between i915 and snd_had. See - https://dri.freedesktop.org/docs/drm/driver-api/device_link.html - Bootsplash ==========