From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53CDDC433E0 for ; Wed, 15 Jul 2020 14:05:55 +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 25056205CB for ; Wed, 15 Jul 2020 14:05:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="ExB08Ndx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25056205CB 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 AEFB96EB6B; Wed, 15 Jul 2020 14:05:53 +0000 (UTC) Received: from mail-ot1-x32c.google.com (mail-ot1-x32c.google.com [IPv6:2607:f8b0:4864:20::32c]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3B6CE6EB6B for ; Wed, 15 Jul 2020 14:05:53 +0000 (UTC) Received: by mail-ot1-x32c.google.com with SMTP id g37so1524756otb.9 for ; Wed, 15 Jul 2020 07:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DAYoqkDRQAeimHaUrZmBQDu7Jf6R2HY8pFOK/1qjsZs=; b=ExB08Ndx/lwe9KJ+y1k309GKK7sF/MF0efPoCdBiTbDymxtxRRaQbxExAxojod4PBh EA1jZVNhexWK494JzUkP235H3ZZ5wBejzUF/Jy/yFYghfhFMwmYmwvsuLl9R7AaNP410 iz0R6ZFCV4dD0kZ+Y9WGWd0YNYbbAl2sWiI0Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DAYoqkDRQAeimHaUrZmBQDu7Jf6R2HY8pFOK/1qjsZs=; b=aYF3sUdlWfT1aOfhFjh6QkhJXlLWKGZVrf3VqRDurlhxoE1YuIfjJbjwzg2VAVgRCw BKrf2Prvom4ZZMnoKfD7WQ62XGt1KykCXgcogzLFOYUebAnKCL2WLMVR1HVGM0tbtK7G 3eWsItaDYY3jF1lxb/l0KGg0mwNpP4p0t0xqS1wn4/agWHCAgeodwdf2Sm3st+uWoiWG Mh2FKPe/FjWaw1oxzQ75LINHKCpimZlI3tFTHJQyuoYbLkROhQsXnHlTci/ROg6xZLDF 3SoOo+pMvCzrgYTwuMd6eA86oGwQOc3nsAW/FPWYnM44wwklLG9R0N0R18Q7muhqMCQI PGZA== X-Gm-Message-State: AOAM530iCTGrEtvE61mYvEhnTMrcreoYyLrMKoFIJVSKrNBHNBIPt79N uROwuOHCy1Yf/r8XwaaxVVyfWBH4kRMgS2yuwiku3g== X-Google-Smtp-Source: ABdhPJyaiNWDvfSd56kH8sua2TotZr//W7ffRo893laPrqhjhye1a7sziKFxpauaVvOzh9CFNxodbysgjearB3i2d5U= X-Received: by 2002:a9d:d55:: with SMTP id 79mr9444012oti.281.1594821952517; Wed, 15 Jul 2020 07:05:52 -0700 (PDT) MIME-Version: 1.0 References: <87a70029vz.fsf@intel.com> <875zao2989.fsf@intel.com> In-Reply-To: <875zao2989.fsf@intel.com> From: Daniel Vetter Date: Wed, 15 Jul 2020 16:05:41 +0200 Message-ID: Subject: Re: [PULL] drm-intel-next To: Jani Nikula , Lyude X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "DRM maintainer tools announcements, discussion, and development" , intel-gfx , dri-devel , Rodrigo Vivi , Sean Paul Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Jul 15, 2020 at 3:34 PM Jani Nikula wrote: > > > Argh, failed to mention: > > On Wed, 15 Jul 2020, Jani Nikula wrote: > > Lee Shawn C (1): > > drm/i915/mst: filter out the display mode exceed sink's capability > > The above depends on: > > > Lyude Paul (1): > > drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx > > Which has changes outside of i915: > > > drivers/gpu/drm/drm_crtc_helper_internal.h | 7 +- > > drivers/gpu/drm/drm_probe_helper.c | 97 +-- > > and does not have an explicit ack recorded, though drm-misc maintainers > have been Cc'd. :( > > I decided they were benign enough, but needed to be mentioned. Yeah looks all fine, adding Lyude just as fyi. -Daniel > > BR, > Jani. > > > -- > Jani Nikula, Intel Open Source Graphics Center -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D997C433E1 for ; Wed, 15 Jul 2020 14:05:59 +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 53DA4205CB for ; Wed, 15 Jul 2020 14:05:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="ExB08Ndx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53DA4205CB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 79F456EB6F; Wed, 15 Jul 2020 14:05:54 +0000 (UTC) Received: from mail-ot1-x334.google.com (mail-ot1-x334.google.com [IPv6:2607:f8b0:4864:20::334]) by gabe.freedesktop.org (Postfix) with ESMTPS id 510736EB6E for ; Wed, 15 Jul 2020 14:05:53 +0000 (UTC) Received: by mail-ot1-x334.google.com with SMTP id h13so1550095otr.0 for ; Wed, 15 Jul 2020 07:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DAYoqkDRQAeimHaUrZmBQDu7Jf6R2HY8pFOK/1qjsZs=; b=ExB08Ndx/lwe9KJ+y1k309GKK7sF/MF0efPoCdBiTbDymxtxRRaQbxExAxojod4PBh EA1jZVNhexWK494JzUkP235H3ZZ5wBejzUF/Jy/yFYghfhFMwmYmwvsuLl9R7AaNP410 iz0R6ZFCV4dD0kZ+Y9WGWd0YNYbbAl2sWiI0Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DAYoqkDRQAeimHaUrZmBQDu7Jf6R2HY8pFOK/1qjsZs=; b=I5wr3m1lRRoyJ//36ZPWKZxAdvSAVfDcINL83eEe7CyJ/3bO3OJ9W49a9lsJjvda1D aX6rSWZ38LvvWHCdKYeOYwlf0jgOyW0CMEV6SBXn2Uc6mFPBsyNzOWeZ9Kjc3XvjX39C 4ZEj6/Bip8Tkk7+sLV9mi8AnW+rO6BqC0TSJkkU5Hiq7JKpiMhM99byZJLaZGOpxpeX4 +o/tPCWLiLYW0bBJGqLosEI4agfDTHDHuYcMhTN06A57Wjfc9v12SW1r/B/rWNzYgNyF nsA4emv2fM9Vw+8Nggz9W/hqGrP1cEPzC2w936OoY01Y49KOS2egpDPItSjmAoKwMM2k qgTQ== X-Gm-Message-State: AOAM532H1eB5aNHW4TwlXQnZA8hUG6EORq6o3CFJntGgaSHkwQXVX78z 9ghXjB8MtDLBN58olBe1LNB253GxA4u/vb9AaI8A3g== X-Google-Smtp-Source: ABdhPJyaiNWDvfSd56kH8sua2TotZr//W7ffRo893laPrqhjhye1a7sziKFxpauaVvOzh9CFNxodbysgjearB3i2d5U= X-Received: by 2002:a9d:d55:: with SMTP id 79mr9444012oti.281.1594821952517; Wed, 15 Jul 2020 07:05:52 -0700 (PDT) MIME-Version: 1.0 References: <87a70029vz.fsf@intel.com> <875zao2989.fsf@intel.com> In-Reply-To: <875zao2989.fsf@intel.com> From: Daniel Vetter Date: Wed, 15 Jul 2020 16:05:41 +0200 Message-ID: To: Jani Nikula , Lyude Subject: Re: [Intel-gfx] [PULL] drm-intel-next X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "DRM maintainer tools announcements, discussion, and development" , intel-gfx , Maxime Ripard , dri-devel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Jul 15, 2020 at 3:34 PM Jani Nikula wrote: > > > Argh, failed to mention: > > On Wed, 15 Jul 2020, Jani Nikula wrote: > > Lee Shawn C (1): > > drm/i915/mst: filter out the display mode exceed sink's capability > > The above depends on: > > > Lyude Paul (1): > > drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx > > Which has changes outside of i915: > > > drivers/gpu/drm/drm_crtc_helper_internal.h | 7 +- > > drivers/gpu/drm/drm_probe_helper.c | 97 +-- > > and does not have an explicit ack recorded, though drm-misc maintainers > have been Cc'd. :( > > I decided they were benign enough, but needed to be mentioned. Yeah looks all fine, adding Lyude just as fyi. -Daniel > > BR, > Jani. > > > -- > Jani Nikula, Intel Open Source Graphics Center -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx