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=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5310BC11F64 for ; Thu, 1 Jul 2021 19:31:04 +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 21B5C61410 for ; Thu, 1 Jul 2021 19:31:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 21B5C61410 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 7D2446EBAA; Thu, 1 Jul 2021 19:31:00 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id C0F986EB91; Thu, 1 Jul 2021 19:30:57 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10032"; a="205599329" X-IronPort-AV: E=Sophos;i="5.83,315,1616482800"; d="scan'208";a="205599329" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2021 12:30:48 -0700 X-IronPort-AV: E=Sophos;i="5.83,315,1616482800"; d="scan'208";a="457794047" Received: from josefeth-mobl.amr.corp.intel.com (HELO intel.com) ([10.212.93.40]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2021 12:30:47 -0700 Date: Thu, 1 Jul 2021 15:30:45 -0400 From: Rodrigo Vivi To: Jani Nikula Message-ID: References: <87zgv7r7kg.fsf@intel.com> <87k0maqulq.fsf@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87k0maqulq.fsf@intel.com> Subject: Re: [Intel-gfx] [PULL] drm-intel-next-fixes 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: dim-tools@lists.freedesktop.org, Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , Dave Airlie Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Jul 01, 2021 at 11:57:53AM +0300, Jani Nikula wrote: > On Wed, 30 Jun 2021, Rodrigo Vivi wrote: > > On Wed, Jun 30, 2021 at 01:05:35PM +0300, Jani Nikula wrote: > >> On Tue, 29 Jun 2021, Rodrigo Vivi wrote: > >> > Hi Dave and Daniel, > >> > > >> > Here goes drm-intel-next-fixes-2021-06-29: > >> > > >> > The biggest fix is the restoration of mmap ioctl for gen12 integrate= d parts > >> > which lack was breaking ADL-P with media stack. > >> > Besides that a small selftest fix and a theoretical overflow on > >> > i915->pipe_to_crtc_mapping. > >> = > >> My last fixes pull for v5.13 fell between the cracks [1]. There was one > >> stable worthy fix, but since it was still in drm-intel-fixes when you > >> ran dim cherry-pick-next-fixes, it was skipped for drm-intel-next-fixe= s. > >> = > >> I've now dropped the commit and pushed v5.13 to drm-intel-fixes, as > >> we're past that point. Subsequent dim cherry-pick-next-fixes should pi= ck > >> it up now. > > > > it didn't, probably because the Fixes hash not being part of the drm-ne= xt yet?! > = > Odd, should be. indeed... > = > > I can cherry-pick that directly. Please let me know the commit id. > = > c88e2647c5bb ("drm/i915/display: Do not zero past infoframes.vsc") pushed to drm-intel-next-queue... will wait for CI results and send another= PR. I hope there's still time, otherwise it can wait for the -fixes flow > = > Thanks, > Jani. > = > = > > > > Thanks, > > Rodrigo. > > > >> = > >> Please do another next fixes pull request with that. (It's okay to pull > >> this one already though, doesn't make a difference.) > >> = > >> = > >> BR, > >> Jani. > >> = > >> = > >> [1] https://lore.kernel.org/r/87czsbu15r.fsf@intel.com > >> = > >> = > >> = > >> > > >> > Thanks, > >> > Rodrigo. > >> > > >> > The following changes since commit 1bd8a7dc28c1c410f1ceefae1f2a97c06= d1a67c2: > >> > > >> > Merge tag 'exynos-drm-next-for-v5.14' of git://git.kernel.org/pub/= scm/linux/kernel/git/daeinki/drm-exynos into drm-next (2021-06-11 14:19:12 = +1000) > >> > > >> > are available in the Git repository at: > >> > > >> > git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fi= xes-2021-06-29 > >> > > >> > for you to fetch changes up to c90c4c6574f3feaf2203b5671db1907a1e15c= 653: > >> > > >> > drm/i915: Reinstate the mmap ioctl for some platforms (2021-06-28 = 07:43:56 -0400) > >> > > >> > ---------------------------------------------------------------- > >> > The biggest fix is the restoration of mmap ioctl for gen12 integrate= d parts > >> > which lack was breaking ADL-P with media stack. > >> > Besides that a small selftest fix and a theoretical overflow on > >> > i915->pipe_to_crtc_mapping. > >> > > >> > ---------------------------------------------------------------- > >> > Chris Wilson (1): > >> > drm/i915/selftests: Reorder tasklet_disable vs local_bh_disable > >> > > >> > Jani Nikula (1): > >> > drm/i915/dsc: abstract helpers to get bigjoiner primary/second= ary crtc > >> > > >> > Thomas Hellstr=F6m (1): > >> > drm/i915: Reinstate the mmap ioctl for some platforms > >> > > >> > drivers/gpu/drm/i915/display/intel_display.c | 7 ++- > >> > drivers/gpu/drm/i915/display/intel_display_types.h | 8 ++++ > >> > drivers/gpu/drm/i915/display/intel_vdsc.c | 40 +++++++++++= ----- > >> > drivers/gpu/drm/i915/display/intel_vdsc.h | 1 + > >> > drivers/gpu/drm/i915/gem/i915_gem_mman.c | 7 +-- > >> > drivers/gpu/drm/i915/gt/selftest_execlists.c | 55 +++++++++++= ++--------- > >> > 6 files changed, 76 insertions(+), 42 deletions(-) > >> = > >> -- = > >> Jani Nikula, Intel Open Source Graphics Center > = > -- = > Jani Nikula, Intel Open Source Graphics Center > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx