Message ID | 20230720021937.27124-1-gcarlos@disroot.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 E43EAC001DE for <intel-gfx@archiver.kernel.org>; Thu, 20 Jul 2023 02:22:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CF71B10E53F; Thu, 20 Jul 2023 02:22:31 +0000 (UTC) Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by gabe.freedesktop.org (Postfix) with ESMTPS id D520310E392; Thu, 20 Jul 2023 02:22:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 49A9D40611; Thu, 20 Jul 2023 04:22:25 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WlCQlUoxq5bm; Thu, 20 Jul 2023 04:22:23 +0200 (CEST) From: Carlos Eduardo Gallo Filho <gcarlos@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1689819743; bh=Hju4rB2+gzToFMDKnORZjkmAt13WQqVlWgaxsEzHX14=; h=From:To:Cc:Subject:Date; b=W0GfdKN7CCU8meFHAkNsqscGRfgt0Qaz+Gqa9gJkjbRprZChYalIID17dzfLje6/1 gsrBB/ebkFCA47SyBwz+5a8s3BxXgAmSCGJshdWNS3Eg94Pb5ZG1W5I96vDU31GRkK DTzwiQsM1Zj9SGiWroaWP3f0wa6rzFdiUixuc+0nNzEPF74gw8i6dA5OyzBOtvoJzz ZaTfuDf1MXyBcHlZYjZnuku4kmKkX/CEz/niBsPJruUU7ob+jKQBKYN7v91CkdBakX 3Wb850flfKWMHUXxn5pxJjcO3GkjUoJB0zD1W/7U5IGpIvmdxPAjleCyhcnEaztLAo cOdFw/JgRkL+w== To: =?utf-8?q?Andr=C3=A9_Almeida?= <andrealmeid@igalia.com>, Maira Canal <mairacanal@riseup.net>, Arthur Grillo <arthurgrillo@riseup.net>, Tales Aparecida <tales.aparecida@gmail.com>, Maarten Lankhorst <maarten.lankhorst@linux.intel.com>, Maxime Ripard <mripard@kernel.org>, Thomas Zimmermann <tzimmermann@suse.de>, David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>, Jani Nikula <jani.nikula@linux.intel.com>, Joonas Lahtinen <joonas.lahtinen@linux.intel.com>, Rodrigo Vivi <rodrigo.vivi@intel.com>, Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>, Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>, =?utf-8?b?VmlsbGUgU3ly?= =?utf-8?b?asOkbMOk?= <ville.syrjala@linux.intel.com>, Matt Roper <matthew.d.roper@intel.com>, Clint Taylor <clinton.a.taylor@intel.com>, Carlos Eduardo Gallo Filho <gcarlos@disroot.org>, Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> Date: Wed, 19 Jul 2023 23:19:35 -0300 Message-ID: <20230720021937.27124-1-gcarlos@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v2 0/2] drm: Refactor plane size calculation by core helper functions X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm: Refactor plane size calculation by core helper functions
|
expand
|