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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 763A0C433FE for ; Fri, 8 Apr 2022 07:59:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CAD9910EEF5; Fri, 8 Apr 2022 07:59:11 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6A72310EEF5; Fri, 8 Apr 2022 07:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649404750; x=1680940750; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=wqBSMBSVMUsR1K4qcPHjDR2pfiWmk7TqRFUEFZRZ8n4=; b=LGnqgssO0oGHpATwbRvVD01zZDKkvkPdadtjvDjy85vWL8oQJN2o/OoQ vua4+q+jIO6RwXoGibdYR1W4h0K2wSlBet6722lGtip+YIJPr68nhAcuP 4qrO/gL08jJtOQHzPIBGWTXreLWnRexWRWKcPTbi4PWBSDixPHM4DmA9F mQ1pR+dqbXd2Gjam87m170uQuAAyNpG2gf1JWwc5mhZaC7tMwAVsZXq32 xKtm2OmXBahb68NCntDuHjK8hU+s2SfRMFYs7HpJNGt2bQO54VrDPAx7f OWPtd5SVpTsYIDEbKyhYTTfHkXsCPv02qEZcF0S1xxKYqTG1m78fVW6oZ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="286528552" X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="286528552" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2022 00:59:09 -0700 X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="659400970" Received: from mionica-mobl1.ger.corp.intel.com (HELO localhost) ([10.249.148.41]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2022 00:59:06 -0700 From: Jani Nikula To: Imre Deak , intel-gfx@lists.freedesktop.org, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann In-Reply-To: <874k34j9ca.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20220404133846.131401-1-imre.deak@intel.com> <874k34j9ca.fsf@intel.com> Date: Fri, 08 Apr 2022 10:59:03 +0300 Message-ID: <871qy8j9a0.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Intel-gfx] [PATCH 0/4] drm/i915/dg2: Add support for render/media decompression 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: Daniel Vetter , Dave Airlie , Juha-Pekka =?utf-8?Q?Heikkil=C3=A4?= , dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, 08 Apr 2022, Jani Nikula wrote: > On Mon, 04 Apr 2022, Imre Deak wrote: >> This is a rebased version of patches 15-17 of [1], adding DG2 display >> engine support for decompressing render and media compressed >> framebuffers. >> >> The dependency patches from [1] should be merged already to drm-tip. >> >> It addresses the review comments on the modifier layout description from >> Nanley, updates the commit logs vs. flat CCS and Tile4 and splits out >> the changes adding the modifiers to drm_fourcc.h to separate patches. > > Cc'd a bunch more people; ack on merging patches 2 & 4 via drm-intel? Both off by one, I mean 1 & 3. > > BR, > Jani. > > >> >> [1] https://patchwork.freedesktop.org/series/95686/ >> >> Cc: Anshuman Gupta >> Cc: Ramalingam C >> Cc: Radhakrishna Sripada >> Cc: Matt Roper >> Cc: Mika Kahola >> Cc: Juha-Pekka Heikkil=C3=A4 >> Cc: Nanley Chery >> >> Anshuman Gupta (1): >> drm/i915/dg2: Add support for DG2 clear color compression >> >> Matt Roper (2): >> drm/fourcc: Introduce format modifiers for DG2 render and media >> compression >> drm/i915/dg2: Add support for DG2 render and media compression >> >> Mika Kahola (1): >> drm/fourcc: Introduce format modifier for DG2 clear color >> >> drivers/gpu/drm/i915/display/intel_display.c | 4 +- >> drivers/gpu/drm/i915/display/intel_fb.c | 53 +++++++++++++++---- >> .../drm/i915/display/skl_universal_plane.c | 49 +++++++++++++---- >> include/uapi/drm/drm_fourcc.h | 36 +++++++++++++ >> 4 files changed, 122 insertions(+), 20 deletions(-) --=20 Jani Nikula, Intel Open Source Graphics Center 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3C6E0C4332F for ; Fri, 8 Apr 2022 07:59:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D99D710EEF6; Fri, 8 Apr 2022 07:59:11 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6A72310EEF5; Fri, 8 Apr 2022 07:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649404750; x=1680940750; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=wqBSMBSVMUsR1K4qcPHjDR2pfiWmk7TqRFUEFZRZ8n4=; b=LGnqgssO0oGHpATwbRvVD01zZDKkvkPdadtjvDjy85vWL8oQJN2o/OoQ vua4+q+jIO6RwXoGibdYR1W4h0K2wSlBet6722lGtip+YIJPr68nhAcuP 4qrO/gL08jJtOQHzPIBGWTXreLWnRexWRWKcPTbi4PWBSDixPHM4DmA9F mQ1pR+dqbXd2Gjam87m170uQuAAyNpG2gf1JWwc5mhZaC7tMwAVsZXq32 xKtm2OmXBahb68NCntDuHjK8hU+s2SfRMFYs7HpJNGt2bQO54VrDPAx7f OWPtd5SVpTsYIDEbKyhYTTfHkXsCPv02qEZcF0S1xxKYqTG1m78fVW6oZ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="286528552" X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="286528552" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2022 00:59:09 -0700 X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="659400970" Received: from mionica-mobl1.ger.corp.intel.com (HELO localhost) ([10.249.148.41]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2022 00:59:06 -0700 From: Jani Nikula To: Imre Deak , intel-gfx@lists.freedesktop.org, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann Subject: Re: [Intel-gfx] [PATCH 0/4] drm/i915/dg2: Add support for render/media decompression In-Reply-To: <874k34j9ca.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20220404133846.131401-1-imre.deak@intel.com> <874k34j9ca.fsf@intel.com> Date: Fri, 08 Apr 2022 10:59:03 +0300 Message-ID: <871qy8j9a0.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Daniel Vetter , Juha-Pekka =?utf-8?Q?Heikkil=C3=A4?= , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 08 Apr 2022, Jani Nikula wrote: > On Mon, 04 Apr 2022, Imre Deak wrote: >> This is a rebased version of patches 15-17 of [1], adding DG2 display >> engine support for decompressing render and media compressed >> framebuffers. >> >> The dependency patches from [1] should be merged already to drm-tip. >> >> It addresses the review comments on the modifier layout description from >> Nanley, updates the commit logs vs. flat CCS and Tile4 and splits out >> the changes adding the modifiers to drm_fourcc.h to separate patches. > > Cc'd a bunch more people; ack on merging patches 2 & 4 via drm-intel? Both off by one, I mean 1 & 3. > > BR, > Jani. > > >> >> [1] https://patchwork.freedesktop.org/series/95686/ >> >> Cc: Anshuman Gupta >> Cc: Ramalingam C >> Cc: Radhakrishna Sripada >> Cc: Matt Roper >> Cc: Mika Kahola >> Cc: Juha-Pekka Heikkil=C3=A4 >> Cc: Nanley Chery >> >> Anshuman Gupta (1): >> drm/i915/dg2: Add support for DG2 clear color compression >> >> Matt Roper (2): >> drm/fourcc: Introduce format modifiers for DG2 render and media >> compression >> drm/i915/dg2: Add support for DG2 render and media compression >> >> Mika Kahola (1): >> drm/fourcc: Introduce format modifier for DG2 clear color >> >> drivers/gpu/drm/i915/display/intel_display.c | 4 +- >> drivers/gpu/drm/i915/display/intel_fb.c | 53 +++++++++++++++---- >> .../drm/i915/display/skl_universal_plane.c | 49 +++++++++++++---- >> include/uapi/drm/drm_fourcc.h | 36 +++++++++++++ >> 4 files changed, 122 insertions(+), 20 deletions(-) --=20 Jani Nikula, Intel Open Source Graphics Center